Community
Participate
Working Groups
Build Identifier: [Maybe this is more of an ER] The output for the JAXB Class Gen Wizard could be more helpful. Currently when I run it the output is this: parsing a schema... compiling a schema... com\test\info\Address.java com\test\info\Name.java com\test\info\ObjectFactory.java com\test\info\Person.java com\test\info\Telephone.java com\test\info\package-info.java com\test\info\jaxb.properties For example: We could improve on parsing a schema and compiling a schema to replacing "a" with the actual name of the schema. Just so we have further validation of what is being processed. Also it might be nice if there's verbose flag, could we add that to the wizard as a checkbox if the user might want further information during console output? Reproducible: Always Steps to Reproduce: 1. Run JAXB Class Gen Wizard on a schema
Naming the schema in the output would be good. Would the verbose flag produce the current results, and non-verbose mode would provide less information? Not sure what you would want to put in verbose mode.