On Thu, Dec 9, 2010 at 9:16 AM, Simon Laws <[email protected]> wrote:
> This is what I'm seeing this morning following a 2.x update and
> "clean install". Haven't looked at the details yet.
>
> INFO] ------------------------------------------------------------------------
> INFO] Error for project: Apache Tuscany Async Integration Tests SCA Binding
> Map
> er (during install)
> INFO] ------------------------------------------------------------------------
> INFO] There are test failures.
>
> lease refer to
> /home/simon_laws/java-2.x/testing/itest/scabindingmapper/target/
> urefire-reports for the individual test results.
> INFO] ------------------------------------------------------------------------
> INFO] Error for project: Apache Tuscany SCA Specification Compliance Tests
> Java
> CAA (during install)
> INFO] ------------------------------------------------------------------------
> INFO] There are test failures.
>
> lease refer to
> /home/simon_laws/java-2.x/testing/compliance-tests/java-caa/targ
> t/surefire-reports for the individual test results.
> INFO] ------------------------------------------------------------------------
> INFO] For more information, run Maven with the -e switch
> INFO] ------------------------------------------------------------------------
> INFO] BUILD ERRORS
> INFO] ------------------------------------------------------------------------
> INFO] Total time: 29 minutes 3 seconds
> INFO] Finished at: Thu Dec 09 00:36:49 PST 2010
> INFO] Final Memory: 184M/1015M
> INFO] ------------------------------------------------------------------------
>
> Simon
>
> --
> Apache Tuscany committer: tuscany.apache.org
> Co-author of a book about Tuscany and SCA: tuscanyinaction.com
>
Ok, so ant's fix to the cabindingmapper fixes that one for me.
The CAA problem can be easily fixed by switching to the
base-runtime-pom dependency, i.e.
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
Simon
--
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com