a question about list of files in some-directory

2003-02-17 Thread Adam Rzadkowolski
Hello everyone, i would like to get list of files in some directory to have a possibility to use it like example below ${xml.table} i would like to have real_file_name instead ${fileName}. what means for all files in some directory parse xml file, set some tag as reachable property

RE: difficulty in bulding ant

2003-02-17 Thread Mike Ayers
> From: suraj waghulde [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 4:49 AM > C:\ant>build -Ddist.dir="c:\ant" > JAVA_HOME=c:\jdk1.3.0_01 > JAVA=c:\jdk1.3.0_01\bin\java > JAVAC=c:\jdk1.3.0_01\bin\javac > Modern compiler not found - looking for classic > compiler > > BUILD F

Re: if then else with ant

2003-02-17 Thread Stefan Bodewig
On Mon, 17 Feb 2003, Marc Pellier <[EMAIL PROTECTED]> wrote: > How can I do > > if (a=2) > print("Message1"); > else > print("Message2"); ${message} Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: if then else with ant

2003-02-17 Thread Antoine Levy-Lambert
possible answer : - Original Message - From: "Pellier, Marc" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 3:05 PM Subject: if then else with ant How can I do if (a=2) print("Message1"); else print("Message2"); with ANT *

AW: if then else with ant

2003-02-17 Thread Jan . Materne
Ant-Contrib will help you: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/ant-contrib/ant-co ntrib/manual/tasks/if.html?rev=HEAD&content-type=text/html Jan Matèrne -Ursprüngliche Nachricht- Von: Pellier, Marc [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 17. Februar 2003 15:

if then else with ant

2003-02-17 Thread Pellier, Marc
How can I do if (a=2) print("Message1"); else print("Message2"); with ANT Disclaimer: This electronic transmission and any files attached to it are strictly confidential and intended solely for the a

How to link against third-paty jars synchronously

2003-02-17 Thread Siarhei Biarozkin
Hello, First of all, apologies if the question is somewhat off-topic. What is the best way to make sure that developers on different machines link against the same version of a third-party jar library ? For example, we're using set of Batik jars built from their latest CVS checkout. A number of w

Re: JAR update="true" bug

2003-02-17 Thread Stefan Bodewig
On Fri, 14 Feb 2003, Mark Imel <[EMAIL PROTECTED]> wrote: > This is why (in my scenario), The jar was previously used in a javac > command as part of the classpath for the compiler. Therefore, there > was an existing handle that wasn't released to the jar file. Ahh, good catch. This is a known