Re: Did concat change b/w 1.5.0 and 1.6.2?

2006-08-29 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > > Looking at some differences b/w 1.5.0 and 1.6.2 > > specifically we had > > >_temp.path.1 = > ${_path.project.root} > > in 1.5.0 but with 1.6.2 it needs to be > > >_temp.path.1 = ${_path.project.root} > > > otherwise the newline doesn't make

How to detect when Tomcat has run out of memory

2006-08-29 Thread DHARNA, AJAY [AG/1000]
Does anyone know how I can use ant to detect when Tomcat is out of Memory? Thank you Ajay - This e-mail message may contain privileged and/or confidential information, and is intended to be

Did concat change b/w 1.5.0 and 1.6.2?

2006-08-29 Thread robert
Looking at some differences b/w 1.5.0 and 1.6.2 specifically we had _temp.path.1 = ${_path.project.root} in 1.5.0 but with 1.6.2 it needs to be _temp.path.1 = ${_path.project.root} otherwise the newline doesn't make it into the file and a append based contact results in the same line rather

Re: outputproperty not capturing output

2006-08-29 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 8/29/06, Brown, Carlton > <[EMAIL PROTECTED]> wrote: > > Sorry for the repeat, but this is baffling and > looks either buggy or > > ill-designed, and we really need to understand how > it works... could > > someone shed some light? > > Soun

Re: outputproperty not capturing output

2006-08-29 Thread Dominique Devienne
On 8/29/06, Brown, Carlton <[EMAIL PROTECTED]> wrote: Sorry for the repeat, but this is baffling and looks either buggy or ill-designed, and we really need to understand how it works... could someone shed some light? Sounds like a bug Carlton. In your shoes, to work around this issue, I'd proba

RE: outputproperty not capturing output

2006-08-29 Thread Brown, Carlton
Sorry for the repeat, but this is baffling and looks either buggy or ill-designed, and we really need to understand how it works... could someone shed some light? -Original Message- From: Brown, Carlton Sent: Monday, August 28, 2006 6:33 PM To: user@ant.apache.org Subject: outputproperty

RE: Waitfor task

2006-08-29 Thread DHARNA, AJAY [AG/1000]
I forgot to mention, when I hit the URL on the web browser it seems to hang and doesn't return - this I why I was hoping the timeout would work in the waitfor task. -Original Message- From: DHARNA, AJAY [AG/1000] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 11:04 AM To: user@

Waitfor task

2006-08-29 Thread DHARNA, AJAY [AG/1000]
I am using the waitfor task as defined below: - the deafult wait time is 3 minute - this however doesn't seem to be working - the task just keeps on waiting. Am I missing something? Ajay. -

Re: How to replace substring into property and get result into another property ?

2006-08-29 Thread Matt Benson
--- Mathieu Champlon <[EMAIL PROTECTED]> wrote: > Willy Reinhardt a écrit : > > Hi, > > I get a property value as : > > > lib/iaik/iaik_jce.jar,lib/iaik/iaikPkcs11Provider.jar > > > > > and would replace character "," by ";" or ":" > > > > is a ant task can do that ? In this case, having a p

Re: How to replace substring into property and get result into another property ?

2006-08-29 Thread Mathieu Champlon
Willy Reinhardt a écrit : Hi, I get a property value as : lib/iaik/iaik_jce.jar,lib/iaik/iaikPkcs11Provider.jar and would replace character "," by ";" or ":" is a ant task can do that ? Hello ! Maybe the task can help you : http://ant.apache.org/manual/CoreTasks/pathconvert.html Or

Re: RE: How to replace substring into property and get result intoanother property ?

2006-08-29 Thread Markus M. May
You could also use the antcontrib task PropertyRegex. R, Markus Original-Nachricht Datum: Tue, 29 Aug 2006 12:47:25 +0200 Von: "Rebhan, Gilbert" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: RE: How to replace substring into property and get result intoanother property ?

RE: How to replace substring into property and get result intoanother property ?

2006-08-29 Thread Rebhan, Gilbert
One possible solution via , f.e. with javascript =