Return-Path: Delivered-To: apmail-ws-tuscany-dev-archive@locus.apache.org Received: (qmail 18702 invoked from network); 5 Feb 2008 15:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 15:33:17 -0000 Received: (qmail 29087 invoked by uid 500); 5 Feb 2008 15:33:09 -0000 Delivered-To: apmail-ws-tuscany-dev-archive@ws.apache.org Received: (qmail 29062 invoked by uid 500); 5 Feb 2008 15:33:09 -0000 Mailing-List: contact tuscany-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-dev@ws.apache.org Delivered-To: moderator for tuscany-dev@ws.apache.org Received: (qmail 65696 invoked by uid 99); 5 Feb 2008 14:54:14 -0000 X-ASF-Spam-Status: No, hits=-2.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of matthew_peters@uk.ibm.com designates 195.212.29.137 as permitted sender) X-Disclaimed: 52462 To: tuscany-dev@ws.apache.org MIME-Version: 1.0 Subject: Error building contribution-impl X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Matthew Peters Message-ID: Date: Tue, 5 Feb 2008 14:15:04 +0000 X-MIMETrack: Serialize by Router on D06ML067/06/M/IBM(Release 7.0.2FP2HF322 | September 26, 2007) at 05/02/2008 14:53:31, Serialize complete at 05/02/2008 14:53:31 Content-Type: multipart/alternative; boundary="=_alternative 004E48E3802573E6_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 004E48E3802573E6_= Content-Type: text/plain; charset="US-ASCII" I am seeing the following error during a Tuscany build. This is a fresh checkout from Tuscany svn. Can anyone tell me what the cause might be? Matthew C:\Documents and Settings\Administrator\sca\modules\contribution-impl>mvn [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Apache Tuscany SCA Contribution Model Implementation [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:\Documents and Settings\Administrator\sca\modules\contribution-impl\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.tuscany.sca.contribution.resolver.ExtensibleModelResolverTestCase Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running org.apache.tuscany.sca.contribution.services.ContributionRepositoryTestCase Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec Running org.apache.tuscany.sca.contribution.impl.ContributionClassLoaderTestCase Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running org.apache.tuscany.sca.contribution.processor.JarContributionPackageProcessorTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running org.apache.tuscany.sca.contribution.resolver.DefaultModelResolverTestCase Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running org.apache.tuscany.sca.contribution.services.PackageTypeDescriberImplTestCase Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running org.apache.tuscany.sca.contribution.processor.FolderContributionPackageProcessorTestCase Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! testProcessPackageArtifacts(org.apache.tuscany.sca.contribution.processor.FolderContributionPackageProcessorTestCase) Time elapse d: 0 sec <<< ERROR! org.apache.tuscany.sca.contribution.service.ContributionReadException: file:/C:/Documents and Settings/Administrator/sca/modules/c ontribution-impl/./ at org.apache.tuscany.sca.contribution.processor.impl.FolderContributionProcessor.getArtifacts(FolderContributionProcessor .java:104) at org.apache.tuscany.sca.contribution.processor.FolderContributionPackageProcessorTestCase.testProcessPackageArtifacts(Fo lderContributionPackageProcessorTestCase.java:41) 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:308) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879) Caused by: java.net.URISyntaxException: Illegal character in path at index 18: file:/C:/Documents and Settings/Administrator/sca/m odules/contribution-impl/./ at java.net.URI$Parser.fail(URI.java:2821) at java.net.URI$Parser.checkChars(URI.java:2994) at java.net.URI$Parser.parseHierarchical(URI.java:3078) at java.net.URI$Parser.parse(URI.java:3026) at java.net.URI.(URI.java:590) at java.net.URL.toURI(URL.java:950) at org.apache.tuscany.sca.contribution.processor.impl.FolderContributionProcessor.getArtifacts(FolderContributionProcessor .java:94) ... 24 more Running org.apache.tuscany.sca.contribution.processor.URLartifactProcessorExtensionPointTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Results : Tests in error: testProcessPackageArtifacts(org.apache.tuscany.sca.contribution.processor.FolderContributionPackageProcessorTestCase) Tests run: 26, Failures: 0, Errors: 1, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to C:\Documents and Settings\Administrator\sca\modules\contribution-impl\target\surefire-reports for the individual t est results. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Tue Feb 05 14:12:12 GMT 2008 [INFO] Final Memory: 6M/21M [INFO] ------------------------------------------------------------------------ C:\Documents and Settings\Administrator\sca\modules\contribution-impl> Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --=_alternative 004E48E3802573E6_=--