You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by Gump Integration Build <ge...@gump.apache.org> on 2007/05/09 13:10:59 UTC

[GUMP@vmgump]: Project ivy (in module ivy) failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project ivy has an issue affecting its community integration.
This issue affects 10 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - antbook-diary-core :  Examples to go with Java Development with Ant
    - antbook-sections :  Examples to go with Java Development with Ant
    - ivy :  Ivy Core
    - ivy-tests :  Ivy is a tool for managing (recording, tracking, resolving a...
    - smartfrog :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-components :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-tasks :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-tasks-test :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-test :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-testharness :  Smartfrog: Application Deployment from HP Laboratories


Full details are available at:
    http://vmgump.apache.org/gump/public/ivy/ivy/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/ivy/ivy/gump_work/build_ivy_ivy.html
Work Name: build_ivy_ivy (Type: Build)
Work ended in a state of : Failed
Elapsed: 9 secs
Command Line: /opt/jdk1.5/bin/java -Djava.awt.headless=true org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=ivy-09052007.jar -Doffline=true -Dno.resolve=true -Dfinal.core.name=ivy-core-09052007.jar jar 
[Working Directory: /usr/local/gump/public/workspace/ivy]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/httpclient/dist/commons-httpclient.jar:/usr/local/gump/public/workspace/commons-cli-1.0.x/target/commons-cli-09052007.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-09052007.jar:/usr/local/gump/public/workspace/jakarta-commons/vfs/target/commons-vfs-09052007.jar:/usr/local/gump/public/workspace/jakarta-commons/vfs/sandbox/target/commons-vfs-sandbox-09052007.jar:/usr/local/gump/public/workspace/jakarta-slide/webdavclient/dist/lib/jakarta-slide-webdavlib-09052007.jar:/usr/local/gump/packages/jsch/jsch-0.1.28.jar
---------------------------------------------
    [javac]                                                               ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyArtifactReport.java:202: cannot find symbol
    [javac] symbol  : class CacheManager
    [javac] location: class org.apache.ivy.ant.IvyArtifactReport
    [javac]     private void writeOriginLocationIfPresent(CacheManager cache, TransformerHandler saxHandler, Artifact artifact) throws IOException, SAXException {
    [javac]                                               ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyArtifactReport.java:202: cannot find symbol
    [javac] symbol  : class Artifact
    [javac] location: class org.apache.ivy.ant.IvyArtifactReport
    [javac]     private void writeOriginLocationIfPresent(CacheManager cache, TransformerHandler saxHandler, Artifact artifact) throws IOException, SAXException {
    [javac]                                                                                                  ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyArtifactReport.java:227: cannot find symbol
    [javac] symbol  : class CacheManager
    [javac] location: class org.apache.ivy.ant.IvyArtifactReport
    [javac]     private void writeCacheLocation(CacheManager cache, TransformerHandler saxHandler, Artifact artifact) throws SAXException {
    [javac]                                     ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyArtifactReport.java:227: cannot find symbol
    [javac] symbol  : class Artifact
    [javac] location: class org.apache.ivy.ant.IvyArtifactReport
    [javac]     private void writeCacheLocation(CacheManager cache, TransformerHandler saxHandler, Artifact artifact) throws SAXException {
    [javac]                                                                                        ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyBuildList.java:34: cannot find symbol
    [javac] symbol  : class Ivy
    [javac] location: package org.apache.ivy
    [javac] import org.apache.ivy.Ivy;
    [javac]                       ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyBuildList.java:35: package org.apache.ivy.core.module.descriptor does not exist
    [javac] import org.apache.ivy.core.module.descriptor.DependencyDescriptor;
    [javac]                                              ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyBuildList.java:36: package org.apache.ivy.core.module.descriptor does not exist
    [javac] import org.apache.ivy.core.module.descriptor.ModuleDescriptor;
    [javac]                                              ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyBuildList.java:37: package org.apache.ivy.core.module.id does not exist
    [javac] import org.apache.ivy.core.module.id.ModuleId;
    [javac]                                      ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyBuildList.java:38: package org.apache.ivy.core.settings does not exist
    [javac] import org.apache.ivy.core.settings.IvySettings;
    [javac]                                     ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyBuildList.java:39: package org.apache.ivy.plugins.parser does not exist
    [javac] import org.apache.ivy.plugins.parser.ModuleDescriptorParserRegistry;
    [javac]                                      ^
    [javac] /x1/gump/public/workspace/ivy/src/java/org/apache/ivy/ant/IvyBuildList.java:40: package org.apache.ivy.util does not exist
    [javac] import org.apache.ivy.util.Message;
    [javac]                            ^
    [javac] 100 errors

BUILD FAILED
/x1/gump/public/workspace/ivy/build.xml:193: Compile failed; see the compiler error output for details.

Total time: 9 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/ivy/ivy/rss.xml
- Atom: http://vmgump.apache.org/gump/public/ivy/ivy/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 12000009052007, vmgump.apache.org:vmgump-public:12000009052007
Gump E-mail Identifier (unique within run) #35.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]