using
where
from.classpath is
"C:\temp\dp\util\bin;C:\temp\dp\util\stack"
\1
returns
C:\temp\dp\util\
but
\2
does not return anything.
I want to get back
"C:\temp\dp\util\;C:\temp\dp\util\stack"
Thanks
Stefan
--
View this message in context:
http://www.nabble.co
gt; To: user@ant.apache.org
> Subject: ant regex
>
> /*
> I want to get back
>
> "C:\temp\dp\util\;C:\temp\dp\util\stack"
> */
>
> your regexp works for me with antcontrib ,
> using the default regexp engine from sun jdk1.4
>
>
Hi,
-Original Message-
From: snenkov [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 13, 2007 12:01 AM
To: user@ant.apache.org
Subject: ant regex
/*
I want to get back
"C:\temp\dp\util\;C:\temp\dp\util\stack"
*/
your regexp works for me with antcontrib ,
using the defa
I am using
where
from.classpath is
"C:\temp\dp\util\bin;C:\temp\dp\util\stack"
\1
returns
C:\temp\dp\util\
but
\2
does not return anything.
I want to get back
"C:\temp\dp\util\;C:\temp\dp\util\stack"
Thanks
Stefan
--
View this message in context:
http: