writing to ant's logger from external type

2008-06-17 Thread Loehr, Ruel
I've written a task which uses a custom data type. I'd like to be able to write log messages from within that type using ANT's logging mechanism. If I use that type independently, I'd like to just write to System.out. Does anyone know of a way to pass ants logger to an external type such tha

Re: Checking a file exists

2008-06-17 Thread Scot P. Floess
"some-value"/> or works too :) Substitute appropriate property name and file above :) On Tue, 17 Jun 2008, breako wrote: Hi, Does Ant have a command which will check if a file exists? Thanks -- View this message in context: http://www.nabble.com/Checking-a-file-exists-tp17912750p17912750

RE: Checking a file exists

2008-06-17 Thread Shawn Castrianni
task will do it. --- Shawn Castrianni -Original Message- From: breako [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2008 9:57 AM To: user@ant.apache.org Subject: Checking a file exists Hi, Does Ant have a command which will check if a file exists? Thanks -- View this message in con

Checking a file exists

2008-06-17 Thread breako
Hi, Does Ant have a command which will check if a file exists? Thanks -- View this message in context: http://www.nabble.com/Checking-a-file-exists-tp17912750p17912750.html Sent from the Ant - Users mailing list archive at Nabble.com. ---