Thanks, this is helpful.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005 09:27
To: user@ant.apache.org
Subject: AW: alternate xml logger stylesheets

The key part is 
    [EMAIL PROTECTED] != 'debug']
in line 178 and 195. All messages without "debug" - so all above them -
should appear.
But by default Ant logs only "info" and higher - if you dont use the
-verbose flag.

The simplest for you would be replacing
    [EMAIL PROTECTED] != 'debug']
with
    message
so all should appear.


Jan

-----Ursprüngliche Nachricht-----
Von: David Resnick [mailto:[EMAIL PROTECTED]
Gesendet am: Mittwoch, 9. März 2005 08:02
An: 'Ant Users List'
Betreff: alternate xml logger stylesheets

The stylesheet log.xsl included with Ant is great, but it would 
be nice to
be able to see other logging levels without going to source of 
the xml log.
Unfortunately, my XSL abilities are not currently up to writing 
my own. Are
there any other stylesheets available for use, or tools made 
for viewing the
xml log files?

 

Thanks, David



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to