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 [EMAIL PROTECTED]

Project commons-jelly-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 11 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-test :  Commons Jelly


Full details are available at:
    
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on jakarta-servletapi-5-servlet exists, no need to add for 
property maven.jar.servletapi.
 -DEBUG- Dependency on jakarta-taglibs-standard exists, no need to add for 
property maven.jar.jstl.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
maven.jar.xerces.
 -WARNING- Overriding Maven properties: 
[/usr/local/gump/public/workspace/commons-jelly/build.properties]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/commons-jelly/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/commons-jelly/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/commons-jelly/project.properties
 -INFO- Project Reports in: 
/usr/local/gump/public/workspace/commons-jelly/target/test-reports
 -WARNING- No directory 
[/usr/local/gump/public/workspace/commons-jelly/target/test-reports]



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-test/gump_work/build_commons-jelly_commons-jelly-test.html
Work Name: build_commons-jelly_commons-jelly-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 8 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/commons-jelly]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-03072006.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-03072006.jar:/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-03072006.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-03072006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-03072006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-03072006.jar:/usr/local/gump/public/workspace/dom4j/build/dom4j.jar:/usr/local/gump/packages/forehead/forehead-1.0-beta-5.jar:/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/usr/local/gump/public/workspace/jakarta-taglibs/dist/standard/lib/jstl.jar:/usr/local/gump/public/workspace/jaxen/target/jaxen-03072006.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
    [javac] symbol  : class ParseException
    [javac] location: class org.apache.commons.jelly.util.CommandLineParser
    [javac]     public CommandLine parseCommandLineOptions(String[] args) 
throws ParseException {
    [javac]                                                                     
 ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:210:
 warning: [deprecation] org.apache.commons.collections.BeanMap in 
org.apache.commons.collections has been deprecated
    [javac]         BeanMap beanMap = new BeanMap(bean);
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:210:
 warning: [deprecation] org.apache.commons.collections.BeanMap in 
org.apache.commons.collections has been deprecated
    [javac]         BeanMap beanMap = new BeanMap(bean);
    [javac]                               ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/util/CommandLineParser.java:67:
 cannot find symbol
    [javac] symbol  : class CommandLine
    [javac] location: class org.apache.commons.jelly.util.CommandLineParser
    [javac]         CommandLine cmdLine = null;
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/util/CommandLineParser.java:70:
 cannot find symbol
    [javac] symbol  : class ParseException
    [javac] location: class org.apache.commons.jelly.util.CommandLineParser
    [javac]         } catch (ParseException e) {
    [javac]                  ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/util/CommandLineParser.java:76:
 cannot find symbol
    [javac] symbol  : class HelpFormatter
    [javac] location: class org.apache.commons.jelly.util.CommandLineParser
    [javac]             new HelpFormatter().printHelp("jelly [scriptFile] 
[-script scriptFile] [-o outputFile] [-Dsysprop=syspropval] [-awt]",
    [javac]                 ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/util/CommandLineParser.java:158:
 cannot find symbol
    [javac] symbol  : class Options
    [javac] location: class org.apache.commons.jelly.util.CommandLineParser
    [javac]         cmdLineOptions = new Options();
    [javac]                              ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/util/CommandLineParser.java:206:
 cannot find symbol
    [javac] symbol  : class Parser
    [javac] location: class org.apache.commons.jelly.util.CommandLineParser
    [javac]         Parser parser = new org.apache.commons.cli.GnuParser();
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/util/CommandLineParser.java:206:
 package org.apache.commons.cli does not exist
    [javac]         Parser parser = new org.apache.commons.cli.GnuParser();
    [javac]                                                   ^
    [javac] 14 errors
    [javac] 3 warnings

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 8 seconds
Finished at: Mon Jul 03 04:10:18 PDT 2006

---------------------------------------------

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

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to