i am using gdapi ver-9.6.
its giving me error
Folder not found.....
after reading queries on forum i decided to add the wildcard tags in xsd file as mentioned by mai, as u have mentioned i need to rebuild the package.
so can u please help how to build this as i don't have the source code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To build project, you may download source from cvs, and run Apache ant build.xml.
If you have made changes in XSD, you have to run ant build.xml "xjc" target, but not default target.
Build.xml default target, that compile, package, make javadoc, etc.; but not generate schema classes. This is, you only can generate schema classes running "xjc" ant target.
For instance: >ant xjc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i am using gdapi ver-9.6.
its giving me error
Folder not found.....
after reading queries on forum i decided to add the wildcard tags in xsd file as mentioned by mai, as u have mentioned i need to rebuild the package.
so can u please help how to build this as i don't have the source code.
Hi tamjitarya,
All source is under sourceforge CVS, you can browse it at:
http://gdapi.cvs.sourceforge.net/gdapi/gdapi/
To build project, you may download source from cvs, and run Apache ant build.xml.
If you have made changes in XSD, you have to run ant build.xml "xjc" target, but not default target.
Build.xml default target, that compile, package, make javadoc, etc.; but not generate schema classes. This is, you only can generate schema classes running "xjc" ant target.
For instance: >ant xjc