Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 315847 - JAXB Class Generation Wizard: console output could be more helpful
Summary: JAXB Class Generation Wizard: console output could be more helpful
Status: NEW
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: JAXB (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Neil Hauge CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-04 17:55 EDT by Andrew Fernandez CLA
Modified: 2010-09-29 12:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.