Hi, All, In Ant XMLBean task, I specified package name through "typesystemname= com.mypackage", but generated classes did not take it.
If I use .xsdconfig in CLI mode, "scomp -out my.jar my.xsd my.xsdconfig" and it does work. Package name is specified in my.xsdconfig file. What is the right way to specify package name in Ant task? Can Ant task to use .xsdconfig? Thanks in advance! Bo

