-Original Message-
From: jantje [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2008 8:06 PM
To: user@ant.apache.org
Subject: RE: Continu exec task, while leaving ant
/*
Thanks! The -task works now.. f.i.
However, when using it with the -task, I get no error and
Thank you all,
I can able make it by
sukanya
glenn opdycke-hansen wrote:
>
> Use (the proper way)
>
> The following test script demonstrates how antcall can take parameters and
> that the timestamp is recomputed.
>
> --glenn
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
That's funny :)
Been there ;)
On Thu, 10 Jul 2008, Matt wrote:
Sorry Folks,
Some one was eating up all the swap space on that server. It was not my issue
sorry about the false alarm
thanks
Matt
From: "Matt" <[EMAIL PROTECTED]>
Sent: Thursday, July
Sorry Folks,
Some one was eating up all the swap space on that server. It was not my issue
sorry about the false alarm
thanks
Matt
From: "Matt" <[EMAIL PROTECTED]>
Sent: Thursday, July 10, 2008 3:47 PM
To: user@ant.apache.org
Subject: Re: causing memor
env does not yield much there are 29 lines and not very big.
Attaching diagnostics. Please let me know if you see something suspicious
Matt
From: "Scot P. Floess" <[EMAIL PROTECTED]>
Sent: Thursday, July 10, 2008 3:37 PM
To: Ant Users List , [EMAIL PROTE
Just curious, from the command line...prior to executing ant against your
build.xml (under Solaris), what does env yield?
Anyway, you might try using the -diagnose command line option to ant - it
may help. Although, I've not experienced what you mention below :(
On Thu, 10 Jul 2008, Matt wro
Hi
I am relatively new to ANT
On solaris (on XP this works fine). the following script throws a memory
exception (attached)
If I take our the line
it works fine.
What could be the problem ?
Matt
-
To unsubscri
[EMAIL PROTECTED] wrote:
Hi,
I'm using Ant 1.6 and WL 9.2.2. Are there directives I can add to my build.xml
file that will allow me to compile JSPs? Any suggestions you have are greatly
appreciated, - Dave
You need to use a JSP compiler specific to your application server -and
the specifi
Use (the proper way)
The following test script demonstrates how antcall can take parameters and
that the timestamp is recomputed.
--glenn
${touch.time}
Thanks! The -task works now.. f.i.
However, when using it with the -task, I get no error and it does
nothing (Is there a way to solve it?) [PS: the echo message is also not
displaying. Still I get the BUILD SUCCESFULL back]:
Hi,
I'm using Ant 1.6 and WL 9.2.2. Are there directives I can add to my build.xml
file that will allow me to compile JSPs? Any suggestions you have are greatly
appreciated, - Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2008 3:20 PM
To: user@ant.apache.org
Subject: Ant task to find in files
/*
Hi there,
I'd like to seach the files in a fileset and fail my build if any file
contains a certain string.
Is ther
True, however, unless the timestamp is recomputed it won't matter...
Meaning the timestamp will be the same for each use of the property
containing the initially computed timestamp.
On Thu, 10 Jul 2008, Andrew Clegg wrote:
Or use variables from ant-contrib...
Andrew.
2008/7/10 Scot P. Floes
Or use variables from ant-contrib...
Andrew.
2008/7/10 Scot P. Floess <[EMAIL PROTECTED]>:
> Properties are immutable in Ant. In your example, even if properties were
> mutable, the timestamp would not be recomputed - you'd have to re-execute
> the tstamp task. The only way you can have this re
Hi there,
I'd like to seach the files in a fileset and fail my build if any file
contains a certain string.
Is there any functionality in Ant that can do this? I've seen the
Replace task, but all I want is a Find task.
It seems such an obvious emmision, that I'm sure I just don't know what
to lo
Properties are immutable in Ant. In your example, even if properties were
mutable, the timestamp would not be recomputed - you'd have to re-execute
the tstamp task. The only way you can have this recomputation is by using
a second property as someone else has responded...
On Wed, 9 Jul 2008,
Hello,
interesting problem. No dynamic properties. Following works:
${NOW}
waiting 5 seconds
${THEN}
Cheers,
André
sukanya schrieb:
Hi,
Here is the problem I am now fac
Thanks Andy,
It works.:clap:
Andy Stevens-2 wrote:
>
> 2008/7/9 rahulrocks <[EMAIL PROTECTED]>:
>>
>> I have changed the port number of selenium server in command line like
>> this
>> java -jar selenium-server.jar -port 4445
>>
>> How to change the port number of a server(selenium-server.jar)
Hi all,
I have a war file which I need to:
1. expand
2. replace a file in the expanded war
3. war it up again
(without going into too much detail, no I can't do it at the start when I first
war up the files)
I'm using Windows.
My problem is that when the war is expanded, which creates a folder
19 matches
Mail list logo