urlregexpmapping with ant task
"Kyle Aaron" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
Using xmlc ant task, I am trying to replace all urls with ../ to be ../sec/ and all ../../ urls to be ../ . To do this I am using the following args:
-urlregexpmapping \.\./(?!\.\./) ../sec/
-urlregexpmapping \.\./\.\./ ../
When using the above args, I get gnu.regexp.REException: quantifier (?*+{}) without preceding token.
Does anyone have an idea of why this is happening? Are regexp look aheads allowed?
Thanks,
Kyle
------------------------------------------------------------------------------
This message may contain confidential information, and is intended only for the use of the individual(s) to whom it is addressed.
==============================================================================