This looks like either a missing or wrong dependency. util should
depend on commons-beanutils-collections or whatever it's called for
gump.


On Mon, 31 Jan 2005 02:07:20 PST, commons-jelly-tags-util development
<commons-dev@jakarta.apache.org> wrote:
> 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-tags-util has an issue affecting its community 
> integration.
> This issue affects 7 projects,
>  and has been outstanding for 5 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-tags-ant :  Commons Jelly
>     - commons-jelly-tags-fmt :  Commons Jelly
>     - commons-jelly-tags-html :  Commons Jelly
>     - commons-jelly-tags-jsl :  Commons Jelly
>     - commons-jelly-tags-util :  Commons Jelly
>     - maven :  Project Management Tools
>     - maven-bootstrap :  Project Management Tools
> 
> Full details are available at:
>     
> http://brutus.apache.org/gump/public/commons-jelly/commons-jelly-tags-util/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-tags-util-31012005.jar] identifier set to 
> project name
>  -DEBUG- Dependency on xml-xerces exists, no need to add for property 
> maven.jar.xerces.
>  -DEBUG- (Gump generated) Maven Properties in: 
> /usr/local/gump/public/workspace/commons-jelly/jelly-tags/util/build.properties
>  -INFO- Failed with reason build failed
>  -DEBUG- Maven POM in: 
> /usr/local/gump/public/workspace/commons-jelly/jelly-tags/util/project.xml
>  -DEBUG- Maven project properties in: 
> /usr/local/gump/public/workspace/commons-jelly/jelly-tags/util/project.properties
>  -INFO- Project Reports in: 
> /usr/local/gump/public/workspace/commons-jelly/jelly-tags/util/target/test-reports
>  -WARNING- No directory 
> [/usr/local/gump/public/workspace/commons-jelly/jelly-tags/util/target/test-reports]
>  -INFO- Failed to extract fallback artifacts from Gump Repository
> 
> The following work was performed:
> http://brutus.apache.org/gump/public/commons-jelly/commons-jelly-tags-util/gump_work/build_commons-jelly_commons-jelly-tags-util.html
> Work Name: build_commons-jelly_commons-jelly-tags-util (Type: Build)
> Work ended in a state of : Failed
> Elapsed: 5 secs
> Command Line: maven --offline jar
> [Working Directory: 
> /usr/local/gump/public/workspace/commons-jelly/jelly-tags/util]
> CLASSPATH: 
> /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.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/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/optional/bean-collections/dist/commons-beanutils-bean-collections.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-31012005.jar:/usr/local/gump/public/workspace/commons-jelly/target/commons-jelly-31012005.jar:/usr/local/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-31012005.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-31012005.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-31012005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/dom4j/build/dom4j.jar:/usr/local/gump/public/workspace/jaxen/target/jaxen-31012005.jar
> ---------------------------------------------
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> 
> You are working offline so the build will continue, but 
> commons-jelly-SNAPSHOT.jar may be out of date!
> build:start:
> 
> java:prepare-filesystem:
>     [mkdir] Created dir: 
> /home/gump/workspaces2/public/workspace/commons-jelly/jelly-tags/util/target/classes
> 
> java:compile:
>     [echo] Compiling to 
> /home/gump/workspaces2/public/workspace/commons-jelly/jelly-tags/util/target/classes
>     [echo]
> ==========================================================
> 
>   NOTE: Targetting JVM 1.4, classes
>   will not run on earlier JVMs
> 
> ==========================================================
> 
>     [javac] Compiling 9 source files to 
> /home/gump/workspaces2/public/workspace/commons-jelly/jelly-tags/util/target/classes
>     [javac] 
> /home/gump/workspaces2/public/workspace/commons-jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/SortTag.java:23:
>  cannot resolve symbol
>     [javac] symbol  : class BeanComparator
>     [javac] location: package beanutils
>     [javac] import org.apache.commons.beanutils.BeanComparator;
>     [javac]                                     ^
>     [javac] 
> /home/gump/workspaces2/public/workspace/commons-jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/SortTag.java:56:
>  cannot resolve symbol
>     [javac] symbol  : class BeanComparator
>     [javac] location: class org.apache.commons.jelly.tags.util.SortTag
>     [javac]             BeanComparator comparator = new 
> BeanComparator(property);
>     [javac]             ^
>     [javac] 
> /home/gump/workspaces2/public/workspace/commons-jelly/jelly-tags/util/src/java/org/apache/commons/jelly/tags/util/SortTag.java:56:
>  cannot resolve symbol
>     [javac] symbol  : class BeanComparator
>     [javac] location: class org.apache.commons.jelly.tags.util.SortTag
>     [javac]             BeanComparator comparator = new 
> BeanComparator(property);
>     [javac]                                             ^
>     [javac] 3 errors
> 
> 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: 4 seconds
> Finished at: Mon Jan 31 02:07:19 PST 2005
> 
> ---------------------------------------------
> 
> To subscribe to this information via syndicated feeds:
> - RSS: 
> http://brutus.apache.org/gump/public/commons-jelly/commons-jelly-tags-util/rss.xml
> - Atom: 
> http://brutus.apache.org/gump/public/commons-jelly/commons-jelly-tags-util/atom.xml
> 
> ============================== Gump Tracking Only ===
> Produced by Gump version 2.2.
> Gump Run 21000031012005, brutus:brutus-public:21000031012005
> Gump E-mail Identifier (unique within run) #30.
> 
> --
> Apache Gump
> http://gump.apache.org/ [Instance: brutus]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
http://www.multitask.com.au/people/dion/

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

Reply via email to