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
> 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
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
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
*
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:
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
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
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