Dear Gumpmeisters,
            
The following 18 notifys should have been sent

*********************************************************** G U M P
[EMAIL PROTECTED]: Module jaxen success, but with warnings.
[EMAIL PROTECTED]: Module lenya success, but with warnings.
[EMAIL PROTECTED]: Project nant (in module nant) failed
[EMAIL PROTECTED]: Project bcel (in module jakarta-bcel) failed
[EMAIL PROTECTED]: Module annogen success, but with warnings.
[EMAIL PROTECTED]: Project jdbm (in module jdbm) failed
[EMAIL PROTECTED]: Module jmock success, but with warnings.
[EMAIL PROTECTED]: Project derby-split-1 (in module db-derby) failed
[EMAIL PROTECTED]: Project emma (in module emma) failed
[EMAIL PROTECTED]: Module htmlparser failed
[EMAIL PROTECTED]: Module javassist success, but with warnings.
[EMAIL PROTECTED]: Module eyebrowse success, but with warnings.
[EMAIL PROTECTED]: Module groovy success, but with warnings.
[EMAIL PROTECTED]: Module geronimo success, but with warnings.
[EMAIL PROTECTED]: Module ws-axis2 failed
[EMAIL PROTECTED]: Project smartfrog-deployapi (in module smartfrog) failed
[EMAIL PROTECTED]: Module cargo success, but with warnings.
[EMAIL PROTECTED]: Project lenya (in module lenya) failed
*********************************************************** G U M P
[EMAIL PROTECTED]: Module jaxen success, but with warnings.
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]

Module jaxen contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/jaxen/gump_work/update_jaxen.html
Work Name: update_jaxen (Type: Update)
Work ended in a state of : Failed
Elapsed: 
Command Line: cvs -q -z3 -d :pserver:[EMAIL PROTECTED]:/home/projects/jaxen/scm 
update -P -d -A 
[Working Directory: /usr/local/gump/public/workspace/cvs/jaxen]
---------------------------------------------
/home/projects/jaxen/scm: no such repository
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Module lenya success, but with warnings.
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]

Module lenya contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/lenya/gump_work/update_lenya.html
Work Name: update_lenya (Type: Update)
Work ended in a state of : Failed
Elapsed: 
Command Line: svn --quiet update --non-interactive lenya 
[Working Directory: /usr/local/gump/public/workspace/cvs]
---------------------------------------------
svn: Working copy 'lenya' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project nant (in module nant) 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 nant has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 521 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - nant :  NAnt is a free .NET build tool. In theory it is kind of like...


Full details are available at:
    http://vmgump.apache.org/gump/public/nant/nant/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/nant/nant/gump_work/build_nant_nant.html
Work Name: build_nant_nant (Type: Build)
Work ended in a state of : Failed
Elapsed: 14 secs
Command Line: make 
[Working Directory: /usr/local/gump/public/workspace/nant]
---------------------------------------------
mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up, so we need this in the 
same directory
# as NAnt.exe
cp lib/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.dll \
                -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs
resgen  src/NAnt.Core/Resources/Strings.resx 
bootstrap/NAnt.Core.Resources.Strings.resources
Read in 200 resources from 'src/NAnt.Core/Resources/Strings.resx'
Writing resource file...  Done.
mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.Core.dll -debug \
                -resource:bootstrap/NAnt.Core.Resources.Strings.resources 
-r:lib/log4net.dll \
                -r:System.Web.dll -recurse:src/NAnt.Core/*.cs 
src/CommonAssemblyInfo.cs
resgen  src/NAnt.DotNet/Resources/Strings.resx 
bootstrap/NAnt.DotNet.Resources.Strings.resources
Read in 74 resources from 'src/NAnt.DotNet/Resources/Strings.resx'
Writing resource file...  Done.
mcs -target:library -warn:0 -define:MONO -out:bootstrap/NAnt.DotNetTasks.dll \
                -r:./bootstrap/NAnt.Core.dll 
-r:bootstrap/lib/mono/1.0/NDoc.Core.dll \
                -recurse:src/NAnt.DotNet/*.cs 
-resource:bootstrap/NAnt.DotNet.Resources.Strings.resources \
                src/CommonAssemblyInfo.cs
mcs -target:library -warn:0 -define:MONO 
-out:bootstrap/NAnt.CompressionTasks.dll \
                -r:./bootstrap/NAnt.Core.dll 
-r:bootstrap/lib/ICSharpCode.SharpZipLib.dll \
                -recurse:src/NAnt.Compression/*.cs src/CommonAssemblyInfo.cs
mono bootstrap/NAnt.exe -f:NAnt.build build
NAnt 0.85 (Build 0.85.2344.0; dev; 06/02/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net


BUILD FAILED

The current runtime framework 'mono-2.0' is not correctly configured in the 
NAnt configuration file.
    Framework directory '/usr/lib/pkgconfig/../../lib/mono/1.0' does not exist.

For more information regarding the cause of the build failure, run the build 
again in debug mode.

Try 'nant -help' for more information
make: *** [build-nant] Error 1
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project bcel (in module jakarta-bcel) 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 bcel has an issue affecting its community integration.
This issue affects 3 projects,
 and has been outstanding for 68 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - ant-contrib-test :  Useful little Ant tasks
    - bcel :  Byte Code Engineering Library
    - commons-javaflow :  Commons Javaflow


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [bcel-01092006.jar] identifier set to project name
 -DEBUG- Dependency on jakarta-regexp exists, no need to add for property 
maven.jar.regexp.
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-bcel/build.properties
 -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/jakarta-bcel/bcel/gump_work/build_jakarta-bcel_bcel.html
Work Name: build_jakarta-bcel_bcel (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-bcel]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-01092006.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /x1/gump/public/workspace/jakarta-bcel/target/classes

java:compile:
    [echo] Compiling to /x1/gump/public/workspace/jakarta-bcel/target/classes
    [echo] No java source files to compile.
resources or todir was null

java:jar-resources:

test:prepare-filesystem:
    [mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-bcel/target/test-classes
    [mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-bcel/target/test-reports

test:test-resources:

test:compile:
    [echo] No test source files to compile.

test:test:
    [echo] No tests to run.

BUILD FAILED
File...... /home/gump/.maven/cache/maven-jar-plugin-1.6.1/plugin.jelly
Element... ant:fail
Line...... 53
Column.... 19
You must define currentVersion in your POM.
Total time: 4 seconds
Finished at: Fri Sep 01 00:45:38 PDT 2006

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

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #5.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module annogen success, but with warnings.
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]

Module annogen contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/annogen/gump_work/update_annogen.html
Work Name: update_annogen (Type: Update)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: svn --quiet update --non-interactive annogen 
[Working Directory: /usr/local/gump/public/workspace/cvs]
---------------------------------------------
svn: Cannot replace a directory from within
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project jdbm (in module jdbm) 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 jdbm has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 68 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - jdbm :  Lightweight embeddable DB engine.


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jdbm-01092006.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/jdbm/jdbm/gump_work/build_jdbm_jdbm.html
Work Name: build_jdbm_jdbm (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/packages/jaxp-1_3/xercesImpl.jar:/usr/local/gump/packages/jaxp-1_3/dom.jar:/usr/local/gump/packages/jaxp-1_3/xalan.jar:/usr/local/gump/packages/jaxp-1_3/jaxp-api.jar:/usr/local/gump/packages/jaxp-1_3/sax.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=01092006 
[Working Directory: /usr/local/gump/public/workspace/jdbm/src]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jdbm/build/classes:/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
    [javac] location: interface jdbm.helper.Serializer
    [javac]                         serialized = 
_btree._valueSerializer.serialize( bpage._values[ i ] );
    [javac]                                                             ^
    [javac] /x1/gump/public/workspace/jdbm/src/main/jdbm/btree/BPage.java:1388: 
cannot find symbol
    [javac] symbol  : method serialize(java.lang.Object)
    [javac] location: interface jdbm.helper.Serializer
    [javac]                     byte[] serialized = bpage._keys[ i ] != null ? 
_btree._keySerializer.serialize( bpage._keys[ i ] ) : null;
    [javac]                                                                     
                    ^
    [javac] /x1/gump/public/workspace/jdbm/src/main/jdbm/btree/BPage.java:1406: 
cannot find symbol
    [javac] symbol  : method serialize(java.lang.Object)
    [javac] location: interface jdbm.helper.Serializer
    [javac]                             byte[] serialized = 
_btree._valueSerializer.serialize( bpage._values[ i ] );
    [javac]                                                                     
   ^
    [javac] /x1/gump/public/workspace/jdbm/src/main/jdbm/btree/BPage.java:1462: 
cannot find symbol
    [javac] symbol  : method deserialize(byte[])
    [javac] location: interface jdbm.helper.Serializer
    [javac]                             bpage._keys[ i ] = 
_btree._keySerializer.deserialize( serialized );
    [javac]                                                                     
^
    [javac] /x1/gump/public/workspace/jdbm/src/main/jdbm/btree/BPage.java:1475: 
cannot find symbol
    [javac] symbol  : method deserialize(byte[])
    [javac] location: interface jdbm.helper.Serializer
    [javac]                                 bpage._values[ i ] = 
_btree._valueSerializer.deserialize( serialized );
    [javac]                                                                     
        ^
    [javac] 
/x1/gump/public/workspace/jdbm/src/main/jdbm/helper/ExtensibleSerializer.java:131:
 cannot find symbol
    [javac] symbol  : method 
insert(jdbm.helper.ExtensibleSerializer,jdbm.helper.DefaultSerializer)
    [javac] location: interface jdbm.RecordManager
    [javac]         ser.m_recid = recman.insert
    [javac]                             ^
    [javac] 
/x1/gump/public/workspace/jdbm/src/main/jdbm/helper/ExtensibleSerializer.java:135:
 cannot find symbol
    [javac] symbol  : method registerSerializers()
    [javac] location: class jdbm.helper.ExtensibleSerializer
    [javac]         ser.registerSerializers(); // register serializers.
    [javac]            ^
    [javac] 
/x1/gump/public/workspace/jdbm/src/main/jdbm/helper/ExtensibleSerializer.java:152:
 inconvertible types
    [javac] found   : java.lang.Object
    [javac] required: jdbm.helper.ExtensibleSerializer
    [javac]             ( recid,
    [javac]             ^
    [javac] 
/x1/gump/public/workspace/jdbm/src/main/jdbm/helper/ExtensibleSerializer.java:170:
 cannot find symbol
    [javac] symbol  : method 
update(long,jdbm.helper.ExtensibleSerializer,jdbm.helper.DefaultSerializer)
    [javac] location: interface jdbm.RecordManager
    [javac]         m_recman.update
    [javac]                 ^
    [javac] 100 errors
    [javac] 25 warnings

BUILD FAILED
/x1/gump/public/workspace/jdbm/src/build.xml:72: Compile failed; see the 
compiler error output for details.

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

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #8.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module jmock success, but with warnings.
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]

Module jmock contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/jmock/gump_work/update_jmock.html
Work Name: update_jmock (Type: Update)
Work ended in a state of : Failed
Elapsed: 
Command Line: cvs -q -z3 -d :pserver:[EMAIL PROTECTED]:/home/projects/jmock/scm 
update -P -d -A 
[Working Directory: /usr/local/gump/public/workspace/cvs/jmock]
---------------------------------------------
/home/projects/jmock/scm: no such repository
---------------------------------------------

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Project derby-split-1 (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-split-1 has an issue affecting its community integration.
This issue affects 9 projects,
 and has been outstanding for 68 runs.
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.
    - derby-split-1 :  Apache Derby, 100% Java relational database.
    - derby-split-2 :  Apache Derby, 100% Java relational database.
    - derby-split-3 :  Apache Derby, 100% Java relational database.
    - derby-split-4 :  Apache Derby, 100% Java relational database.
    - derby-split-5 :  Apache Derby, 100% Java relational database.
    - derby-split-6 :  Apache Derby, 100% Java relational database.
    - derby-split-7 :  Apache Derby, 100% Java relational database.
    - derby-split-8 :  Apache Derby, 100% Java relational database.


Full details are available at:
    http://vmgump.apache.org/gump/public/db-derby/derby-split-1/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/db-derby/derby-split-1/gump_work/build_db-derby_derby-split-1.html
Work Name: build_db-derby_derby-split-1 (Type: Build)
Work ended in a state of : Failed
Elapsed: 47 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only gump_split_1 
[Working Directory: /usr/local/gump/public/workspace/db-derby]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/db-derby/classes:/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/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-01092006.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/packages/jce/jce-jdk13-116.jar:/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar:/usr/local/gump/packages/jta-spec1_0_1/jta-spec1_0_1.jar
---------------------------------------------
    [javac] 
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:331:
 warning: [deprecation] setWriter(java.io.Writer) in 
org.apache.xalan.serialize.Serializer has been deprecated
    [javac]         serializer.setWriter(sWriter);
    [javac]                   ^
    [javac] 
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:332:
 warning: [deprecation] org.apache.xalan.serialize.DOMSerializer in 
org.apache.xalan.serialize has been deprecated
    [javac]         DOMSerializer dSer = serializer.asDOMSerializer();
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:332:
 warning: [deprecation] asDOMSerializer() in 
org.apache.xalan.serialize.Serializer has been deprecated
    [javac]         DOMSerializer dSer = serializer.asDOMSerializer();
    [javac]                                        ^
    [javac] 
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:516:
 warning: [deprecation] getDefaultMethodProperties(java.lang.String) in 
org.apache.xalan.templates.OutputProperties has been deprecated
    [javac]         Properties props = 
OutputProperties.getDefaultMethodProperties("xml");
    [javac]                                            ^
    [javac] 
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:553:
 warning: [deprecation] org.apache.xalan.serialize.SerializerFactory in 
org.apache.xalan.serialize has been deprecated
    [javac]         serializer = SerializerFactory.getSerializer(props);
    [javac]                      ^
    [javac] 
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/types/SqlXmlUtil.java:553:
 warning: [deprecation] getSerializer(java.util.Properties) in 
org.apache.xalan.serialize.SerializerFactory has been deprecated
    [javac]         serializer = SerializerFactory.getSerializer(props);
    [javac]                                       ^
    [javac] 10 warnings
    [javac] Compiling 5 source files to 
/x1/gump/public/workspace/db-derby/classes
    [javac] Compiling 2 source files to 
/x1/gump/public/workspace/db-derby/classes

compile_iapi_services_jsr169:
    [javac] Compiling 25 source files to 
/x1/gump/public/workspace/db-derby/classes

compile_iapi_services_io:
    [javac] Compiling 5 source files to 
/x1/gump/public/workspace/db-derby/classes

compile_iapi_store_jsr169:
    [javac] Compiling 16 source files to 
/x1/gump/public/workspace/db-derby/classes

compile_iapi_sql_jsr169:

compile_iapi_db:
    [javac] Compiling 6 source files to 
/x1/gump/public/workspace/db-derby/classes

compile_iapi_jdbc_jsr169:
    [javac] Compiling 10 source files to 
/x1/gump/public/workspace/db-derby/classes
    [javac] 
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/impl/jdbc/EmbedConnection.java:94:
 org.apache.derby.impl.jdbc.EmbedConnection is not abstract and does not 
override abstract method releaseSavepoint(java.sql.Savepoint) in 
java.sql.Connection
    [javac] public class EmbedConnection implements EngineConnection
    [javac]        ^
    [javac] 1 error

BUILD FAILED
/x1/gump/public/workspace/db-derby/build.xml:1499: The following error occurred 
while executing this line:
/x1/gump/public/workspace/db-derby/java/engine/build.xml:77: The following 
error occurred while executing this line:
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/build.xml:70:
 The following error occurred while executing this line:
/x1/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/jdbc/build.xml:55:
 Compile failed; see the compiler error output for details.

Total time: 46 seconds
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #11.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project emma (in module emma) 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 emma has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 68 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - emma :  code coverage tool


Full details are available at:
    http://vmgump.apache.org/gump/public/emma/emma/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/emma/emma/gump_work/build_emma_emma.html
Work Name: build_emma_emma (Type: Build)
Work ended in a state of : Failed
Elapsed: 9 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dapp.short.name=emma-01092006 
[Working Directory: /usr/local/gump/public/workspace/emma]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/emma/out/core/classes:/usr/local/gump/public/workspace/emma/out/ant/classes:/usr/local/gump/public/workspace/emma/lib/internal/stamptool.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
---------------------------------------------
     [copy] Copying 1 file to /x1/gump/public/workspace/emma/out/temp

timestamp:

-pre-compile:

core.bootstrap.compile:
    [javac] Compiling 2 source files to 
/x1/gump/public/workspace/emma/out/core/classes

    [javac]           WARNING

    [javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
    [javac] If you specify -target 1.2 you now must also specify -source 1.2.
    [javac] Ant will implicitly add -source 1.2 for you.  Please change your 
build file.

core.java14.compile:
    [javac] Compiling 1 source file to 
/x1/gump/public/workspace/emma/out/core/classes

    [javac]           WARNING

    [javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
    [javac] If you specify -target 1.2 you now must also specify -source 1.2.
    [javac] Ant will implicitly add -source 1.2 for you.  Please change your 
build file.

core.java13.compile:
    [javac] Compiling 1 source file to 
/x1/gump/public/workspace/emma/out/core/classes

    [javac]           WARNING

    [javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
    [javac] If you specify -target 1.2 you now must also specify -source 1.2.
    [javac] Ant will implicitly add -source 1.2 for you.  Please change your 
build file.

core.compile:
    [javac] Compiling 175 source files to 
/x1/gump/public/workspace/emma/out/core/classes

    [javac]           WARNING

    [javac] The -source switch defaults to 1.5 in JDK 1.5 and 1.6.
    [javac] If you specify -target 1.2 you now must also specify -source 1.2.
    [javac] Ant will implicitly add -source 1.2 for you.  Please change your 
build file.
    [javac] 
/x1/gump/public/workspace/emma/core/java12/com/vladium/emma/run/InstrClassLoader.java:346:
 reference to CodeSource is ambiguous, both method 
CodeSource(java.net.URL,java.security.cert.Certificate[]) in 
java.security.CodeSource and method 
CodeSource(java.net.URL,java.security.CodeSigner[]) in java.security.CodeSource 
match
    [javac]         final CodeSource csrc = new CodeSource (srcURL, null);
    [javac]                                 ^
    [javac] 1 error

BUILD FAILED
/x1/gump/public/workspace/emma/build.xml:297: Compile failed; see the compiler 
error output for details.

Total time: 8 seconds
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #12.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module htmlparser 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]

Module htmlparser has an issue affecting its community integration,
 and has been outstanding for 34 runs.
The current state of this module is 'Failed', with reason 'Configuration 
Failed'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason configuration failed
 -ERROR- No such repository [htmlparser] in workspace on [htmlparser]

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

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

*********************************************************** G U M P
[EMAIL PROTECTED]: Module javassist success, but with warnings.
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]

Module javassist contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/javassist/gump_work/update_javassist.html
Work Name: update_javassist (Type: Update)
Work ended in a state of : Failed
Elapsed: 
Command Line: cvs -q -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss update -P 
-d -A 
[Working Directory: /usr/local/gump/public/workspace/cvs/javassist]
---------------------------------------------
cvs [update aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 
failed: No route to host
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #15.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module eyebrowse success, but with warnings.
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]

Module eyebrowse contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/eyebrowse/gump_work/update_eyebrowse.html
Work Name: update_eyebrowse (Type: Update)
Work ended in a state of : Failed
Elapsed: 
Command Line: cvs -q -z3 -d :pserver:[EMAIL PROTECTED]:/cvs update -P -d -A 
[Working Directory: /usr/local/gump/public/workspace/cvs/eyebrowse]
---------------------------------------------
Fatal error, aborting.
guest: no such user
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #22.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module groovy success, but with warnings.
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]

Module groovy contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/groovy/gump_work/update_groovy.html
Work Name: update_groovy (Type: Update)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: cvs -q -z3 -d :pserver:[EMAIL 
PROTECTED]:/home/projects/groovy/scm update -P -d -A 
[Working Directory: /usr/local/gump/public/workspace/cvs/groovy]
---------------------------------------------
/home/projects/groovy/scm: no such repository
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #24.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module geronimo success, but with warnings.
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]

Module geronimo contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/geronimo/gump_work/update_geronimo.html
Work Name: update_geronimo (Type: Update)
Work ended in a state of : Failed
Elapsed: 1 min 26 secs
Command Line: svn --quiet update --non-interactive geronimo 
[Working Directory: /usr/local/gump/public/workspace/cvs]
---------------------------------------------
svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: Cannot replace a directory from within
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #25.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module ws-axis2 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]

Module ws-axis2 has an issue affecting its community integration,
 and has been outstanding for 94 runs.
The current state of this module is 'Failed', with reason 'Synchronize Failed'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason synchronize failed
 -ERROR- Synchronize Failed: Can't copy 
['/usr/local/gump/public/workspace/cvs/ws-axis2/c'] to 
['/usr/local/gump/public/workspace/ws-axis2/c']: [Can't copy 
['/usr/local/gump/public/workspace/cvs/ws-axis2/c/xml_schema'] to 
['/usr/local/gump/public/workspace/ws-axis2/c/xml_schema']: [Can't copy 
['/usr/local/gump/public/workspace/cvs/ws-axis2/c/xml_schema/COPYING'] to 
['/usr/local/gump/public/workspace/ws-axis2/c/xml_schema/COPYING']: [[Errno 17] 
File exists]]]



The following work was performed:
http://vmgump.apache.org/gump/public/ws-axis2/gump_work/update_ws-axis2.html
Work Name: update_ws-axis2 (Type: Update)
Work ended in a state of : Success
Elapsed: 1 min 10 secs
Command Line: svn --quiet update --non-interactive ws-axis2 
[Working Directory: /usr/local/gump/public/workspace/cvs]
---------------------------------------------
No output
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #27.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project smartfrog-deployapi (in module smartfrog) 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 smartfrog-deployapi has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 278 runs.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
    - smartfrog-deployapi :  Smartfrog: Application Deployment from HP 
Laboratories


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on junit3 exists, no need to add for property junit.jar.
 -INFO- Failed with reason configuration failed
 -ERROR- Bad Dependency. Project: smartfrog-alpine unknown to *this* workspace
 -ERROR- Bad Dependency. Project: smartfrog-loggingservices unknown to *this* 
workspace
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #28.

*********************************************************** G U M P
[EMAIL PROTECTED]: Module cargo success, but with warnings.
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]

Module cargo contains errors.
The current state of this module is 'Success'.

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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -ERROR- *** Failed to update from source control. Stale contents ***



The following work was performed:
http://vmgump.apache.org/gump/public/cargo/gump_work/update_cargo.html
Work Name: update_cargo (Type: Update)
Work ended in a state of : Failed
Elapsed: 15 secs
Command Line: svn --quiet update --non-interactive cargo 
[Working Directory: /usr/local/gump/public/workspace/cvs]
---------------------------------------------
svn: Cannot replace a directory from within
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #29.

*********************************************************** G U M P
[EMAIL PROTECTED]: Project lenya (in module lenya) 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 lenya has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 209 runs.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
    - lenya :  Content Management System


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason configuration failed
 -ERROR- Bad Dependency. Project: cocoon unknown to *this* workspace
 -ERROR- Bad Dependency. Project: cocoon-block-naming unknown to *this* 
workspace
 -ERROR- Bad Dependency. Project: cocoon-block-html unknown to *this* workspace
 -ERROR- Bad Dependency. Project: cocoon-block-lucene unknown to *this* 
workspace
 -ERROR- Bad Dependency. Project: cocoon-block-linkrewriter unknown to *this* 
workspace
 -ERROR- Bad Dependency. Project: cocoon-block-proxy unknown to *this* workspace
 -ERROR- Bad Dependency. Project: cocoon-block-forms unknown to *this* workspace
 -ERROR- Bad Dependency. Project: cocoon-block-xsp unknown to *this* workspace
 -ERROR- Bad Dependency. Project: cocoon-block-session-fw unknown to *this* 
workspace

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 19000001092006, vmgump.apache.org:vmgump-public:19000001092006
Gump E-mail Identifier (unique within run) #30.


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