Is anyone familiar with why this is happening when I try to build the trunk?
Thanks, Scott I just did an svn update
svn info
Path: . URL: https://svn.apache.org/repos/asf/incubator/tuscany/java Repository Root: https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 533859 Node Kind: directory [INFO] ---------------------------------------------------------------------------- [INFO] Building Apache Tuscany SCA Core Runtime [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Surefire report directory: c:\asca\svns\Apr6\sca\modules\core\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.tuscany.core.component.scope.CompositeScopeInitDestroyErrorTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running org.apache.tuscany.core.binding.local.LocalCallbackTargetInvokerInvocationExceptionTestCase Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! testThrowableTargetInvocation( org.apache.tuscany.core.binding.local.LocalCallbackTargetInvokerInvocationExceptionTestCase) Time elapsed: 0 sec <<< ERROR! java.lang.NoSuchMethodError: org/apache/tuscany/spi/wire/Wire.addCallbackInvocationChain(Lorg/apache/tuscany/interfacedef/Operation;Lorg/apache/tuscany/spi/wire/InvocationChain;)V at org.apache.tuscany.core.binding.local.LocalCallbackTargetInvokerInvocationExceptionTestCase.testThrowableTargetInvocation (LocalCallbackTargetInvokerInvocationExceptionTestCase.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.OldTestClassRunner.run( OldTestClassRunner.java:35) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute( JUnit4TestSet.java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet( AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute( AbstractDirectoryTestSuite.java:125) at org.apache.maven.surefire.Surefire.run(Surefire.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess( SurefireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main( SurefireBooter.java:818)
