Re: Filtering on property values

2006-02-03 Thread Jeffrey E Care
IIRC ant-contrib has a task that can do regex replacements on properties. -- Jeffrey E. Care ([EMAIL PROTECTED]) WAS Pyxis Lead Release Engineer Matthew Hughes <[EMAIL PROTECTED]> wrote on 02/03/2006 12:33:20 PM: > I have a property > > > > In certain tasks, I want the version value to be "

RE: Filtering on property values

2006-02-03 Thread bill/wilandra
Try from AntContrib. It will allow you to create a new property value using a regular expression. HTH Bill -Original Message- From: Matthew Hughes [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 9:33 AM To: user@ant.apache.org Subject: Filtering on property values I have a p