These nag e-mails were caused by an incompatible change made to an
interface in BCEL. Looks like they've fixed [1] that now.

Thanks.

[1] http://markmail.org/message/mjnrjx3ej5dduhxy

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrgla...@ca.ibm.com
E-mail: mrgla...@apache.org

Sam Ruby <ru...@us.ibm.com> wrote on 08/20/2011 03:18:51 AM:

> 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 xsltc has an issue affecting its community integration.
> This issue affects 2 projects,
>  and has been outstanding for 8 runs.
> The current state of this project is 'Failed', with reason 'Build
Failed'.
> For reference only, the following projects are affected by this:
>     - xsltc :  Release 2.x of the Xalan-Java XSLT processor
>     - xsltc-bundled :  Release 2.x of the Xalan-Java XSLT processor
>
>
> Full details are available at:
>     http://vmgump.apache.org/gump/public/xml-xalan/xsltc/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/xml-xalan/xsltc/gump_work/
> build_xml-xalan_xsltc.html
> Work Name: build_xml-xalan_xsltc (Type: Build)
> Work ended in a state of : Failed
> Elapsed: 28 secs
> Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -
> Djava.awt.headless=true -Dbuild.sysclasspath=only -Xbootclasspath/
> p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/
> gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
> org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/
> merge.xml xsltc.unbundledjar
> [Working Directory: /srv/gump/public/workspace/xml-xalan]
> CLASSPATH: /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/
> public/workspace/xml-xalan/build/classes:/srv/gump/public/workspace/
> xml-xalan/build/serializer:/srv/gump/public/workspace/ant/bootstrap/
> lib/ant.jar:/srv/gump/public/workspace/ant/bootstrap/lib/ant-
> launcher.jar:/srv/gump/public/workspace/xml-xalan/tools/
> java_cup.jar:/srv/gump/public/workspace/xml-xalan/lib/runtime.jar:/
> srv/gump/public/workspace/xml-xalan/tools/JLex.jar:/srv/gump/public/
> workspace/apache-commons/bcel/target/bcel-6.0-SNAPSHOT.jar:/srv/
> gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
> ---------------------------------------------
> xml.compile:
>      [echo] Compiling DTM implementation and utilities
>     [javac] Compiling 152 source files to /srv/gump/public/
> workspace/xml-xalan/build/classes
>     [javac] /srv/gump/public/workspace/xml-xalan/src/org/apache/xml/
> dtm/DTMException.java:326: warning: non-varargs call of varargs
> method with inexact argument type for last parameter;
>     [javac] cast to java.lang.Class<?> for a varargs call
>     [javac] cast to java.lang.Class<?>[] for a non-varargs call and
> to suppress this warning
>     [javac]             Throwable.class.getMethod("getCause",null);
>     [javac]                                                  ^
>     [javac] /srv/gump/public/workspace/xml-xalan/src/org/apache/xml/
> dtm/DTMException.java:360: warning: non-varargs call of varargs
> method with inexact argument type for last parameter;
>     [javac] cast to java.lang.Class<?> for a varargs call
>     [javac] cast to java.lang.Class<?>[] for a non-varargs call and
> to suppress this warning
>     [javac]                             null);
>     [javac]                             ^
>     [javac] /srv/gump/public/workspace/xml-xalan/src/org/apache/xml/
> dtm/DTMException.java:365: warning: non-varargs call of varargs
> method with inexact argument type for last parameter;
>     [javac] cast to java.lang.Object for a varargs call
>     [javac] cast to java.lang.Object[] for a non-varargs call and to
> suppress this warning
>     [javac]                         exception = (Throwable)
> meth.invoke(exception, null);
>     [javac]
^
>     [javac] /srv/gump/public/workspace/xml-xalan/src/org/apache/
> xpath/XPathException.java:270: warning: non-varargs call of varargs
> method with inexact argument type for last parameter;
>     [javac] cast to java.lang.Class<?> for a varargs call
>     [javac] cast to java.lang.Class<?>[] for a non-varargs call and
> to suppress this warning
>     [javac]         Throwable.class.getMethod("getCause",null);
>     [javac]                                              ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 4 warnings
>
> xsltc.compile:
>      [echo] Compiling remaining XSLTC classes
>     [javac] Compiling 298 source files to /srv/gump/public/
> workspace/xml-xalan/build/classes
>     [javac] /srv/gump/public/workspace/xml-xalan/src/org/apache/
> xalan/xsltc/compiler/util/MarkerInstruction.java:30:
> org.apache.bcel.generic.Visitor is not public in
> org.apache.bcel.generic; cannot be accessed from outside package
>     [javac] import org.apache.bcel.generic.Visitor;
>     [javac]                               ^
>     [javac] /srv/gump/public/workspace/xml-xalan/src/org/apache/
> xalan/xsltc/compiler/util/MarkerInstruction.java:54: cannot find symbol
>     [javac] symbol  : class Visitor
>     [javac] location: class
> org.apache.xalan.xsltc.compiler.util.MarkerInstruction
>     [javac]     public void accept(Visitor v) {
>     [javac]                        ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 2 errors
>
> BUILD FAILED
> /srv/gump/public/workspace/xml-xalan/build.xml:511: Compile failed;
> see the compiler error output for details.
>
> Total time: 28 seconds
> ---------------------------------------------
>
> To subscribe to this information via syndicated feeds:
> - RSS: http://vmgump.apache.org/gump/public/xml-xalan/xsltc/rss.xml
> - Atom: http://vmgump.apache.org/gump/public/xml-xalan/xsltc/atom.xml
>
> ============================== Gump Tracking Only ===
> Produced by Apache Gump(TM) version 2.3.
> Gump Run 05000620082011, vmgump.apache.org:vmgump:05000620082011
> Gump E-mail Identifier (unique within run) #5.
>
> --
> Apache Gump
> http://gump.apache.org/ [Instance: vmgump]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
> For additional commands, e-mail: xalan-dev-h...@xml.apache.org

Reply via email to