Thanks for the fix Jean-Sebastien, but i'm now getting a different error "Project ID: null:doxia-site-renderer:jar:1.0-alpha-8 Cannot find parent: org.apache.maven.doxia:doxia for project: null: doxia-site-renderer:jar:1.0-alpha-8"
Here's the whole output for clarity... thoughts? [ptomsic] java > pwd /Users/tomsicp/projects/tuscany/java [ptomsic] java > uname -a Darwin ptomsic.local 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh powerpc [ptomsic] java > java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing) [ptomsic] java > mvn -v Maven version: 2.0.4 [ptomsic] java > mvn [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] OSOA Specification API jars [INFO] SDO API [INFO] SCA API [INFO] Tuscany Project [INFO] Tuscany SDO Implementation Project [INFO] Tuscany SDO Implementation [INFO] Tuscany SDO Tools [INFO] Tuscany SDO Maven Plugin [INFO] Tuscany DAS [INFO] Tuscany DAS for Relational Databases [INFO] Tuscany SCA Implementation Project [INFO] Tuscany Common [INFO] Tuscany Assembly Model [INFO] Tuscany Core [INFO] Tuscany SCA Bindings [INFO] Project to install the Sun jars [INFO] Tuscany SCA Data Bindings [INFO] Tuscany Data Binding based on SDO [INFO] Tuscany SCA Containers [INFO] Tuscany Java IoC Container [INFO] Tuscany Axis2 Binding [INFO] Tuscany Apache Tomcat Integration [INFO] Tuscany JSON-RPC Binding [INFO] Tuscany Celtix Binding [INFO] Tuscany Rhino JavaScript Container [INFO] Tuscany SCA Tools [INFO] Tuscany SCA Maven Plugins [INFO] Tuscany SCA - Maven Plugin for WSDL2Java [INFO] Tuscany SCA - Maven Plugin for Java2WSDL [INFO] Tuscany Samples [INFO] Tuscany DAS Samples [INFO] Tuscany DAS Company Sample [INFO] Tuscany SCA Samples [INFO] Tuscany HelloWorld Sample [INFO] Tuscany HelloWorld Web Application Sample [INFO] Tuscany Calculator Sample [INFO] Tuscany Customer Info Sample [INFO] Tuscany HelloWorld Web Service Sample [INFO] Tuscany HelloWorld Celtix Web Service Sample [INFO] Tuscany HelloWorld Web Service Client Sample [INFO] Tuscany Supply Chain Sample [INFO] Tuscany HelloWorld JSON-RPC Sample [INFO] Tuscany SCA JMS Samples [INFO] Tuscany HelloWorld Celtix JMS Client Sample [INFO] Tuscany HelloWorld Celtix JMS Service Sample [INFO] Tuscany HelloWorld JavaScript/E4X Web Service Sample [INFO] Tuscany HelloWorld JSON-RPC WS Client Sample [INFO] Tuscany Scenario Samples [INFO] Tuscany BigBank Scenario Sample [INFO] Tuscany BigBank Account Module [INFO] Tuscany BigBank Web Client Module [INFO] ---------------------------------------------------------------------------- [INFO] Building OSOA Specification API jars [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- Downloading: http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: null:doxia-site-renderer:jar:1.0-alpha-8 Reason: Cannot find parent: org.apache.maven.doxia:doxia for project: null:doxia-site-renderer:jar:1.0-alpha-8 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9 seconds [INFO] Finished at: Mon May 15 20:43:49 CDT 2006 [INFO] Final Memory: 4M/9M [INFO] ------------------------------------------------------------------------ [ptomsic] java > --- Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > Paul Tomsic wrote: > > i've just grabbed tuscany from svn and i'm now > > receiving a build failure when i do the following. > > thoughts/help appreciated. > > thx > > > > > > [ptomsic] java > pwd > > /Users/tomsicp/projects/tuscany/java > > [ptomsic] java > uname -a > > Darwin ptomsic.local 8.6.0 Darwin Kernel Version > > 8.6.0: Tue Mar 7 16:58:48 PST 2006; > > root:xnu-792.6.70.obj~1/RELEASE_PPC Power > Macintosh > > powerpc > > [ptomsic] java > mvn -version > > Maven version: 2.0.4 > > [ptomsic] java > mvn > > [INFO] Scanning for projects... > > [INFO] > > > ------------------------------------------------------------------------ > > [ERROR] FATAL ERROR > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Failed to resolve artifact. > > > > GroupId: org.apache.tuscany.samples.das > > ArtifactId: das-samples > > Version: SNAPSHOT > > > > Reason: Unable to download the artifact from any > > repository > > > > > > > org.apache.tuscany.samples.das:das-samples:pom:SNAPSHOT > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2) > > > > > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Trace > > org.apache.maven.reactor.MavenExecutionException: > > Cannot find parent: > > org.apache.tuscany.samples.das:das-samples for > > project: null:sample-companyweb:war:SNAPSHOT > > at > > > org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365) > > at > > > org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:278) > > at > > > org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > > > > > > > Paul, > > Thanks for reporting this build failure. I created > JIRA issue > http://issues.apache.org/jira/browse/TUSCANY-369 to > help you track its > resolution. The problem is that samples have been > moving around and we > didn't detect the build break because we had the old > cached samples in > our local Maven repos. > > Committers, to avoid this kind of break in the > future, after moving > projects around you should do a top Maven build > after having deleted > your ~/.m2/repository/org/apache/tuscany directory, > to avoid picking up > old artifacts, and ensure that the build is > successful for somebody > starting from scratch with a fresh local Maven > repos. Thanks. > > I was able to reproduce the problem and will commit > a fix in a few > minutes. Thanks again for reporting this... > > -- > Jean-Sebastien > >
