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 (JIRA)" <ju...@ws.apache.org> on 2009/02/04 05:43:59 UTC

[jira] Resolved: (JUDDI-179) Building jUDDI Tomcat Packaging fails on build machine

     [ https://issues.apache.org/jira/browse/JUDDI-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam resolved JUDDI-179.
-------------------------------

    Resolution: Fixed

This was caused by a bug in the assembly plugin: http://jira.codehaus.org/browse/MASSEMBLY-293

Specifying the latest version of this plugin:  <version>2.2-beta-3</version>, in which this bug is fixed, fixed our problem.

> Building jUDDI Tomcat Packaging fails on build machine
> ------------------------------------------------------
>
>                 Key: JUDDI-179
>                 URL: https://issues.apache.org/jira/browse/JUDDI-179
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 3.0alpha
>            Reporter: Kurt T Stam
>            Assignee: Kurt T Stam
>             Fix For: 3.0alpha
>
>
> The build runs OK on my machine, however the build machine is upset:
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Building jUDDI Tomcat Packaging
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] [MAVEN-CORE-IT-LOG] Using output file path: target/clean-clean.txt
> [INFO] [MAVEN-CORE-IT-LOG] Creating output file: /home/continuum/data/working-directory/1790/target/clean-clean.txt
> [INFO] [MAVEN-CORE-IT-LOG] Created output file: /home/continuum/data/working-directory/1790/target/clean-clean.txt
> [INFO] [site:attach-descriptor]
> [INFO] [MAVEN-CORE-IT-LOG] Using output file path: target/site-attach-descriptor.txt
> [INFO] [MAVEN-CORE-IT-LOG] Creating output file: /home/continuum/data/working-directory/1790/target/site-attach-descriptor.txt
> [INFO] [MAVEN-CORE-IT-LOG] Created output file: /home/continuum/data/working-directory/1790/target/site-attach-descriptor.txt
> Downloading: http://repo1.maven.org/maven2/tomcat/apache-tomcat/5.5.23/apache-tomcat-5.5.23.pom
> [INFO] [antrun:run {execution: test}]
> [INFO] Executing tasks
> unzip-tomcat:
>     [mkdir] Created dir: /home/continuum/data/working-directory/1790/target/tomcat
>     [unzip] Expanding: /home/continuum/.m2/repository/tomcat/apache-tomcat/5.5.23/apache-tomcat-5.5.23.zip into /home/continuum/data/working-directory/1790/target/tomcat
>      [copy] Copying 1 file to /home/continuum/data/working-directory/1790/target/tomcat/apache-tomcat-5.5.23/webapps
>      [copy] Copying 1 file to /home/continuum/data/working-directory/1790/target/tomcat/apache-tomcat-5.5.23/webapps
>     [unzip] Expanding: /home/continuum/.m2/repository/org/apache/juddi/juddi-cxf/3.0.0.SNAPSHOT/juddi-cxf-3.0.0.SNAPSHOT.war into /home/continuum/data/working-directory/1790/target/tomcat/apache-tomcat-5.5.23/webapps/juddi
> copy-resources:
>      [copy] Copying 1 file to /home/continuum/data/working-directory/1790/target/tomcat/apache-tomcat-5.5.23/common/lib
>      [copy] Copying 1 file to /home/continuum/data/working-directory/1790/target/tomcat/apache-tomcat-5.5.23/common/lib
>      [copy] Copying 1 file to /home/continuum/data/working-directory/1790/target/tomcat/apache-tomcat-5.5.23/common/lib
>      [copy] Copying 1 file to /home/continuum/data/working-directory/1790/target/tomcat/apache-tomcat-5.5.23/common/lib
> package-tomcat:
> [INFO] Executed tasks
> [INFO] [assembly:attached {execution: make-assembly}]
> [INFO] Reading assembly descriptor: /home/continuum/data/working-directory/1790/assembly.xml
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to create assembly: Error creating assembly archive: You must set at least one file.
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 36 seconds
> [INFO] Finished at: Sat Jan 31 19:11:00 PST 2009
> [INFO] Final Memory: 9M/16M
> [INFO] ------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.