I'm still getting the following error with a top-down build: [INFO] ------------------------------------------------------------------------ [INFO] Error for project: Apache Tuscany SCA iTest SPI (during install) [INFO] ------------------------------------------------------------------------ [INFO] An Ant BuildException has occured: The following error occurred while executing this line: /Users/rfeng/Projects/tuscany-git/tuscany-sca-2.x/testing/itest/spi/build.xml:93: Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher
Thanks, Raymond ________________________________________________________________ Raymond Feng rf...@apache.org Apache Tuscany PMC member and committer: tuscany.apache.org Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com Personal Web Site: www.enjoyjava.com ________________________________________________________________ On Mar 21, 2011, at 1:25 AM, antel...@apache.org wrote: > Author: antelder > Date: Mon Mar 21 08:25:37 2011 > New Revision: 1083699 > > URL: http://svn.apache.org/viewvc?rev=1083699&view=rev > Log: > Fix test fail by adding back regexp dependency > > Modified: > tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml > > Modified: tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml > URL: > http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml?rev=1083699&r1=1083698&r2=1083699&view=diff > ============================================================================== > --- tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml (original) > +++ tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml Mon Mar 21 08:25:37 > 2011 > @@ -68,6 +68,11 @@ > <artifactId>ant-nodeps</artifactId> > <version>1.8.1</version> > </dependency> > + <dependency> > + <groupId>regexp</groupId> > + <artifactId>regexp</artifactId> > + <version>1.3</version> > + </dependency> > </dependencies> > </plugin> > </plugins> > >