AW: Ant Log File Syntax Highlighting

2010-12-16 Thread Jan.Materne
>I spend a lot of time digging through Ant logs in text editors, as I'm >sure we all do. > > >I'm wondering if there exists a syntax highlighting definition >file that >would, for instance, add style to the targets or tasks. I think it >would make them much easier to read. > > >Does anyone kno

Re: Ant Log File Syntax Highlighting

2010-12-14 Thread Kajsa Anderson
I've used one with TextPad several years ago (available through TextPad's extras downloads). There also seems to be something of the sort built into Eclipse, but I haven't tried to extract it for use with any other editor. -- Kajsa Anderson On 12/14/10 10:42 AM, "Perrier, Nathan" wrote: > I sp

Re: Ant Log File Syntax Highlighting

2010-12-14 Thread Robert Kirkpatrick
Le 14/12/2010 19:07, Antoine Levy-Lambert a écrit : On 12/14/2010 11:42 AM, Perrier, Nathan wrote: I spend a lot of time digging through Ant logs in text editors, as I'm sure we all do. I'm wondering if there exists a syntax highlighting definition file that would, for instance, add style t

Re: Ant Log File Syntax Highlighting

2010-12-14 Thread Antoine Levy-Lambert
On 12/14/2010 11:42 AM, Perrier, Nathan wrote: I spend a lot of time digging through Ant logs in text editors, as I'm sure we all do. I'm wondering if there exists a syntax highlighting definition file that would, for instance, add style to the targets or tasks. I think it would make them muc

Ant Log File Syntax Highlighting

2010-12-14 Thread Perrier, Nathan
I spend a lot of time digging through Ant logs in text editors, as I'm sure we all do. I'm wondering if there exists a syntax highlighting definition file that would, for instance, add style to the targets or tasks. I think it would make them much easier to read. Does anyone know if somet

RE: ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
. Januar 2010 08:25 To: Ant Users List Subject: AW: ant log/output vs. unless/if on a target Hello, Write your own logger, that runs internally with verbose, but filters out what you want. Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Thomas Menzel [mailto:tmen

AW: ant log/output vs. unless/if on a target

2010-01-18 Thread Knuplesch, Juergen
Hello, Write your own logger, that runs internally with verbose, but filters out what you want. Greetings Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Thomas Menzel [mailto:tmen...@brox.de] Gesendet: Dienstag, 19. Januar 2010 08:18 An: Ant Users List Betreff: RE: ant

RE: ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
Hi, Yes, but then I get to see *a lot* of other stuff too, which I don't want to. There is already enough in my build log to look at ;) Or is there may be a way to control the level of specific things such as this, i.e. smth. like log4j's logger id to control it? tom -Original Message

Re: ant log/output vs. unless/if on a target

2010-01-18 Thread Stefan Bodewig
On 2010-01-18, Thomas Menzel wrote: > Maybe I just don't know enough and this already works, but it would be > really great if ant would tell by default that a target isn't executed > because of an if/unless. It does so in -verbose mode. Stefan -

RE: ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
Montag, 18. Januar 2010 13:11 To: Ant Users List Subject: AW: ant log/output vs. unless/if on a target Hello, The workaround is to use antconribs task to do what "if/unless" does. Greetings Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Thomas Menzel Gesendet: Montag, 18.

AW: ant log/output vs. unless/if on a target

2010-01-18 Thread Knuplesch, Juergen
Hello, The workaround is to use antconribs task to do what "if/unless" does. Greetings Juergen -- Jürgen -Ursprüngliche Nachricht- Von: Thomas Menzel [mailto:tmen...@brox.de] Gesendet: Montag, 18. Januar 2010 12:34 An: user@ant.apache.org Betreff: ant log/output vs. unle

ant log/output vs. unless/if on a target

2010-01-18 Thread Thomas Menzel
Hi, Maybe I just don't know enough and this already works, but it would be really great if ant would tell by default that a target isn't executed because of an if/unless. I just stumbled over this when I wanted to turn a target off that I'm calling with and was wondering and debugging why the

Timestamps in Ant log?

2008-02-11 Thread David Jackman
Is there an easy way to have the Ant logger (default or other) add a timestamp to each message? The only way I can think of is to use the Log4jListener and have its settings include the timestamp. Or write a custom logger that subclasses DefaultLogger and writes the timestamp. If there's a better

AW: Processing Ant log files

2007-06-25 Thread Jan.Materne
i 2007 17:21 >An: Ant Users List >Betreff: RE: Processing Ant log files > >That would not work; the process that causes the error is not >that granular. Hundreds of basic files are compiled by one >basic program and that program does not produce a log file for >each comp

RE: Processing Ant log files

2007-06-25 Thread James Oltmans
Subject: AW: Processing Ant log files Just thinking ... - redirecting output of exec into logfiles - maybe appending the program name to logfiles - copying logfiles with error into extra directory - merging the logfiles ??? Jan >-Ursprüngliche Nachricht- >Von: James O

AW: Processing Ant log files

2007-06-19 Thread Jan.Materne
TECTED] >Gesendet: Mittwoch, 20. Juni 2007 00:14 >An: user@ant.apache.org >Betreff: Processing Ant log files > >Hello all, > > > >I have a problem that I am not sure if ant has a built in method for >handling. I would like to process log files for errors, warnings and >poss

Processing Ant log files

2007-06-19 Thread James Oltmans
Hello all, I have a problem that I am not sure if ant has a built in method for handling. I would like to process log files for errors, warnings and possible system levels messages. The log is being generated by ant but the echoed output is produced by a legacy system (hence why I can't just us

Re: Ant log message levels for output of Exec-like tasks

2005-12-09 Thread Steve Loughran
Jim Doyle wrote: Hi, We've just added our Ant build to CruiseControl and are working to make it as usable as possible. One of our issues is the interpretation of Ant log messages by CruiseControl. CruiseControl captures all log messages issued by the Ant build and captures the mes

Ant log message levels for output of Exec-like tasks

2005-12-08 Thread Jim Doyle
Hi, We've just added our Ant build to CruiseControl and are working to make it as usable as possible. One of our issues is the interpretation of Ant log messages by CruiseControl. CruiseControl captures all log messages issued by the Ant build and captures the messages' levels (D

Re: ant log

2005-09-15 Thread Robert Clark
On Thursday September 15, 2005 04:31 am, Giuliano Dessì <[EMAIL PROTECTED]> wrote: > I've found an expression that I don't understand: "PR: 11557" > 11557 is certanly a bug because I've found it in Bugzilla's > archieves.. But I don't understand what PR means.. PR == "Problem Report". Another nam

RE: ant log

2005-09-15 Thread Bill Rich
It could also stand for Problem Report ... -Original Message- From: Ramnish Kalsi [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 1:54 AM To: Ant Users List Subject: RE: ant log Previously Reported ? just a guess ... :) -Original Message- From: Giuliano Dessì

RE: ant log

2005-09-15 Thread Ramnish Kalsi
Previously Reported ? just a guess ... :) -Original Message- From: Giuliano Dessì [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 09:32 To: user@ant.apache.org Subject: ant log Hi all. I'm a student and I'm working to a tesi about Open Source Projects. Now I'm pars

ant log

2005-09-15 Thread Giuliano Dessì
Hi all. I'm a student and I'm working to a tesi about Open Source Projects. Now I'm parsing ant logs to extract information about bugs. I've found an expression that I don't understand: "PR: 11557" 11557 is certanly a bug because I've found it in Bugzilla's archieves.. But I don't understand what