AW: Generating property file with path name...

2006-03-06 Thread Jan.Materne
Jan >-Ursprüngliche Nachricht- >Von: Michael Burbidge [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 6. März 2006 20:11 >An: user@ant.apache.org >Betreff: Generating property file with path name... > >As part of an ant build I need to generate a properties file >with a path in it. I sta

RE: Generating property file with path name...

2006-03-06 Thread Ivan \"Rambius\" Ivanov
Or using ? Regards Ivan --- EJ Ciramella <[EMAIL PROTECTED]> wrote: > what's using the property in the property file? > > why not have "/" instead of "\"? > > If you MUST have "\", why not let your build finish, > then have another replace step to change "\" to > "\\"? > > -Original Mes

RE: Generating property file with path name...

2006-03-06 Thread EJ Ciramella
what's using the property in the property file? why not have "/" instead of "\"? If you MUST have "\", why not let your build finish, then have another replace step to change "\" to "\\"? -Original Message- From: Michael Burbidge [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006

Generating property file with path name...

2006-03-06 Thread Michael Burbidge
As part of an ant build I need to generate a properties file with a path in it. I start with a "template" properties file with the following line in it: Home = @HOME@ I then use the following ant tasks to replace the @HOME@ with a path generated as part of the ant build.

Re: JAVAC Classpath

2006-03-06 Thread Jeffrey E Care
That's documented pretty clearly in the manual. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer "Rosenberg, Eric" <[E

RE: Looking for an Ant Task

2006-03-06 Thread Anderson, Rob (Global Trade)
Doesn't BEA supply Ant tasks that do the same things that you can do from this console? -Rob A > -Original Message- > From: Shay Thompson [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 05, 2006 5:06 PM > To: Ant Users List > Subject: Re: Looking for an Ant Task > > > :) sorry, wasn't

RE: 1 Questions in ANT

2006-03-06 Thread Anderson, Rob (Global Trade)
Exactly. You would only use FTP for all destinations. -Rob A > -Original Message- > From: Res Pons [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 04, 2006 2:25 PM > To: user@ant.apache.org > Subject: RE: 1 Questions in ANT > > if I understood your question correctly, You should crea

Ant 1.6.5 , JDK 1.5 build error pointing to an apache class

2006-03-06 Thread Ferrer, Eric
Hi, I have been porting our code to jdk 1.5 and ant 1.6.5 and when I run my current build (which works with jdk 1.4x) I get the following error [C:\builder\builds\fle\staging\src\com\myhome\ParamDataType.java:8: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier [ja

Re: How to access command line arguments passed to Ant. How to search Ant manual.

2006-03-06 Thread Jeffrey E Care
Google with the "site:" option. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer <[EMAIL PROTECTED]> wrote on 03/06/20

JAVAC Classpath

2006-03-06 Thread Rosenberg, Eric
I am running ant 1.6.2. I just realized that the javac task is taking the classpath that I specify and adding the classpath that I have started ant with to it. Is there a way to make it not do that? I have junit.jar in Ant's class path so that I can use the junit task in another target. How

Ant option versions.....between 1.6.2 and 1.5.3

2006-03-06 Thread Srikrishna_Parthasarathy
I see a new option call -lib is added in ant 1.6.2 version. Why the difference was introduced ? C:\antscripts>ant -version Apache Ant version 1.6.2 compiled on July 16 2004 C:\antscripts>ant --help Unknown argument: --help ant [options] [target [target2 [target3] ...]] Options: -help, -h

How to access command line arguments passed to Ant. How to search Ant manual.

2006-03-06 Thread Mehdi.Rakhshani
I went through as much of the Ant manual as I could and did not find any information that tells me how to use a command line argument that was passed to Ant (I am sure it is there and I missed it). 1- Is there a way to search the Ant manual? 2- If I call Ant with "target argumen

Re: java/exec task - process tracking

2006-03-06 Thread Steve Loughran
Frederic CHALONS wrote: Hi, I am using a ant file to launch various processes. Previously, this was done via a bash file via. With bash, I could retrieve PIDs from $! variable to keep track of launched processes. How may I achieve something similar with Ant. May I retrieve pid associated to an

java/exec task - process tracking

2006-03-06 Thread Frederic CHALONS
Hi, I am using a ant file to launch various processes. Previously, this was done via a bash file via. With bash, I could retrieve PIDs from $! variable to keep track of launched processes. How may I achieve something similar with Ant. May I retrieve pid associated to an java/exec task? So far, I

Include/exclude precedence

2006-03-06 Thread Eric Wood
Wondering how the precedence of include and exclude nested elements works in a fileset. I was trying to exclude a few build.xml files in a subdirectory; here is my code snippet: It appeared to exclude the build.xml in the Clea

Re: Generating PDF documentation .

2006-03-06 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Thx Steve , But would like to know , where is the source code for all the steps mentioned below ? I could not find that in the Ant source . in cvs, under the sandbox - To unsubscribe, e-m