Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 315847

Summary: JAXB Class Generation Wizard: console output could be more helpful
Product: [WebTools] Dali JPA Tools Reporter: Andrew Fernandez <ripsi_1>
Component: JAXBAssignee: Neil Hauge <neil.hauge>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: neil.hauge
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Andrew Fernandez CLA 2010-06-04 17:55:04 EDT
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
Comment 1 Neil Hauge CLA 2010-06-18 15:13:07 EDT
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.