It all seems fine now and the Hudson build is passing: https://hudson.apache.org/hudson/job/Tuscany-2x/13/
...ant On Thu, Dec 9, 2010 at 11:47 AM, Simon Laws <[email protected]> wrote: > On Thu, Dec 9, 2010 at 10:38 AM, ant elder <[email protected]> wrote: >> On Thu, Dec 9, 2010 at 10:35 AM, Simon Laws <[email protected]> >> wrote: >>> 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> >>> >> >> I've fixed the CAA fails but fixing otests-sca-j-caa-tests to not have >> transitive dependencies, which it shouldn't, so that should be working >> now, i've kicked off a Hudson build to confirm. Don't what changed >> last night to start being an issue though. >> >> ...ant >> > > Have you redeployed the output of otests-sca-j-caa-tests? CAA still > fails for me. > > Simon > > > -- > Apache Tuscany committer: tuscany.apache.org > Co-author of a book about Tuscany and SCA: tuscanyinaction.com >
