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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
[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
16 matches
Mail list logo