Dear Gumpmeisters,
            
The following 8 notifys should have been sent

*********************************************************** G U M P
[EMAIL PROTECTED]: Project jmock2 (in module jmock2) failed
[EMAIL PROTECTED]: Project ws-commons-xmlschema (in module ws-axis2-commons) 
failed
[EMAIL PROTECTED]: Project derby (in module db-derby) failed
[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed
[EMAIL PROTECTED]: Project castor (in module castor) failed
[EMAIL PROTECTED]: Project xml-security-tests (in module xml-security) failed
[EMAIL PROTECTED]: Project jaxen (in module jaxen) failed
[EMAIL PROTECTED]: Project authx-script (in module authx) failed
*********************************************************** G U M P
[EMAIL PROTECTED]: Project jmock2 (in module jmock2) failed
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 jmock2 has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jmock2 :  jMock is a library for testing Java code using mock objects.


Full details are available at:
    http://vmgump.apache.org/gump/public/jmock2/jmock2/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/jmock2/jmock2/gump_work/build_jmock2_jmock2.html
Work Name: build_jmock2_jmock2 (Type: Build)
Work ended in a state of : Failed
Elapsed: 8 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-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 
-Dbuild.sysclasspath=only -Dversion=31102008 
[Working Directory: /srv/gump/public/workspace/jmock2]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/jmock2/build/classes:/srv/gump/public/workspace/jmock2/lib/objenesis-1.0.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-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/bsh-2.0b4/bsh-commands-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-classpath-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-core-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-util-2.0b4.jar:/srv/gump/packages/cglib/cglib-nodep-2.1_3.jar:/srv/gu
 
mp/public/workspace/hamcrest/hamcrest-java/build/hamcrest-core-31102008.jar:/srv/gump/public/workspace/hamcrest/hamcrest-java/build/hamcrest-library-31102008.jar:/srv/gump/public/workspace/junit/dist/junit-31102008.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
Buildfile: /srv/gump/public/workspace/jmock2/build.xml

clean:

dir.build:
    [mkdir] Created dir: /srv/gump/public/workspace/jmock2/build

compile:
    [mkdir] Created dir: /srv/gump/public/workspace/jmock2/build/classes
    [javac] Compiling 179 source files to 
/srv/gump/public/workspace/jmock2/build/classes
    [javac] 
/srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:36:
 cannot find symbol
    [javac] symbol  : variable COMPUTE_MAXS
    [javac] location: class net.sf.cglib.asm.ClassWriter
    [javac]                 ClassWriter writer = new 
ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                                                                 ^
    [javac] 
/srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:36:
 internal error; cannot instantiate ClassWriter(boolean) at 
net.sf.cglib.asm.ClassWriter to ()
    [javac]                 ClassWriter writer = new 
ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                                      ^
    [javac] 
/srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:38:
 
visit(int,int,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)
 in net.sf.cglib.asm.ClassWriter cannot be applied to 
(int,int,java.lang.String,<nulltype>,java.lang.String,<nulltype>)
    [javac]                 writer.visit(CLASS_FORMAT_VERSION,
    [javac]                       ^
    [javac] 
/srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/MethodFactory.java:45:
 
visitMethod(int,java.lang.String,java.lang.String,java.lang.String[],net.sf.cglib.asm.Attribute)
 in net.sf.cglib.asm.ClassWriter cannot be applied to 
(int,java.lang.String,java.lang.String,<nulltype>,java.lang.String[])
    [javac]                 writer.visitMethod(Constants.ACC_PUBLIC | 
Constants.ACC_ABSTRACT,
    [javac]                       ^
    [javac] 
/srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:35:
 cannot find symbol
    [javac] symbol  : variable COMPUTE_MAXS
    [javac] location: class net.sf.cglib.asm.ClassWriter
    [javac]         ClassWriter writer = new 
ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                                                         ^
    [javac] 
/srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:35:
 internal error; cannot instantiate ClassWriter(boolean) at 
net.sf.cglib.asm.ClassWriter to ()
    [javac]         ClassWriter writer = new 
ClassWriter(ClassWriter.COMPUTE_MAXS);
    [javac]                              ^
    [javac] 
/srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:36:
 
visit(int,int,java.lang.String,java.lang.String,java.lang.String[],java.lang.String)
 in net.sf.cglib.asm.ClassWriter cannot be applied to 
(int,int,java.lang.String,<nulltype>,java.lang.String,<nulltype>)
    [javac]                 writer.visit(CLASS_FORMAT_VERSION,
    [javac]                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 7 errors

BUILD FAILED
/srv/gump/public/workspace/jmock2/build.xml:61: Compile failed; see the 
compiler error output for details.

Total time: 7 seconds
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project ws-commons-xmlschema (in module ws-axis2-commons) 
failed
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 ws-commons-xmlschema has an issue affecting its community integration.
This issue affects 4 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - ws-axis2 :  Apache Axis2 SOAP Stack
    - ws-commons-xmlschema :  Common stuff for the WS projects.
    - ws-juddi :  ws-juddi -- UDDI Toolkit/Repository
    - ws-juddi-test :  ws-juddi -- UDDI Toolkit/Repository


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [ws-commons-xmlschema-31102008.jar] identifier set to 
project name
 -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/ws-axis2-commons/ws-commons-xmlschema/gump_work/build_ws-axis2-commons_ws-commons-xmlschema.html
Work Name: build_ws-axis2-commons_ws-commons-xmlschema (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 min 21 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:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Doutput.jar=ws-commons-xmlschema-31102008 
-DdownloadLibs=false jar 
[Working Directory: /srv/gump/public/workspace/ws-axis2-commons/XmlSchema]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ws-axis2-commons/XmlSchema/build/classes:/srv/gump/public/workspace/ws-axis2-commons/XmlSchema/build/test-classes:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/xmlunit/build/lib/xmlunit-31102008.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-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/packages/stax/jsr173_1.0_api.jar:/srv/gump/packages/stax/jsr173_1.0_ri.jar:/srv/gump/public/workspace/ju
 nit/dist/junit-31102008.jar
---------------------------------------------
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.263 sec
    [junit] Running tests.ElementRefsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.116 sec
    [junit] Running tests.EncodingTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.33 sec
    [junit] Running tests.EnumValueTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.186 sec
    [junit] Running tests.ExternalAttTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.101 sec
    [junit] Running tests.FacetsTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.25 sec
    [junit] Running tests.GroupTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.132 sec
    [junit] Running tests.ImportTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.216 sec
    [junit] Running tests.IncludeTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.394 sec
    [junit] Running tests.ListTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.101 sec
    [junit] Running tests.MixedContentTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.075 sec
    [junit] Running tests.MultipleExternalAttTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
    [junit] Running tests.NamespaceContextTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.314 sec
    [junit] Running tests.NotationTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.107 sec
    [junit] Running tests.RecursiveImportTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.076 sec
    [junit] Running tests.RedefineTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.561 sec
    [junit] Running tests.SequenceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.117 sec
    [junit] Running tests.SimpleContentExtensionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] Running tests.SimpleContentRestrictionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] Running tests.TestElementForm
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.099 sec
    [junit] Running tests.TestForwardRefs
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.075 sec
    [junit] Running tests.TestLocalUnnamedSimpleType
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.182 sec
    [junit] Running tests.TestSimpleRestriction
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.089 sec

BUILD FAILED
/srv/gump/public/workspace/ws-axis2-commons/XmlSchema/build.xml:106: Test 
tests.TestSimpleRestriction failed

Total time: 1 minute 20 seconds
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project derby (in module db-derby) failed
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 derby has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - derby :  Apache Derby, 100% Java relational database.


Full details are available at:
    http://vmgump.apache.org/gump/public/db-derby/derby/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/db-derby/derby/gump_work/build_db-derby_derby.html
Work Name: build_db-derby_derby (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 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:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dsane=false gump_all 
[Working Directory: /srv/gump/public/workspace/db-derby]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/db-derby/classes:/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-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/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-31102008.jar:/srv/gump/packages/javacc-3.1/bin/lib/javacc.jar:/srv/gump/public/workspace/junit/dist/junit-31102008.jar
---------------------------------------------
[setJdkProperties] j14lib = null
[setJdkProperties] j15lib = null
[setJdkProperties] 
[setJdkProperties] Please consult BUILDING.txt for instructions on how to set 
the jdk-library and compiler-classpath properties.
[setJdkProperties] Don't know how to set java14compile.classpath using this 
environment:
[setJdkProperties] 
[setJdkProperties] java.vendor = Sun Microsystems Inc.
[setJdkProperties] java.home = /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre
[setJdkProperties] java.version = 1.5.0_11
[setJdkProperties] os.name = Linux
[setJdkProperties] j14lib = null
[setJdkProperties] j15lib = null
[setJdkProperties] 
[setJdkProperties] Please consult BUILDING.txt for instructions on how to set 
the jdk-library and compiler-classpath properties.
[setJdkProperties]      at 
org.apache.derbyPreBuild.PropertySetter.couldntSetProperty(PropertySetter.java:677)
[setJdkProperties]      at 
org.apache.derbyPreBuild.PropertySetter.setClasspathFromLib(PropertySetter.java:484)
[setJdkProperties]      at 
org.apache.derbyPreBuild.PropertySetter.defaultSetter(PropertySetter.java:461)
[setJdkProperties]      at 
org.apache.derbyPreBuild.PropertySetter.setForMostJDKs(PropertySetter.java:321)
[setJdkProperties]      at 
org.apache.derbyPreBuild.PropertySetter.setForSunJDKs(PropertySetter.java:293)
[setJdkProperties]      at 
org.apache.derbyPreBuild.PropertySetter.execute(PropertySetter.java:223)
[setJdkProperties]      at 
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[setJdkProperties]      at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown 
Source)
[setJdkProperties]      at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[setJdkProperties]      at java.lang.reflect.Method.invoke(Method.java:585)
[setJdkProperties]      at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[setJdkProperties]      at org.apache.tools.ant.Task.perform(Task.java:348)
[setJdkProperties]      at org.apache.tools.ant.Target.execute(Target.java:369)
[setJdkProperties]      at 
org.apache.tools.ant.Target.performTasks(Target.java:390)
[setJdkProperties]      at 
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1361)
[setJdkProperties]      at 
org.apache.tools.ant.Project.executeTarget(Project.java:1330)
[setJdkProperties]      at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[setJdkProperties]      at 
org.apache.tools.ant.Project.executeTargets(Project.java:1213)
[setJdkProperties]      at org.apache.tools.ant.Main.runBuild(Main.java:775)
[setJdkProperties]      at org.apache.tools.ant.Main.startAnt(Main.java:217)
[setJdkProperties]      at org.apache.tools.ant.Main.start(Main.java:179)
[setJdkProperties]      at org.apache.tools.ant.Main.main(Main.java:268)

BUILD FAILED
/srv/gump/public/workspace/db-derby/build.xml:193: Don't know how to set 
java14compile.classpath using this environment:

java.vendor = Sun Microsystems Inc.
java.home = /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre
java.version = 1.5.0_11
os.name = Linux
j14lib = null
j15lib = null

Please consult BUILDING.txt for instructions on how to set the jdk-library and 
compiler-classpath properties.

Total time: 4 seconds
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed
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 dotnet-antlib-test has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - dotnet-antlib-test :  Task and Type Libraries for Apache Ant


Full details are available at:
    
http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/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



The following work was performed:
http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/gump_work/build_ant-antlibs_dotnet-antlib-test.html
Work Name: build_ant-antlibs_dotnet-antlib-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 19 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-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 
-Dbuild.sysclasspath=only 
-Dant-testutil.jar=/srv/gump/public/workspace/ant/build/lib/ant-testutil.jar 
test 
[Working Directory: /srv/gump/public/workspace/ant-antlibs/dotnet]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/test-classes:/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-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/public/workspace/ant-antlibs/antunit/build/ant-antunit-31102008.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-31102008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
[au:antunit] Target: test-passing took 0.007 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dir with 
spaces/wsdl-test.xml
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.985 sec
[au:antunit] Target: testWSDL took 0.964 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dotnetexec-test.xml
[au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.362 sec
[au:antunit] Target: testCSC took 0.699 sec
[au:antunit] Target: testCSCNoConfig took 0.602 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/nunit/nunit-test.xml
[au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.189 sec
[au:antunit] Target: test-passing took 0.036 sec
[au:antunit] Target: test-failing took 0.002 sec
[au:antunit] Target: test-failing-errorproperty took 0.002 sec
[au:antunit] Target: test-failing-with-fail took 0.003 sec
[au:antunit] Target: test-no-assembly took 0.02 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/old-core-test.xml
[au:antunit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 5.639 sec
[au:antunit] Target: testCSCintrinsicFileset took 0.91 sec
[au:antunit] Target: testCSCresponseFile took 0.622 sec
[au:antunit] Target: testILASM took 0.83 sec
[au:antunit] Target: testCSCdll took 0.654 sec
[au:antunit] Target: testILDASM took 0.743 sec
[au:antunit] Target: testILDASM_empty took 0.034 sec
[au:antunit] Target: testJsharp took 0.055 sec
[au:antunit] Target: testCSCResources took 0.747 sec
[au:antunit] Target: testCSC took 0.716 sec
[au:antunit] Build File: 
/srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/wsdl2dotnet-test.xml
[au:antunit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 3.677 sec
[au:antunit] Target: testSchemaMustBeSet took 0.042 sec
[au:antunit] Target: testLocalWsdlVB took 0.032 sec
[au:antunit] Target: testInvalidExtraOps took 0.011 sec
[au:antunit] Target: testSrcIsMissing took 0.019 sec
[au:antunit] Target: testNoParams took 0.015 sec
[au:antunit] Target: testBothSrc took 0.022 sec
[au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.017 sec
[au:antunit] Target: testLocalWsdl took 1.62 sec
[au:antunit] Target: testSrcIsDir took 0.027 sec
[au:antunit] Target: testLocalWsdlServerVB took 0.019 sec
[au:antunit] Target: testLocalWsdlServer took 1.454 sec
[au:antunit] Target: testNoSrc took 0.023 sec
[au:antunit] Target: testSchemaFileMustExist took 0.013 sec
[au:antunit] Target: testInvalidExtraOpsVB took 0.013 sec
[au:antunit] Target: testDestIsDir took 0.013 sec

test:

BUILD FAILED
/srv/gump/public/workspace/ant-antlibs/dotnet/common/build.xml:213: At least 
one AntUnit test has failed.

Total time: 18 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/atom.xml

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project castor (in module castor) failed
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 castor has an issue affecting its community integration.
This issue affects 20 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - authx-example :  Apache Authentication and Authorization Framework
    - castor :  Java to XML, SQL, LDAP bindings
    - commons-chain :  GoF "Chain of Responsibility" pattern
    - commons-fileupload :  Commons File Upload Package
    - jakarta-tomcat-4.0 :  Servlet 2.3 and JSP 1.2 Reference Implementation
    - jakarta-tomcat-catalina :  Servlet 2.4 Reference Implementation
    - jakarta-tomcat-coyote-tomcat4 :  Connectors to various web servers
    - jakarta-tomcat-jk :  Connectors to various web servers
    - portals-bridges-common :  Support for JSR168 compliant Portlet development
    - portals-bridges-frameworks :  Support for JSR168 compliant Portlet 
development
    - portals-bridges-struts :  Support for JSR168 compliant Portlet development
    - portals-bridges-velocity :  Support for JSR168 compliant Portlet 
development
    - portals-pluto-api-1.0 :  JSR168 Container
    - portals-pluto-container-1.0 :  JSR168 Container
    - portals-pluto-deploy-1.0 :  JSR168 Container
    - portals-pluto-descriptors-1.0 :  JSR168 Container
    - portals-pluto-portal-1.0 :  JSR168 Container
    - tomcat-catalina :  Servlet 2.3 and JSP 1.2 Reference Implementation
    - velocity-tools :  VelocityTools project
    - xml-xindice :  native XML database


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [castor-31102008.jar] identifier set to output basename: 
[castor]
 -DEBUG- Output [castor-31102008-xml.jar] identifier set to output basename: 
[castor-31102008-xml]
 -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/castor/castor/gump_work/build_castor_castor.html
Work Name: build_castor_castor (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=31102008 -Darchive.name=castor-31102008 -f 
src/build.xml jar 
[Working Directory: /srv/gump/public/workspace/castor]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/castor/build/classes:/srv/gump/public/workspace/castor/build/core/classes:/srv/gump/public/workspace/castor/schema/build/classes:/srv/gump/public/workspace/castor/codegen/build/classes:/srv/gump/public/workspace/castor/ddlgen/build/classes:/srv/gump/public/workspace/castor/anttask/build/classes:/srv/gump/public/workspace/castor/cpa/build/classes:/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-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/works
 
pace/castor/lib/ldapjdk_4.1.jar:/srv/gump/packages/jdbc2_0/jdbc2_0-stdext.jar:/srv/gump/packages/jta-spec1_0_1/jta-spec1_0_1.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-31102008.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-31102008.jar:/srv/gump/packages/cglib/cglib-nodep-2.1_3.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-31102008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-31102008.jar:/srv/gump/public/workspace/junit/dist/junit-31102008.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-31102008.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-31102008.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-31102008-dep.jar
---------------------------------------------
    [javac] location: class org.exolab.castor.mapping.ValidityException
    [javac]         super( Messages.format( message, arg1, arg2 ) );
    [javac]                ^
    [javac] 
/srv/gump/public/workspace/castor/xml/src/main/java/org/exolab/castor/mapping/ValidityException.java:89:
 cannot find symbol
    [javac] symbol  : variable Messages
    [javac] location: class org.exolab.castor.mapping.ValidityException
    [javac]         super( Messages.format( message, arg1, arg2, arg3 ) );
    [javac]                ^
    [javac] 
/srv/gump/public/workspace/castor/xml/src/main/java/org/exolab/castor/mapping/ValidityException.java:95:
 cannot find symbol
    [javac] symbol  : variable Messages
    [javac] location: class org.exolab.castor.mapping.ValidityException
    [javac]         super( Messages.format( "mapping.nested", except.toString() 
) );
    [javac]                ^
    [javac] 
/srv/gump/public/workspace/castor/xml/src/main/java/org/castor/mapping/MappingLoaderRegistry.java:55:
 cannot find symbol
    [javac] symbol  : variable CoreConfiguration
    [javac] location: class org.castor.mapping.MappingLoaderRegistry
    [javac]                 CoreConfiguration.MAPPING_LOADER_FACTORIES, 
getClass().getClassLoader());
    [javac]                 ^
    [javac] 
/srv/gump/public/workspace/castor/xml/src/main/java/org/exolab/castor/xml/handlers/EnumFieldHandler.java:148:
 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]             method = type.getMethod(METHOD_VALUE, null);
    [javac]                                                   ^
    [javac] 
/srv/gump/public/workspace/castor/xml/src/main/java/org/exolab/castor/xml/handlers/EnumFieldHandler.java:156:
 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]             method = type.getMethod(METHOD_TOSTRING, null);
    [javac]                                                      ^
    [javac] 
/srv/gump/public/workspace/castor/xml/src/main/java/org/exolab/castor/xml/handlers/EnumFieldHandler.java:195:
 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]                     values[i] = (String) 
getMarshallMethod(obj.getClass()).invoke(obj, null);
    [javac]                                                                     
                   ^
    [javac] 
/srv/gump/public/workspace/castor/xml/src/main/java/org/exolab/castor/xml/handlers/EnumFieldHandler.java:203:
 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]                 result = 
getMarshallMethod(val.getClass()).invoke(val, 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] 100 errors
    [javac] 4 warnings

BUILD FAILED
/srv/gump/public/workspace/castor/src/build.xml:264: The following error 
occurred while executing this line:
/srv/gump/public/workspace/castor/src/build.xml:276: Compile failed; see the 
compiler error output for details.

Total time: 6 seconds
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project xml-security-tests (in module xml-security) failed
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 xml-security-tests has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - xml-security-tests :  XML-Signature Syntax and Processing


Full details are available at:
    
http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on jce exists, no need to add for property lib.jce.
 -INFO- Failed with reason build failed



The following work was performed:
http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/gump_work/build_xml-security_xml-security-tests.html
Work Name: build_xml-security_xml-security-tests (Type: Build)
Work ended in a state of : Failed
Elapsed: 8 mins 11 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Dant.build.clonevm=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djce.download.sha1=c1f0e975e8c8e0a0105787b249a50615b485d109 
-Dlib.jce=/srv/gump/packages/jce/jce-jdk13-116.jar 
-Djce.download.md5=85c64cd754719a4bc8da7e9aa0e113fd test 
[Working Directory: /srv/gump/public/workspace/xml-security]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/xml-security/build/test:/srv/gump/public/workspace/xml-security:/srv/gump/public/workspace/xml-security/build/xmlsec-31102008.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-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/packages/jce/jce-jdk13-116.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-31102008.jar:/srv/gump/public/workspace/apache-com
 
mons/logging/target/commons-logging-api-31102008.jar:/srv/gump/public/workspace/junit/dist/junit-31102008.jar
---------------------------------------------
    [junit] Testcase: testBug40783 took 0.009 sec
    [junit] Running org.apache.xml.security.test.utils.Base64Test
    [junit] Testsuite: org.apache.xml.security.test.utils.Base64Test
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.077 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.077 sec
    [junit] 
    [junit] Testcase: testA1 took 0.008 sec
    [junit] Testcase: testWrap1 took 0 sec
    [junit] Testcase: testWrap2 took 0.001 sec
    [junit] Running org.apache.xml.security.test.utils.IdResolverTest
    [junit] Testsuite: org.apache.xml.security.test.utils.IdResolverTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.226 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.226 sec
    [junit] 
    [junit] Testcase: testIdSoap took 0.065 sec
    [junit] Testcase: testIdWithOtherIdSoap took 0.008 sec
    [junit] Testcase: testANoId took 0.006 sec
    [junit] Running org.apache.xml.security.test.utils.OldApiTest
    [junit] Testsuite: org.apache.xml.security.test.utils.OldApiTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.48 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.48 sec
    [junit] 
    [junit] Testcase: testOldTransformSpiApi took 0.274 sec
    [junit] Testcase: testOldResourceResolverSpi took 0.004 sec
    [junit] Testcase: testOldKeyResolverSpi took 0.017 sec
    [junit] Testcase: testOldKeyResolverSpiInKeyInfo took 0.011 sec
    [junit] Running org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Testsuite: org.apache.xml.security.test.utils.resolver.AllTests
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.091 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.091 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0.013 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0 sec
    [junit] Testcase: testBug40783 took 0.023 sec
    [junit] Running 
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
    [junit] Testsuite: 
org.apache.xml.security.test.utils.resolver.ResourceResolverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.128 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.128 sec
    [junit] 
    [junit] Testcase: testCustomResolver took 0.056 sec
    [junit] Testcase: testLocalFileWithEmptyBaseURI took 0.015 sec
[junitreport] Processing 
/srv/gump/public/workspace/xml-security/build/docs/xml/junit/TESTS-TestSuites.xml
 to /tmp/null247522144
[junitreport] Loading stylesheet 
jar:file:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 36015ms
[junitreport] Deleting: /tmp/null247522144

BUILD FAILED
/srv/gump/public/workspace/xml-security/build.xml:383: Unit Tests Failed

Total time: 8 minutes 10 seconds
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project jaxen (in module jaxen) failed
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 jaxen has an issue affecting its community integration.
This issue affects 54 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - apollo :  Apollo Project
    - 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-jetty :  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-ojb :  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
    - commons-jelly-test :  Commons Jelly
    - dom4j-HEAD :  The flexible XML framework for Java
    - dom4j-HEAD-tests :  The flexible XML framework for Java
    - htmlunit :  A tool for testing web based applications
    - jaxen :  Universal Java XPath Engine
    - jaxen-test :  Universal Java XPath Engine
    - junit-addons :  Various JUnit addons and helper classes.
    - maven :  Project Management Tools
    - maven-bootstrap :  Project Management Tools
    - muse :  Muse Project
    - smartfrog-components :  Smartfrog: Application Deployment from HP 
Laboratories
    - xom :  XOM is a new XML object model.


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jaxen-31102008.jar] identifier set to project name
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
maven.jar.xercesImpl.
 -DEBUG- Dependency on xml-apis exists, no need to add for property 
maven.jar.xmlParserAPIs.
 -DEBUG- Dependency on packaged-xom exists, no need to add for property 
maven.jar.xom.
 -DEBUG- (Gump generated) Maven Properties in: 
/srv/gump/public/workspace/jaxen/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/jaxen/project.xml
 -DEBUG- Maven project properties in: 
/srv/gump/public/workspace/jaxen/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jaxen/jaxen/gump_work/build_jaxen_jaxen.html
Work Name: build_jaxen_jaxen (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/jaxen]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/jaxen/target/classes:/srv/gump/public/workspace/jaxen/target/test-classes:/srv/gump/public/workspace/dom4j/build/dom4j.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-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/public/workspace/jdom/build/jdom.jar:/srv/gump/public/workspace/junit/dist/junit-31102008.jar:/srv/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/srv/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/xom-1
 .1/xom-1.1b3.jar
---------------------------------------------
    else if (isBoolean(lhsValue ) && isSet(rhsValue)) {
             ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathExpr.java:103:
 warning: [deprecation] org.jaxen.expr.DefaultExpr in org.jaxen.expr has been 
deprecated
        List result = DefaultExpr.convertToList( value );
                      ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:78:
 warning: [deprecation] org.jaxen.expr.DefaultXPathExpr in org.jaxen.expr has 
been deprecated
        return new DefaultXPathExpr( rootExpr );
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:90:
 warning: [deprecation] org.jaxen.expr.DefaultRelativeLocationPath in 
org.jaxen.expr has been deprecated
        return new DefaultRelativeLocationPath();
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:95:
 warning: [deprecation] org.jaxen.expr.DefaultAbsoluteLocationPath in 
org.jaxen.expr has been deprecated
        return new DefaultAbsoluteLocationPath();
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:223:
 warning: [deprecation] org.jaxen.expr.DefaultUnionExpr in org.jaxen.expr has 
been deprecated
        return new DefaultUnionExpr( lhs,
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:229:
 warning: [deprecation] org.jaxen.expr.DefaultFilterExpr in org.jaxen.expr has 
been deprecated
        return new DefaultFilterExpr( expr, createPredicateSet() );
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:235:
 warning: [deprecation] org.jaxen.expr.DefaultFunctionCallExpr in 
org.jaxen.expr has been deprecated
        return new DefaultFunctionCallExpr( prefix,
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:266:
 warning: [deprecation] org.jaxen.expr.DefaultNameStep in org.jaxen.expr has 
been deprecated
        return new DefaultNameStep( iter,
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:275:
 warning: [deprecation] org.jaxen.expr.DefaultTextNodeStep in org.jaxen.expr 
has been deprecated
        return new DefaultTextNodeStep( iter, createPredicateSet() );
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:281:
 warning: [deprecation] org.jaxen.expr.DefaultCommentNodeStep in org.jaxen.expr 
has been deprecated
        return new DefaultCommentNodeStep( iter, createPredicateSet() );
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:287:
 warning: [deprecation] org.jaxen.expr.DefaultAllNodeStep in org.jaxen.expr has 
been deprecated
        return new DefaultAllNodeStep( iter, createPredicateSet() );
                   ^
/srv/gump/public/workspace/jaxen/src/java/main/org/jaxen/expr/DefaultXPathFactory.java:294:
 warning: [deprecation] org.jaxen.expr.DefaultProcessingInstructionNodeStep in 
org.jaxen.expr has been deprecated
        return new DefaultProcessingInstructionNodeStep( iter,
                   ^
2 errors
41 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: 6 seconds
Finished at: Fri Oct 31 09:50:47 GMT-08:00 2008

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

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project authx-script (in module authx) failed
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 authx-script has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - authx-script :  Apache Authentication and Authorization Framework


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [authx-script-31102008.jar] identifier set to project name
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
maven.jar.xercesImpl.
 -DEBUG- Dependency on asm exists, no need to add for property 
maven.jar.asm-util.
 -DEBUG- Dependency on packaged-jmock exists, no need to add for property 
maven.jar.jmock.
 -DEBUG- (Gump generated) Maven Properties in: 
/srv/gump/public/workspace/authx/script/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/authx/script/project.xml
 -DEBUG- Maven project properties in: 
/srv/gump/public/workspace/authx/script/project.properties
 -INFO- Project Reports in: 
/srv/gump/public/workspace/authx/script/target/test-reports
 -WARNING- No directory 
[/srv/gump/public/workspace/authx/script/target/test-reports]
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/authx/authx-script/gump_work/build_authx_authx-script.html
Work Name: build_authx_authx-script (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/authx/script]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-31102008.jar:/srv/gump/public/workspace/authx/core/target/authx-core-31102008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/groovy/target/groovy-1.6-beta-1-SNAPSHOT.jar:/srv/gump/packages/jmock/jmock-1.0.1.jar:/srv/gump/packages/picocontainer-1.1/picocontainer-1.1.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but 
authx-core-0.4-SNAPSHOT.jar may be out of date!
The build cannot continue because of the following unsatisfied dependency:

groovy-all-1.0-jsr-04.jar

Total time: 2 seconds
Finished at: Fri Oct 31 10:58:51 GMT-08:00 2008

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

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

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


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

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

Reply via email to