Re: problem with negative lookbehind in a regexp mapper

2005-03-16 Thread Andrea Quintavalle
caped with < in xml files. > > HTH Ivan > > > --- Andrea Quintavalle <[EMAIL PROTECTED]> wrote: > > when trying to use > > > > > > from="^(.*)(? > to="\1" /> > > > > i obtain > > > > The value of attrib

Re: SVNAnt

2005-03-16 Thread Andrea Quintavalle
Try here http://subclipse.tigris.org/svnant.html - Original Message - From: Naveen Mamidi To: Ant Users List Sent: Wednesday, March 16, 2005 10:50 AM Subject: SVNAnt Hi, where can I download SVNAnt latest version. Thanks, Naveen Mamidi Intellisca

problem with negative lookbehind in a regexp mapper

2005-03-16 Thread Andrea Quintavalle
when trying to use i obtain The value of attribute "from" associated with an element type "mapper" must not contain the '<' character. i have tryied to escape the '<' with a backslash but the error is still there. Can someone help me?