Search log file and get rows above and below search "hits"

2004-03-12 Thread Mario Manfre
As part of a process to check and report on errors I pass into a target a file to ${file}. I then process the file looking for a given regular expression ${string}. If there is a "hit" on this then I generate an e-mail message stating that an error was found in the log and send the log file. Wh

WindowsXP - JDBC and property files

2004-02-25 Thread Mario Manfre
hing works fine. Is there something simply not installed properly on the machine (maybe) or is this a known issue? If so any ideas for a work around. Mario Manfre - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: Hide a task name

2004-02-20 Thread Mario Manfre
.time" property twice. The second setting will be ignored as properties are immutable. Peter [EMAIL PROTECTED] wrote: >Don“t think you can (without writing a new logger...) > >Jan > > > >>-Original Message- >>From: Mario Manfre [mailto:[EMAIL PROTECTED] >&g

Hide a task name

2004-02-20 Thread Mario Manfre
I've created a target which I call using an antcall but I would like to not have the target displayed in the output. Is there a way to not have the antcalled target displayed. Here is the example