Well, that didn't take long; the Gump complaints about the change to
LogSystem/LogChute have begun!!  Only two ways to properly shut them
up...

- back that last change out of the trunk (perhaps making a 2.x branch
from the trunk first)
- go around updating the LogSystem/LogChute implementations where they
have been broken, if you can without requiring them all to use 1.7-dev

i favor the first option.

On Mon, Dec 29, 2008 at 10:37 AM, Velocity Gump <[email protected]> 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 velocity-dvsl has an issue affecting its community integration.
> This issue affects 3 projects.
> The current state of this project is 'Failed', with reason 'Build Failed'.
> For reference only, the following projects are affected by this:
>    - ant-xdocs-proposal :  Java based build tool
>    - fulcrum-dvsl :  Services Framework
>    - velocity-dvsl :  Template engine
>
>
> Full details are available at:
>    http://vmgump.apache.org/gump/public/velocity-dvsl/velocity-dvsl/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/velocity-dvsl/velocity-dvsl/gump_work/build_velocity-dvsl_velocity-dvsl.html
> Work Name: build_velocity-dvsl_velocity-dvsl (Type: Build)
> Work ended in a state of : Failed
> Elapsed: 1 min 38 secs
> Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
> -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
>  org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
> -Dbuild.sysclasspath=only -Dproject.version=29122008 jar
> [Working Directory: /srv/gump/public/workspace/velocity-dvsl]
> CLASSPATH: 
> /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-29122008.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-29122008-dep.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/packages/jaxen-1.1-beta-6/jaxen-1.1-beta-6.jar
> ---------------------------------------------
> oro-download:
>
> http-download:
>
> do-http-download:
>      [get] Getting: http://www.ibiblio.org/maven/oro/jars/oro-2.0.8.jar
>      [get] To: /srv/gump/public/workspace/velocity-dvsl/lib/oro-2.0.8.jar
>
> velocity-download:
>
> http-download:
>
> do-http-download:
>      [get] Getting: 
> http://www.ibiblio.org/maven/velocity/jars/velocity-1.5.jar
>      [get] To: /srv/gump/public/workspace/velocity-dvsl/lib/velocity-1.5.jar
>
> xalan-download:
>
> http-download:
>
> do-http-download:
>      [get] Getting: http://www.ibiblio.org/maven/xalan/jars/xalan-2.7.0.jar
>      [get] To: /srv/gump/public/workspace/velocity-dvsl/lib/xalan-2.7.0.jar
>
> compile:
>    [javac] Compiling 15 source files to 
> /srv/gump/public/workspace/velocity-dvsl/target/classes
>    [javac] 
> /srv/gump/public/workspace/velocity-dvsl/src/java/org/apache/dvsl/AntLogSystem.java:24:
>  warning: [deprecation] org.apache.velocity.runtime.log.LogSystem in 
> org.apache.velocity.runtime.log has been deprecated
>    [javac] import org.apache.velocity.runtime.log.LogSystem;
>    [javac]                                        ^
>    [javac] 
> /srv/gump/public/workspace/velocity-dvsl/src/java/org/apache/dvsl/DVSL.java:43:
>  warning: [deprecation] org.apache.velocity.runtime.log.LogSystem in 
> org.apache.velocity.runtime.log has been deprecated
>    [javac] import org.apache.velocity.runtime.log.LogSystem;
>    [javac]                                        ^
>    [javac] 
> /srv/gump/public/workspace/velocity-dvsl/src/java/org/apache/dvsl/DVSL.java:686:
>  warning: [deprecation] org.apache.velocity.runtime.log.LogSystem in 
> org.apache.velocity.runtime.log has been deprecated
>    [javac]         protected LogAdapter(LogSystem logSystem) {
>    [javac]                              ^
>    [javac] 
> /srv/gump/public/workspace/velocity-dvsl/src/java/org/apache/dvsl/AntLogChute.java:59:
>  init(org.apache.velocity.runtime.RuntimeServices) in 
> org.apache.dvsl.AntLogChute cannot implement 
> init(org.apache.velocity.runtime.RuntimeServices) in 
> org.apache.velocity.runtime.log.LogChute; overridden method does not throw 
> java.lang.Exception
>    [javac]     public void init( RuntimeServices rs ) throws Exception
>    [javac]                 ^
>    [javac] 
> /srv/gump/public/workspace/velocity-dvsl/src/java/org/apache/dvsl/AntLogSystem.java:36:
>  init(org.apache.velocity.runtime.RuntimeServices) in 
> org.apache.dvsl.AntLogChute cannot implement 
> init(org.apache.velocity.runtime.RuntimeServices) in 
> org.apache.velocity.runtime.log.LogChute; overridden method does not throw 
> java.lang.Exception
>    [javac] public class AntLogSystem extends AntLogChute implements LogSystem
>    [javac]        ^
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 2 errors
>    [javac] 3 warnings
>
> BUILD FAILED
> /srv/gump/public/workspace/velocity-dvsl/build.xml:144: Compile failed; see 
> the compiler error output for details.
>
> Total time: 1 minute 37 seconds
> ---------------------------------------------
>
> To subscribe to this information via syndicated feeds:
> - RSS: 
> http://vmgump.apache.org/gump/public/velocity-dvsl/velocity-dvsl/rss.xml
> - Atom: 
> http://vmgump.apache.org/gump/public/velocity-dvsl/velocity-dvsl/atom.xml
>
> ============================== Gump Tracking Only ===
> Produced by Gump version 2.3.
> Gump Run 15000829122008, vmgump:vmgump-public:15000829122008
> Gump E-mail Identifier (unique within run) #1.
>
> --
> Apache Gump
> http://gump.apache.org/ [Instance: vmgump]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to