Re: Problem with propertyref's "regexp" attribute

2005-03-21 Thread Peter Reilly
This is because the manual is wrong :-[ The attribute to use for the element is "regex" and not "regexp". Peter Swathi Rao wrote: Hi, I tried to set properties using the "propertyset" task and the "propertyref" nested element. The ant manual (http://ant.apache.org/manual/CoreTypes/propertyset.ht

Problem with propertyref's "regexp" attribute

2005-03-21 Thread Swathi Rao
Hi, I tried to set properties using the "propertyset" task and the "propertyref" nested element. The ant manual (http://ant.apache.org/manual/CoreTypes/propertyset.html) states that "regexp" is a valid attribute of the task "propertyref". However when I use it in my code, it throws the following er