Hallo All, I' m using XmlBeans 2.2.0 for compiling XSD-Files to Java-Classes. I've read about possibilities to take advantage of JDK 1.5 Generics and/or Enumerations in XMLBeans generated classes? In my ANT-build-File I' ve tried several Options like ... <xmlbean schema="schemas" destfile="build/lib/schemas.jar" srcgendir="src" javasource="1.5" classpathref="xmlbeans.path" debug="on" /> ... <javac srcdir="src" destdir="build/classes" classpathref="Any.path" debug="on" source="1.5" target="1.5" /> ... but in the generated java-files I cannot see any difference to Java 1.4. Has anyone any suggestions? - Siggi |
- Ant-Build-Task: How to take advantage of JDK 1.5 Gene... Siegfried Baiz
- JDK 1.5 Generics rsp. Enumerations in generated ... Siegfried Baiz
- Re: JDK 1.5 Generics rsp. Enumerations in ge... Siegfried Baiz
- RE: JDK 1.5 Generics rsp. Enumerations i... Cezar Andrei
- RE: Ant-Build-Task: How to take advantage of JDK... Radu Preotiuc-Pietro
- Re: Ant-Build-Task: How to take advantage of... Siegfried Baiz
- Re: Ant-Build-Task: How to take advantag... Radu Preotiuc-Pietro