RE: Need to find current directory (not entire path)

2008-03-31 Thread Francis Brennan
There is a propertyregex task in ant-contrib that you can use to extract part of a property's value to a new property. -Original Message- From: mindspin311 [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2008 2:33 PM To: user@ant.apache.org Subject: Re: Need to find current directory (n

Re: If task

2008-03-13 Thread Francis Brennan
You can implement that nearly verbatim using the ant-contrib extensions which provide if/elseif/else capabilities. The only change from what you have below would be to the syntax of your conditional expressions for example, correct equals syntax would be: Francis On 3/13/08 5:21 PM, "[EMAIL PRO

RE: Leap Year Bug in Ant 1.7.0 FTP task?

2008-03-06 Thread Francis Brennan
hat Ant is for the most part powerless. -Matt --- Jukka Uusisalo <[EMAIL PROTECTED]> wrote: > > -Original Message----- > > From: Francis Brennan [mailto:[EMAIL PROTECTED] > > Sent: 5. maaliskuuta 2008 23:48 > > To: user@ant.apache.org > > Subject: Leap Yea

RE: How to email only the error part

2008-03-06 Thread Francis Brennan
You could use the LoadFile task with a regex filter to read parts of the log into a property. Then use that property as the message body for the mail task. Francis -Original Message- From: Len

Leap Year Bug in Ant 1.7.0 FTP task?

2008-03-05 Thread Francis Brennan
Has anyone else run across a bug in the FTP task in Ant 1.7.0 related to Feb 29th timestamps?. I've used the FTP task as part of an automated system to retrieve builds from a server and has been functioning reliably for many months without change. Beginning on Feb 29th at 12:00 AM, all FTP "recv