Generating Java Objects with Ant (&xjc) - java packages
- by Yossi
I am generating multiple XSD schemas into java objects, and i need to specify the root package. but the package attribute is not recognized by Ant... (don't know why...)
what should i do?
thanks!