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-attributes has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 13 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-attributes :  Commons Attributes


Full details are available at:
    
http://vmgump.apache.org/gump/public/apache-commons/commons-attributes/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
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-attributes/gump_work/build_apache-commons_commons-attributes.html
Work Name: build_apache-commons_commons-attributes (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only org.apache.tools.ant.Main 
-Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dfinal.name.api=commons-attributes-api-16022011 
-Dfinal.name.compiler=commons-attributes-compiler-16022011 dist 
[Working Directory: /srv/gump/public/workspace/apache-commons/attributes]
CLASSPATH: 
/usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/apache-commons/attributes/target/classes:/srv/gump/public/workspace/apache-commons/attributes/target/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.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/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/qdox/qdox-1.12.jar:/srv/gump/public/workspace/junit/dist/junit-16022011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-16022011.jar
---------------------------------------------
Buildfile: /srv/gump/public/workspace/apache-commons/attributes/build.xml

init:
    [mkdir] Created dir: 
/srv/gump/public/workspace/apache-commons/attributes/target/lib

get-deps:

compile:
    [mkdir] Created dir: 
/srv/gump/public/workspace/apache-commons/attributes/target/classes
    [javac] Compiling 28 source files to 
/srv/gump/public/workspace/apache-commons/attributes/target/classes
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java:90:
 warning: [deprecation] project in org.apache.tools.ant.ProjectComponent has 
been deprecated
    [javac]         String sourcePaths = project.getReference 
(pathref).toString ();
    [javac]                              ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java:96:
 warning: [deprecation] project in org.apache.tools.ant.ProjectComponent has 
been deprecated
    [javac]             fs.setProject (project);
    [javac]                            ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java:245:
 incompatible types
    [javac] found   : com.thoughtworks.qdox.model.JavaPackage
    [javac] required: java.lang.String
    [javac]         packageName = javaClass.getPackage ();
    [javac]                                            ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java:454:
 warning: [deprecation] getFile() in com.thoughtworks.qdox.model.JavaSource has 
been deprecated
    [javac]         return javaClass.getSource ().getFile ();
    [javac]                                      ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java:481:
 warning: [deprecation] project in org.apache.tools.ant.ProjectComponent has 
been deprecated
    [javac]                 DirectoryScanner ds = 
fs.getDirectoryScanner(project);
    [javac]                                                              ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java:482:
 warning: [deprecation] project in org.apache.tools.ant.ProjectComponent has 
been deprecated
    [javac]                 File fromDir = fs.getDir(project);
    [javac]                                          ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java:510:
 warning: [deprecation] getInnerClasses() in 
com.thoughtworks.qdox.model.JavaClass has been deprecated
    [javac]         JavaClass[] classes = clazz.getInnerClasses ();
    [javac]                                    ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeIndexer.java:89:
 warning: [deprecation] project in org.apache.tools.ant.ProjectComponent has 
been deprecated
    [javac]         this.classPath = new Path(project);
    [javac]                                   ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/validation/AttributeValidatorTask.java:98:
 warning: [deprecation] project in org.apache.tools.ant.ProjectComponent has 
been deprecated
    [javac]         this.classPath = new Path(project);
    [javac]                                   ^
    [javac] 
/srv/gump/public/workspace/apache-commons/attributes/compiler/src/java/org/apache/commons/attributes/validation/AttributeValidatorTask.java:162:
 warning: [deprecation] project in org.apache.tools.ant.ProjectComponent has 
been deprecated
    [javac]             AntClassLoader cl = new AntClassLoader (this.getClass 
().getClassLoader (), project, classPath, true);   
    [javac]                                                                     
                    ^
    [javac] 1 error
    [javac] 9 warnings

BUILD FAILED
/srv/gump/public/workspace/apache-commons/attributes/build.xml:58: Compile 
failed; see the compiler error output for details.

Total time: 3 seconds
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 05000616022011, vmgump.apache.org:vmgump:05000616022011
Gump E-mail Identifier (unique within run) #5.

--
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