RE: Regexp to property

2006-01-27 Thread Allwicher, Klaus
Why not use 'PropertyRegex' from ant-contrib ?!? > -Original Message- > From: Frank Henry [mailto:[EMAIL PROTECTED] > Sent: 27 January, 2006 11:06 > To: user@ant.apache.org > Subject: Regexp to property > > For a little tool I am working on I need to get

Re: Regexp to property

2006-01-27 Thread Dominique Devienne
On 1/27/06, Frank Henry <[EMAIL PROTECTED]> wrote: > For a little tool I am working on I need to get information from a file, > via regexp, and store it into a property. > Before a dive into depths I have not yet ventured into, sofar I have > only written simple tasks, I wanted to glance about if a

Regexp to property

2006-01-27 Thread Frank Henry
For a little tool I am working on I need to get information from a file, via regexp, and store it into a property. Before a dive into depths I have not yet ventured into, sofar I have only written simple tasks, I wanted to glance about if anyone has already written something like that. Thanks! St