I tried sending this a couple of days ago through sourceforge's new forums 
interface to the mailing lists, but since it doesn't seem to have appeared 
on the list yet, let's try email instead...

What gives with the indentation of the messages displayed by Ant during the 
build? At first I thought it was just trying to indent all the 
"Generating..." lines 2 spaces to make the different subtasks stand out a 
bit more, but sometimes they're indented more than that and the "Running..." 
lines are indented too. I'm not certain, but I think it's something to do 
with classes it skipped because they were up to date already - it seems to 
be indenting 2 more spaces each time it starts a class, but if it decides to 
skip the class it doesn't reset it the way it does once it's printed the 
Generating message?

e.g.
...
[ejbdoclet] Constructing Javadoc information...
[ejbdoclet] Running <homeInterface/>
[ejbdoclet]     Generating Home interface for 
'rpp.business.impl.PFDUserEJB'.
[ejbdoclet]   Generating Home interface for 
'rpp.business.impl.PFDUserPreferenceEJB'.
[ejbdoclet]   Running <remoteInterface/>
[ejbdoclet]     Generating Remote interface for 
'rpp.business.impl.PFDUserEJB'.
[ejbdoclet]   Generating Remote interface for 
'rpp.business.impl.PFDUserPreferenceEJB'.
[ejbdoclet]   Running <session/>
[ejbdoclet]   Running <entitypk/>
[ejbdoclet]   Generating PK class for 
'rpp.business.impl.PFDUserPreferenceEJB'.
[ejbdoclet]   Running <dataobject/>
[ejbdoclet]   Generating Data Object class for 
'rpp.business.impl.PFDUserEJB'.
[ejbdoclet]   Generating Data Object class for 
'rpp.business.impl.PFDUserPreferenceEJB'.
[ejbdoclet]   Running <entitybmp/>
[ejbdoclet]   Generating BMP class for 'rpp.business.impl.PFDUserEJB'.
[ejbdoclet]   Generating BMP class for 
'rpp.business.impl.PFDUserPreferenceEJB'.
[ejbdoclet] Running <deploymentdescriptor/>
[ejbdoclet]   Generating EJB deployment descriptor.


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to