Hi,
We are doing an Ant build thru Myeclipse and error occurs during the execution of the following target:
<target name=”castor.gen.src”
description=”Generate Java source files from XSD.”>
<castor-srcgen todir=”${build.castor.src}”
package=”com.fareis.pls.castor”
types=”j2″
warnings=”false”
nomarshall=”false”>
<fileset dir=”${project.home}/resources”>
<include name=”**/*.xsd”/>
</fileset>
</castor-srcgen>
</target>
We also have the following taskdef in the build.xml file:
<taskdef name=”castor-srcgen”
classname=”org.exolab.castor.tools.ant.taskdefs.CastorSourceGenTask”
classpathref=”castor.classpath” />
Any suggestions to this problem are welcome,
Thanks,
Ashish