RE: Continu exec task, while leaving ant

2008-07-10 Thread Rebhan, Gilbert
-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

Re: How to have Dynamic Propert in ant

2008-07-10 Thread sukanya
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 > > > > > > > > > > > > > > > >

Re: causing memory issue

2008-07-10 Thread Scot P. Floess
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

Re: causing memory issue

2008-07-10 Thread Matt
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

Re: causing memory issue

2008-07-10 Thread Matt
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

Re: causing memory issue

2008-07-10 Thread Scot P. Floess
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

causing memory issue

2008-07-10 Thread Matt
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

Re: Compiling JSP files using ANT?

2008-07-10 Thread Steve Loughran
[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

Re: How to have Dynamic Propert in ant

2008-07-10 Thread glenn opdycke-hansen
Use (the proper way) The following test script demonstrates how antcall can take parameters and that the timestamp is recomputed. --glenn ${touch.time}

RE: Continu exec task, while leaving ant

2008-07-10 Thread jantje
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]:

Compiling JSP files using ANT?

2008-07-10 Thread dave.alvarado
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]

RE: Ant task to find in files

2008-07-10 Thread Rebhan, Gilbert
-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

Re: How to have Dynamic Propert in ant

2008-07-10 Thread Scot P. Floess
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

Re: How to have Dynamic Propert in ant

2008-07-10 Thread Andrew Clegg
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

Ant task to find in files

2008-07-10 Thread Ext.Manish.Shah
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

Re: How to have Dynamic Propert in ant

2008-07-10 Thread Scot P. Floess
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,

Re: How to have Dynamic Propert in ant

2008-07-10 Thread André Pilz
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

Re: Changing port number of a server(selenium-server.jar) through ant?

2008-07-10 Thread rahulrocks
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)

unjar/unzip makes expanded folder read-only

2008-07-10 Thread Nicole Luneburg
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