>"[java] parts created:"
>with "Size"
>than How can I go ahead,
should
/\[java\] parts created:/Size/
>One more thing there is "ant-apache-regexp.jar" file in ant's
>lib directory.
Means, that JAR needs an other file - the regexp-implementation.
>Just wanted to know that I need to upgr
Regexp could something around
/.*parts created: (.*)$/\1
But the "No supported regular expression matcher found" error message is more
important.
The matcher is part of JDK 1.4+, but because Ant is designed to run on JDK 1.2+
we have
a word on library depenencies in the manual.
Jan
>