Thanks for the grep Peter,
I will need to have a look at all these uses of the regexp factory.
The trouble with the current implementation is that :
- we recommend to use ORO,
- but the JDK 14 regular expression engine has priority,
- so if you are running ant under JDK 1.4 you need to set this pro
While using the task, I saw that ant.regexp.regexpimpl
currently has to be defined as a system property, although code is in place
to use it as normal project property.
RegexpFactory#newRegexp() is called, not RegexpFactory#newRegexp(Project).
As a consequence, the instance of RegularExpression