In fact I did:
<target name="XsdToJava" depends="clean,init" description="Xsd Java
classes
generation">
<!-- Generate the java classes from ${xsdLocation} into ${xsdbuild}
-->
<echo message="Generating Java classes based on the xml
schemas." />
<xmlbean javasource="1.5"
destfile="${xsd.jar}/NeBiLightSchemas.jar"
classpathref="project.class.path"
classgendir="${xsdbuild}"
srcgendir="${xsdsource}"
debug="on" >
<fileset dir="Schemas" includes="**/*.xsd
**/*.xsdconfig"/>
</xmlbean>
The fileset element fixed my problem.
--
View this message in context:
http://www.nabble.com/XMLBean-xsdconfig%2C-ant%2C-eclipse-tf1918716.html#a5267689
Sent from the Xml Beans - User forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]