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 gene...@gump.apache.org.

Project commons-jelly has an issue affecting its community integration.
This issue affects 42 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-javaflow :  Commons Javaflow
    - commons-jelly :  Commons Jelly
    - commons-jelly-tags-ant :  Commons Jelly
    - commons-jelly-tags-antlr :  Commons Jelly
    - commons-jelly-tags-avalon :  Commons Jelly
    - commons-jelly-tags-bean :  Commons Jelly
    - commons-jelly-tags-beanshell :  Commons Jelly
    - commons-jelly-tags-betwixt :  Commons Jelly
    - commons-jelly-tags-bsf :  Commons Jelly
    - commons-jelly-tags-define :  Commons Jelly
    - commons-jelly-tags-define-test :  Commons Jelly
    - commons-jelly-tags-dynabean :  Commons Jelly
    - commons-jelly-tags-email :  Commons Jelly
    - commons-jelly-tags-fmt :  Commons Jelly
    - commons-jelly-tags-fmt-test :  Commons Jelly
    - commons-jelly-tags-html :  Commons Jelly
    - commons-jelly-tags-http :  Commons Jelly
    - commons-jelly-tags-interaction :  Commons Jelly
    - commons-jelly-tags-jaxme :  Commons Jelly
    - commons-jelly-tags-jface :  Commons Jelly
    - commons-jelly-tags-jms :  Commons Jelly
    - commons-jelly-tags-jmx :  Commons Jelly
    - commons-jelly-tags-jsl :  Commons Jelly
    - commons-jelly-tags-jsl-test :  Commons Jelly
    - commons-jelly-tags-junit :  Commons Jelly
    - commons-jelly-tags-log :  Commons Jelly
    - commons-jelly-tags-memory :  Commons Jelly
    - commons-jelly-tags-quartz :  Commons Jelly
    - commons-jelly-tags-regexp :  Commons Jelly
    - commons-jelly-tags-soap :  Commons Jelly
    - commons-jelly-tags-sql :  Commons Jelly
    - commons-jelly-tags-swing :  Commons Jelly
    - commons-jelly-tags-swt :  Commons Jelly
    - commons-jelly-tags-threads :  Commons Jelly
    - commons-jelly-tags-util :  Commons Jelly
    - commons-jelly-tags-validate :  Commons Jelly
    - commons-jelly-tags-velocity :  Commons Jelly
    - commons-jelly-tags-xml :  Commons Jelly
    - commons-jelly-tags-xml-test :  Commons Jelly
    - commons-jelly-tags-xmlunit :  Commons Jelly
    - maven :  Project Management Tools
    - maven-bootstrap :  Project Management Tools


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jelly-11092009.jar] identifier set to project name
 -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.
 -DEBUG- (Gump generated) Maven Properties in: 
/srv/gump/public/workspace/commons-jelly/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/project.xml
 -DEBUG- Maven project properties in: 
/srv/gump/public/workspace/commons-jelly/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly/gump_work/build_commons-jelly_commons-jelly.html
Work Name: build_commons-jelly_commons-jelly (Type: Build)
Work ended in a state of : Failed
Elapsed: 23 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly]
CLASSPATH: 
/usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-11092009.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-11092009.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-11092009.jar:/srv/gump/public/workspace/apache-commons/discovery/dist/commons-discovery.jar:/srv/gump/public/workspace/apache-commons/jexl/target/commons-jexl-2.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/lang/target/commons-lang-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-11092009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-11092009.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/packages/forehead/forehead-1.0-beta-5.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/jakarta-taglibs/standard/spec/target/taglibs-standa
 
rd-spec-1.2-SNAPSHOT.jar:/srv/gump/public/workspace/jaxen/target/jaxen-11092009.jar:/srv/gump/public/workspace/junit/dist/junit-11092009.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/target/classes
    [javac] Compiling 93 source files to 
/srv/gump/public/workspace/commons-jelly/target/classes
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:27:
 warning: [deprecation] org.apache.commons.collections.BeanMap in 
org.apache.commons.collections has been deprecated
    [javac] import org.apache.commons.collections.BeanMap;
    [javac]                                      ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/JellyContext.java:589:
 warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]             return runScript(file.toURL(), output, 
JellyContext.DEFAULT_EXPORT,
    [javac]                                  ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/JellyContext.java:667:
 warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]             return runScript(file.toURL(), output, export, inherit);
    [javac]                                  ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/JellyContext.java:947:
 warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]             url = file.toURL();
    [javac]                       ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/parser/XMLParser.java:221:
 warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]         return parse(file.toURL());
    [javac]                          ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:211:
 warning: [deprecation] org.apache.commons.collections.BeanMap in 
org.apache.commons.collections has been deprecated
    [javac]         BeanMap beanMap = new BeanMap(bean);
    [javac]         ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:211:
 warning: [deprecation] org.apache.commons.collections.BeanMap in 
org.apache.commons.collections has been deprecated
    [javac]         BeanMap beanMap = new BeanMap(bean);
    [javac]                               ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/Embedded.java:147:
 warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]             return file.toURL();
    [javac]                        ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/Jelly.java:195:
 warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]             rootContext = new 
File(System.getProperty("user.dir")).toURL();
    [javac]                                                                   ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/Jelly.java:264:
 warning: [deprecation] toURL() in java.io.File has been deprecated
    [javac]                 return file.toURL();
    [javac]                            ^
    [javac] 
/srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/expression/jexl/JexlExpressionFactory.java:63:
 cannot find symbol
    [javac] symbol  : class ExpressionFactory
    [javac] location: package org.apache.commons.jexl
    [javac]             
org.apache.commons.jexl.ExpressionFactory.createExpression(text)
    [javac]                                    ^
    [javac] 1 error
    [javac] 10 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: 23 seconds
Finished at: Fri Sep 11 14:03:22 PDT 2009

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

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

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to