You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Raymond Feng <en...@gmail.com> on 2011/03/21 18:03:51 UTC

Re: svn commit: r1083699 - /tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml

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
rfeng@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, antelder@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>
> 
> 


Re: svn commit: r1083699 - /tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml

Posted by ant elder <an...@gmail.com>.
Mmm, i see it too on a build from the top but it works when building
within the spi test. It works ok both within the itest and a full
build for me and on Hudson as it was before your change, can you think
of anything about you environment that might might cause the fail?

   ...ant

On Mon, Mar 21, 2011 at 5:03 PM, Raymond Feng <en...@gmail.com> wrote:
> 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
> rfeng@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, antelder@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>
>
>
>
>