You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Kurt T Stam <ku...@gmail.com> on 2009/09/25 14:59:27 UTC

trunk build broken

Hi Tom,

The juddiv3-war module does not  build as part of the main build, and 
thus the build fails when it gets to the juddi-cxf which relies on it. 
When I add it into the main build I get:

[INFO] Building jUDDI Tomcat Packaging
[INFO]    task-segment: [clean, install]
[INFO] 
------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory 
/Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/target
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [antrun:run {execution: test}]
[INFO] Executing tasks

unzip-tomcat:
    [mkdir] Created dir: 
/Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/target/tomcat
    [unzip] Expanding: 
/Users/kstam/.m2/repository/org/apache/juddi/bootstrap/apache-tomcat/6.0.20/apache-tomcat-6.0.20.zip 
into /Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/target/tomcat
    [unzip] Expanding: 
/Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/${maven.dependency.org.apache.juddi.juddi-cxf.war.path} 
into 
/Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/target/tomcat/apache-tomcat-6.0.20/webapps/juddiv3
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred 
while executing this line:
/Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/build.xml:14: Error while 
expanding 
/Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/${maven.dependency.org.apache.juddi.juddi-cxf.war.path}
java.io.FileNotFoundException: 
/Users/kstam/osc/apache/dev/jUDDI/juddi-tomcat/${maven.dependency.org.apache.juddi.juddi-cxf.war.path} 
(No such file or directory)


Can you take a look at this?

Thx,

--Kurt