ant property

2005-02-25 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, Is there any was in Ant to reset (assign a new value) a property that was set previously ? As i understand ant properties

debug ANT

2005-02-03 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, I intend to debug ant targets (junits test / java application) from eclipse. is there anyway to start Ant in debug mode

RE: custom task

2005-01-11 Thread Rajiv Jaitly
figuredFileset(Fileset fs) instead. Peter > > >>-Ursprüngliche Nachricht- >>Von: Rajiv Jaitly [mailto:[EMAIL PROTECTED] >>Gesendet am: Dienstag, 11. Januar 2005 16:42 >>An: user@ant.apache.org >>Betreff: custom task >> >>+++

custom task

2005-01-11 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, I have written an custom task that can take FileSet. The task looks like public void addFileset(FileSet fs) {

Ant custom task

2005-01-07 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, I am writing an ant task that should work on the files selected in the ant script (fileset). How would i pass a Fileset

RE: classpath

2004-12-20 Thread Rajiv Jaitly
Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: 20 December 2004 15:34 To: Ant Users List Subject: RE: classpath One problem I solved of class path in eclipse was to set it in Project-->Properties->java Build-->libraries... It might help! -Original Message----- Fr

classpath

2004-12-20 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, I have defined an an ant target that does some work and while going through its tasks it generates a java class and comp

help classpath issue

2004-12-13 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, I have a task (run-jostraca) in my ant script that calls a Java class (org.jostraca.Jostraca) that in turn generates a

classpath issue

2004-12-13 Thread Rajiv Jaitly
Please read the disclaimer at the bottom of this e-mail. Hi, I have a task (run-jostraca) in my ant script that calls a Java class (org.jostraca.Jostraca) that in turn generates a