un-necessary spaces for bootstrap separator in root node.
[vamsas.git] / build.xml
index b59c410..575c193 100644 (file)
--- a/build.xml
+++ b/build.xml
                <delete>
                        <fileset dir="${sourceDir}/${vamsas.schema.package.src}">
                                <include name="*.java"/>
+                               <include name="descriptors/*.java"/>
                        </fileset>
                </delete>
        </target>
        <target name="makecoresource" depends="init, cleancoresource" description="Generate Java source files from XSD.">
        <taskdef name="castor-srcgen"
-                 classname="org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask"
+                 classname="org.castor.anttask.CastorCodeGenTask"
              classpathref="castor.classpath" />
        <!-- Should apply this to every schema file in ${vamsas.schemas} directory -->
                <castor-srcgen file="${vamsas.schema}"
@@ -131,7 +132,7 @@ inheritRefs="true"/> -->
        </target>
        
        <target name="javadoc" depends="init">
-       <javadoc destdir="docs/api" author="true" version="true" use="true">      
+       <javadoc destdir="docs/api"  classpathref="build.classpath" author="true" version="true" use="true">      
       <fileset dir="${sourceDir}" defaultexcludes="yes">
        <exclude name="**/.castor.cdr"/>
        <!-- this was for the old ebi packages.