Re: [logging] branches/allow-flawed

2005-06-07 Thread Brian Stansberry
--- Simon Kitching [EMAIL PROTECTED] wrote:
 Hi,
 
 As you may have seen from the commit email, I have
 created a branch
 allow-flawed. This contains an attempt to
 implement fallback as
 described in this bugzilla entry:
  

http://issues.apache.org/bugzilla/show_bug.cgi?id=34661
 

This looks quite nice.  The flexibility that comes
with the 3 different ALLOW_FLAWED... properties is
interesting.  For example (just thinking out loud
here), a default of false for ALLOW_FLAWED_CONTEXT
and ALLOW_FLAWED_DISCOVERY might make sense.  These
really indicate something strange, vs. the more normal
hierarchy problem.

 The code in this branch passes all unit tests, and
 100% of the
 demonstration tests. It does have one TODO item in
 there to do with
 AccessController but that's not relevant for the
 moment.
 

Was going to ask about the missing AccessController
stuff, but then reread your note :)

Best regards,
Brian



__ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html

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



Re: [lang] VOTE 2.1 release based on RC8

2005-06-07 Thread Fredrik Westermarck

Steven Caswell wrote:
Now that RC8 (http://www.apache.org/~stevencaswell/commons-lang-2.1) has 
been up for a few days with no issues, I propose it becomes the 2.1 release.


[X] +1
[ ] -1

Regards,
Fredrik Westermarck

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



Re: [ANNOUNCEMENT][Betwixt] Betwixt Release 0.6.1 RC3 Available

2005-06-07 Thread Simon Kitching
On Mon, 2005-06-06 at 22:35 +0100, robert burrell donkin wrote:
 The first public release candidate (RC3) for Betwixt 0.6.1 is now
 available for download:
 http://people.apache.org/~rdonkin/commons-betwixt/. Please check and
 report any problems ASAP.  
 

Hi Robert,

Here's some stuff re the site. 

Many of these items are just minor typos, but I figured I may as well
pass on stuff once I'd spotted it. I don't mean to imply that all of
this needs fixing for 1.6.1!

===
The nightly builds link at the bottom of the welcome page is broken.

===
http://people.apache.org/~rdonkin/commons-betwixt/site/guide/examples#simple-example

  it's -- its (possessive has no apostrophe).

===
In the FAQ:

This entry has a grammar mistake:
 How can I stop Betwixt generating ID attribute values for my beans?
Perhaps which -- for??

Also the entry titled
  In what forms can Betwixt output the xml?
is perhaps out-of-date? SAXBeanWriter appears to be included in this
release...

And perhaps this entry is out-of-date?
  How can I make my extra digestion Rules work with Betwixt?

===
The SVN link only goes to the viewcvs link. I suggest also having a link
to the raw URL for subversion. This is much more helpful for locating
the string a user needs to pass to the subversion client app to do a
checkout.

The raw url is present, buried under 
  Project Documentation | Project Info | Source Repository
but that isn't very obvious...

===
http://people.apache.org/~rdonkin/commons-betwixt/site/guide/binding.html

  XMLIntrotrospector -- XMLIntrospector
  preformance -- performance

===
http://people.apache.org/~rdonkin/commons-betwixt/site/guide/derived.html

 A derived bean is one which runtime class
  -- whose runtime class?

===
http://people.apache.org/~rdonkin/commons-betwixt/site/guide/writing.html
  implementating -- implementing

and there appears to be something wrong with this statement:
quote
  Using .betwixt files with DynaBeans is not yet supported and special
   behaviour of DynaBeans can be overridden by specifying a .betwixt
   file.
/quote

gaurantee -- guarantee

===
Navbar:
  Menu item Outputing The Results -- Outputting The Results?
  Entry Reading Beans(Advanced) appears to be in bold for some reason
===
http://people.apache.org/~rdonkin/commons-betwixt/site/guide/output.html

Outputing -- Outputting
SAXBeanWriter push results -- .. pushes results

===
http://people.apache.org/~rdonkin/commons-betwixt/site/guide/integration.html

Cocooon has a few tooo many o characters
===
http://people.apache.org/~rdonkin/commons-betwixt/site/guide/tutorial.html
  ammendments -- amendments

===
Dependencies:
The bottom of the tasks page has
  * Upgraded commons-beanutils to 1.6.1. 
  * Upgraded commons-digester to 1.5.
but the official Maven dependencies are beanutils-1.7 and digester-1.6
respectively.

===
Maven reports:

I would suggest disabling this report. Firstly, a log of the last 30
days isn't of much use. And secondly, due to the import into SVN of
back-dated CVS changes, date-based selection on the apache subversion
repository is broken, so the report is not just useless but actively
WRONG.

I suggest that Developer Activity and File Activity reports are also
useless, and (if based on SVN date selection) also wrong.

There are 28 warnings in the javadoc warnings report.




Regards,


Simon


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



DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

2005-06-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34942.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34942





--- Additional Comments From [EMAIL PROTECTED]  2005-06-07 08:58 ---
Some additional thoughts:

Even if I use the SubBuildListener it might be the case that a user defines
mutliple sub builds and it isnt really the truth to close VFS on every
subBuildFinished.

build - subBuild1 (with VFS access) - subBuild2 (maybe with VFS too)

So if subBuild2 finished we will receive a subBuildFinished too and then
subBuild1 sees a closed VFS system.

So in that case the current implementation isnt that hacky - its the only
solution, isnt it?
Sure, we can do that stuff on subBuild level instead of target, but thats
not the point.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35253] New: - XMLConfiguration save config error

2005-06-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35253

   Summary: XMLConfiguration save config error
   Product: Commons
   Version: unspecified
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Configuration
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


CODE:
config = new XMLConfiguration(test.xml);
config.save();

the XMLConfiguration make a test.xml copy in default(first) classpath, and not 
change my owner test.xml(It's in the other classpath)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 35253] - [configuration] XMLConfiguration save config error

2005-06-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35253.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35253


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|XMLConfiguration save config|[configuration]
   |error   |XMLConfiguration save config
   ||error




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 34942] - [VFS] no vfs_cache cleanup after ant task completed

2005-06-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34942.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34942





--- Additional Comments From [EMAIL PROTECTED]  2005-06-07 16:48 ---
I have been watching this discussion casually on commons-dev.  Without being
fully immersed in VFS and thus having a slight ignorance of context, IMO it
seems if you do go the way of the SubBuildListener you could get correct
behavior if your filesystem cache is somehow tied to its parent Project.  The
sub-build BuildEvents should carry different Project objects even when they are
nested.

Just food for thought,
Matt

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



svn commit: r188828 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/DigestScheme.java

2005-06-07 Thread olegk
Author: olegk
Date: Tue Jun  7 10:35:20 2005
New Revision: 188828

URL: http://svn.apache.org/viewcvs?rev=188828view=rev
Log:
PR #34960 (Windows specific implementation of the Digest auth scheme)

Changed to take into account charset attribute when available (Known to be used 
by Microsoft implementation of the Digest auth scheme)

Contributed by Oleg Kalnichevski
Reviewed by Michael Becke

Modified:

jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/DigestScheme.java

Modified: 
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/DigestScheme.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/DigestScheme.java?rev=188828r1=188827r2=188828view=diff
==
--- 
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/DigestScheme.java
 (original)
+++ 
jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/DigestScheme.java
 Tue Jun  7 10:35:20 2005
@@ -267,13 +267,11 @@
  Credentials cannot be used for digest authentication:  
   + credentials.getClass().getName());
 }
-this.getParameters().put(methodname, method);
-this.getParameters().put(uri, uri);
+getParameters().put(methodname, method);
+getParameters().put(uri, uri);
 String digest = createDigest(
 usernamepassword.getUserName(),
-usernamepassword.getPassword(),
-ISO-8859-1);
-
+usernamepassword.getPassword());
 return Digest  + createDigestHeader(usernamepassword.getUserName(), 
digest);
 }
 
@@ -306,13 +304,15 @@
 Credentials cannot be used for digest authentication:  
 + credentials.getClass().getName());
 }
-this.getParameters().put(methodname, method.getName());
-this.getParameters().put(uri, method.getPath());
+getParameters().put(methodname, method.getName());
+getParameters().put(uri, method.getPath());
+String charset = getParameter(charset);
+if (charset == null) {
+getParameters().put(charset, 
method.getParams().getCredentialCharset());
+}
 String digest = createDigest(
 usernamepassword.getUserName(),
-usernamepassword.getPassword(), 
-method.getParams().getCredentialCharset());
-
+usernamepassword.getPassword());
 return Digest  + createDigestHeader(usernamepassword.getUserName(),
 digest);
 }
@@ -328,7 +328,7 @@
  * value in the Authentication HTTP header.
  * @throws AuthenticationException when MD5 is an unsupported algorithm
  */
-private String createDigest(String uname, String pwd, String charset) 
throws AuthenticationException {
+private String createDigest(final String uname, final String pwd) throws 
AuthenticationException {
 
 LOG.trace(enter DigestScheme.createDigest(String, String, Map));
 
@@ -341,10 +341,14 @@
 String qop = getParameter(qop);
 String method = getParameter(methodname);
 String algorithm = getParameter(algorithm);
-
 // If an algorithm is not specified, default to MD5.
-if(algorithm == null) {
-algorithm=MD5;
+if (algorithm == null) {
+algorithm = MD5;
+}
+// If an charset is not specified, default to ISO-8859-1.
+String charset = getParameter(charset);
+if (charset == null) {
+charset = ISO-8859-1;
 }
 
 if (qopVariant == QOP_AUTH_INT) {



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



svn commit: r188829 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-06-07 Thread olegk
Author: olegk
Date: Tue Jun  7 10:38:12 2005
New Revision: 188829

URL: http://svn.apache.org/viewcvs?rev=188829view=rev
Log:
PR #34960

Modified:
jakarta/commons/proper/httpclient/trunk/release_notes.txt

Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/release_notes.txt?rev=188829r1=188828r2=188829view=diff
==
--- jakarta/commons/proper/httpclient/trunk/release_notes.txt (original)
+++ jakarta/commons/proper/httpclient/trunk/release_notes.txt Tue Jun  7 
10:38:12 2005
@@ -1,4 +1,9 @@
 Changes since Release Candidate 2:
+
+ * 34960 - DigestScheme changed to take into account charset attribute when 
available 
+   (Known to be used by Microsoft implementation of the Digest auth 
scheme)
+   Contributed by Oleg Kalnichevski olegk at apache.org
+
  * 35148 - HttpClient now correctly handles relative URIs beginning with a 
colon.
Contributed by Gordon Mohr gojomo at archive.org
 



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



svn commit: r188839 - /jakarta/commons/proper/transaction/trunk/project.xml

2005-06-07 Thread ozeigermann
Author: ozeigermann
Date: Tue Jun  7 11:29:46 2005
New Revision: 188839

URL: http://svn.apache.org/viewcvs?rev=188839view=rev
Log:
Added John to the list of contributors

Modified:
jakarta/commons/proper/transaction/trunk/project.xml

Modified: jakarta/commons/proper/transaction/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/transaction/trunk/project.xml?rev=188839r1=188838r2=188839view=diff
==
--- jakarta/commons/proper/transaction/trunk/project.xml (original)
+++ jakarta/commons/proper/transaction/trunk/project.xml Tue Jun  7 11:29:46 
2005
@@ -67,7 +67,7 @@
   /roles
 /developer
 developer
-  nameStefan Ltzkendorf/name
+  nameStefan Ltzkendorf/name
   idluetzkendorf/id
   email[EMAIL PROTECTED]/email
   organization/organization
@@ -107,6 +107,10 @@
   idarminw/id
   email[EMAIL PROTECTED]/email
   timezone+1/timezone
+/contributor
+contributor
+  nameJohn Rousseau/name
+  email[EMAIL PROTECTED]/email
 /contributor
   /contributors
 



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



svn commit: r188842 - /jakarta/commons/proper/transaction/trunk/project.xml

2005-06-07 Thread ozeigermann
Author: ozeigermann
Date: Tue Jun  7 11:38:28 2005
New Revision: 188842

URL: http://svn.apache.org/viewcvs?rev=188842view=rev
Log:
Minor encoding

Modified:
jakarta/commons/proper/transaction/trunk/project.xml

Modified: jakarta/commons/proper/transaction/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/transaction/trunk/project.xml?rev=188842r1=188841r2=188842view=diff
==
--- jakarta/commons/proper/transaction/trunk/project.xml (original)
+++ jakarta/commons/proper/transaction/trunk/project.xml Tue Jun  7 11:38:28 
2005
@@ -67,7 +67,7 @@
   /roles
 /developer
 developer
-  nameStefan Ltzkendorf/name
+  nameStefan Ltzkendorf/name
   idluetzkendorf/id
   email[EMAIL PROTECTED]/email
   organization/organization



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



[EMAIL PROTECTED]: Project commons-discovery (in module jakarta-commons) failed

2005-06-07 Thread Richard Sitze
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 commons-discovery has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-discovery :  Commons Discovery Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-discovery/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-discovery.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-discovery (in module jakarta-commons) failed

2005-06-07 Thread Richard Sitze
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 commons-discovery has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-discovery :  Commons Discovery Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-discovery/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-discovery.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-beanutils (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-beanutils has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-beanutils :  Bean Utilities (Core)


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-beanutils/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- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -ERROR- Circular Dependency with junit.
 -DEBUG- Dependency on junit exists, no need to add for property junit.home.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-beanutils (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-beanutils has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-beanutils :  Bean Utilities (Core)


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-beanutils/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- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -ERROR- Circular Dependency with junit.
 -DEBUG- Dependency on junit exists, no need to add for property junit.home.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-lang (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-lang has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-lang :  utilities for the classes that are in java.lang's 
hierarchy


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-lang-07062005.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-lang (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-lang has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-lang :  utilities for the classes that are in java.lang's 
hierarchy


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-lang-07062005.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-collections-testframework (in module jakarta-commons) failed

2005-06-07 Thread Gump
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 commons-collections-testframework has an issue affecting its community 
integration.
This issue affects 13 projects.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- apache-ldapber-provider :  Apache Directory Project
- apacheds-main :  Apache Directory Server
- cocoon-block-ojb :  Java XML Framework
- cocoon-block-slide :  Java XML Framework
- cocoon-block-webdav :  Java XML Framework
- commons-collections-testframework :  Jakarta commons
- commons-jelly-tags-ojb :  Commons Jelly
- commons-primitives :  Provides a collection of types and utilities 
optimized for w...
- commons-sql :  Basic Services Architecture
- db-ojb :  ObjectRelationalBridge
- db-ojb-from-packages :  ObjectRelationalBridge
- jakarta-slide :  Content Management System based on WebDAV technology
- test-ojb :  ObjectRelationalBridge


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-collections-testframework/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-collections-testframework-07062005.jar] 
identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-testframework-07062005.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/jakarta-commons/collections/build
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-collections-testframework (in module jakarta-commons) failed

2005-06-07 Thread Gump
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 commons-collections-testframework has an issue affecting its community 
integration.
This issue affects 13 projects.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- apache-ldapber-provider :  Apache Directory Project
- apacheds-main :  Apache Directory Server
- cocoon-block-ojb :  Java XML Framework
- cocoon-block-slide :  Java XML Framework
- cocoon-block-webdav :  Java XML Framework
- commons-collections-testframework :  Jakarta commons
- commons-jelly-tags-ojb :  Commons Jelly
- commons-primitives :  Provides a collection of types and utilities 
optimized for w...
- commons-sql :  Basic Services Architecture
- db-ojb :  ObjectRelationalBridge
- db-ojb-from-packages :  ObjectRelationalBridge
- jakarta-slide :  Content Management System based on WebDAV technology
- test-ojb :  ObjectRelationalBridge


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-collections-testframework/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-collections-testframework-07062005.jar] 
identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-testframework-07062005.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/jakarta-commons/collections/build
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-digester (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-digester has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-digester :  XML to Java Object Configuration


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-digester/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-digester.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with junit.
 -ERROR- Circular Dependency with commons-logging.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-digester (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-digester has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-digester :  XML to Java Object Configuration


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-digester/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-digester.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with junit.
 -ERROR- Circular Dependency with commons-logging.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-codec (in module jakarta-commons) failed

2005-06-07 Thread Tim OBrien
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 commons-codec has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-codec :  Commons Encoding/Decoding Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-codec/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-codec-07062005.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with junit.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-codec (in module jakarta-commons) failed

2005-06-07 Thread Tim OBrien
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 commons-codec has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-codec :  Commons Encoding/Decoding Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-codec/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-codec-07062005.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with junit.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-modeler (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-modeler has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-modeler :  Modeler MBeans


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-modeler/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-modeler-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -ERROR- Circular Dependency with jmx.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-modeler (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-modeler has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-modeler :  Modeler MBeans


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-modeler/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-modeler-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -ERROR- Circular Dependency with jmx.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-pool (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-pool has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-pool :  Object Pooling


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-pool.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with junit.
 -ERROR- Circular Dependency with commons-collections.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-pool (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-pool has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-pool :  Object Pooling


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-pool.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with junit.
 -ERROR- Circular Dependency with commons-collections.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-io (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-io has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-io :  Commons I/O Utility Package


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jakarta-commons-io-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-lang.
 -ERROR- Circular Dependency with junit.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-io (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-io has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-io :  Commons I/O Utility Package


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jakarta-commons-io-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-lang.
 -ERROR- Circular Dependency with junit.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-cli (in module jakarta-commons) failed

2005-06-07 Thread James Strachan
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 commons-cli has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-cli :  Commons CLI Package


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-cli-07062005.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -ERROR- Circular Dependency with commons-lang.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-cli (in module jakarta-commons) failed

2005-06-07 Thread James Strachan
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 commons-cli has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-cli :  Commons CLI Package


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-cli-07062005.jar] identifier set to project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-logging.
 -ERROR- Circular Dependency with commons-lang.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



Re: [collections] Re: Port commons-collections to jdk1.5

2005-06-07 Thread gold
no problem. i have a friend who is a commons committer. i'll see if he 
has any time for it.


jon

Chris Lambrou wrote:

Jon,

Sorry for the late reply. I've been away on business for a few days, so 
am playing catch up. After the recent appearance of the 
collections.sf.net project, there are now two projects that attempt to 
provide a Java 5.0 port of commons-collections. Since the duplication of 
work seems a waste, current plans are to merge the two projects, with 
the ultimate intention of bringing the combined result into Jakarta 
commons, presumably into the sand box. This later step, however, is 
subject to the availability and willingness of an existing commons 
committer to oversee this, since non of the developers from either 
SourceForge project are commons commiters.


Sorry there's been no activity on the SourceForge forums. We simply used 
SF to provide CVS hosting (due to the aforementioned problem that non of 
the collections15 developers are commons commiters), and haven't really 
embraced all of the additional facilities that SF provides. All 
developer communication to data has either been through this commons-dev 
list or via private e-mail between the project developers.


For now, commons-dev seems to be the correct place to discuss 
collections15 in particular and the Java 5.0 collections port in general.


Chris

jon gold wrote:

chris -- are you still running this? there's no activity on the 
sourceforge forums from the project page, so i'm not sure if this is 
the correct place to discuss collections15. i'm getting it built and 
up to speed, and would like to start working on it some, but need a 
little help in figuring out what's open to work on, and also how to 
run a single test case (test:single -Dtestcase=...) without getting an 
InstantiationException).



I find that the site:generate task runs the unit tests successfully, and 
I use my IDE to run individual tests. I've also just tried to run 
individual tests using Maven, also without success. I'm afraid I'm not 
all that familiar with the intricacies of Maven, so don't really have 
any pointers to offer you. Sorry!




jon



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





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



Re: [collections] Re: Port commons-collections to jdk1.5

2005-06-07 Thread gold

sorry. he's a contributor, not a committer.

jon

gold wrote:
no problem. i have a friend who is a commons committer. i'll see if he 
has any time for it.


jon

Chris Lambrou wrote:


Jon,

Sorry for the late reply. I've been away on business for a few days, 
so am playing catch up. After the recent appearance of the 
collections.sf.net project, there are now two projects that attempt to 
provide a Java 5.0 port of commons-collections. Since the duplication 
of work seems a waste, current plans are to merge the two projects, 
with the ultimate intention of bringing the combined result into 
Jakarta commons, presumably into the sand box. This later step, 
however, is subject to the availability and willingness of an existing 
commons committer to oversee this, since non of the developers from 
either SourceForge project are commons commiters.


Sorry there's been no activity on the SourceForge forums. We simply 
used SF to provide CVS hosting (due to the aforementioned problem that 
non of the collections15 developers are commons commiters), and 
haven't really embraced all of the additional facilities that SF 
provides. All developer communication to data has either been through 
this commons-dev list or via private e-mail between the project 
developers.


For now, commons-dev seems to be the correct place to discuss 
collections15 in particular and the Java 5.0 collections port in general.


Chris

jon gold wrote:

chris -- are you still running this? there's no activity on the 
sourceforge forums from the project page, so i'm not sure if this is 
the correct place to discuss collections15. i'm getting it built and 
up to speed, and would like to start working on it some, but need a 
little help in figuring out what's open to work on, and also how to 
run a single test case (test:single -Dtestcase=...) without getting 
an InstantiationException).




I find that the site:generate task runs the unit tests successfully, 
and I use my IDE to run individual tests. I've also just tried to run 
individual tests using Maven, also without success. I'm afraid I'm not 
all that familiar with the intricacies of Maven, so don't really have 
any pointers to offer you. Sorry!




jon



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





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





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



[EMAIL PROTECTED]: Project commons-fileupload (in module jakarta-commons) failed

2005-06-07 Thread John McNally
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 commons-fileupload has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-fileupload :  Commons File Upload Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-fileupload/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-fileupload-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-beanutils.
 -ERROR- Circular Dependency with jakarta-servletapi.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-fileupload (in module jakarta-commons) failed

2005-06-07 Thread John McNally
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 commons-fileupload has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-fileupload :  Commons File Upload Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-fileupload/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-fileupload-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason configuration failed
 -ERROR- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -ERROR- Circular Dependency with commons-beanutils.
 -ERROR- Circular Dependency with jakarta-servletapi.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-net (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-net has an issue affecting its community integration.
This issue affects 8 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- apacheds-shared :  Apache Directory Server
- asn1-codec :  Apache ASN.1 Tools
- commons-net :  Commons Net
- ldap-common :  Apache Directory Project
- ldap-protocol :  Apache Directory Server
- ldap-snacc-provider :  Apache Directory Project
- mina :  A Multipurpose Infrastrusture for Network Applications
- smartfrog-components :  Smartfrog: Application Deployment from HP 
Laboratories


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-net-07062005.jar] identifier set to project name
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/net/target/classes]
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/net/target/test-classes]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-net/gump_work/build_jakarta-commons_commons-net.html
Work Name: build_jakarta-commons_commons-net (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true -Dant.build.clonevm=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-net-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/net]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/net/target/classes:/usr/local/gump/public/workspace/jakarta-commons/net/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:oro-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-net (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-net has an issue affecting its community integration.
This issue affects 8 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- apacheds-shared :  Apache Directory Server
- asn1-codec :  Apache ASN.1 Tools
- commons-net :  Commons Net
- ldap-common :  Apache Directory Project
- ldap-protocol :  Apache Directory Server
- ldap-snacc-provider :  Apache Directory Project
- mina :  A Multipurpose Infrastrusture for Network Applications
- smartfrog-components :  Smartfrog: Application Deployment from HP 
Laboratories


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-net-07062005.jar] identifier set to project name
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/net/target/classes]
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/net/target/test-classes]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-net/gump_work/build_jakarta-commons_commons-net.html
Work Name: build_jakarta-commons_commons-net (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true -Dant.build.clonevm=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-net-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/net]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/net/target/classes:/usr/local/gump/public/workspace/jakarta-commons/net/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:oro-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-jxpath (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-jxpath has an issue affecting its community integration.
This issue affects 2 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- ant-embed-optional :  Java based build tool
- commons-jxpath :  XPath traversal of JavaBeans


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-jxpath/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jxpath.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-jxpath/gump_work/build_jakarta-commons_commons-jxpath.html
Work Name: build_jakarta-commons_commons-jxpath (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xalan-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djunit.jar=/usr/local/gump/public/workspace/dist/junit/junit.jar 
-Djaxp.xslt.jar=/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar
 
-Dj2ee.jar=/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar
 
-Djaxp.jaxp.jar=/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 -Dcomponent.version=07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/jxpath]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/jxpath/target/classes:/usr/local/gump/public/workspace/jakarta-commons/jxpath/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:jdom-gump-31052005.jar:velocity-gump-31052005.jar:velocity-dep-gump-31052005.jar:commons-beanutils-gump-31052005.jar:servletapi-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-jxpath (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-jxpath has an issue affecting its community integration.
This issue affects 2 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- ant-embed-optional :  Java based build tool
- commons-jxpath :  XPath traversal of JavaBeans


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-jxpath/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jxpath.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-jxpath/gump_work/build_jakarta-commons_commons-jxpath.html
Work Name: build_jakarta-commons_commons-jxpath (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xalan-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djunit.jar=/usr/local/gump/public/workspace/dist/junit/junit.jar 
-Djaxp.xslt.jar=/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar
 
-Dj2ee.jar=/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar
 
-Djaxp.jaxp.jar=/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 -Dcomponent.version=07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/jxpath]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/jxpath/target/classes:/usr/local/gump/public/workspace/jakarta-commons/jxpath/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:jdom-gump-31052005.jar:velocity-gump-31052005.jar:velocity-dep-gump-31052005.jar:commons-beanutils-gump-31052005.jar:servletapi-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-compress (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-compress development
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 commons-compress 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:
- commons-compress :  Commons Compression Package
- commons-vfs :  Jakarta commons sandbox
- excalibur-sourceresolve :  Repository of reusable components.
- logging-log4j-chainsaw :  Chainsaw log viewer


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-compress/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-compress-07062005.jar] identifier set to project 
name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-compress/gump_work/build_jakarta-commons-sandbox_commons-compress.html
Work Name: build_jakarta-commons-sandbox_commons-compress (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependency:

junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/junit-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:36:49 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-compress (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-compress development
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 commons-compress 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:
- commons-compress :  Commons Compression Package
- commons-vfs :  Jakarta commons sandbox
- excalibur-sourceresolve :  Repository of reusable components.
- logging-log4j-chainsaw :  Chainsaw log viewer


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-compress/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-compress-07062005.jar] identifier set to project 
name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-compress/gump_work/build_jakarta-commons-sandbox_commons-compress.html
Work Name: build_jakarta-commons-sandbox_commons-compress (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependency:

junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/compress/junit-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:36:49 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-transaction (in module jakarta-commons) failed

2005-06-07 Thread Adam Jack
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 commons-transaction 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:
- commons-transaction :  Commons Identifier Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-transaction/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-transaction-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-transaction/gump_work/build_jakarta-commons_commons-transaction.html
Work Name: build_jakarta-commons_commons-transaction (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=07062005 jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/transaction]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:log4j-gump-31052005.jar:commons-codec-gump-31052005.jar:/usr/local/gump/packages/j2ee_connector-1_5-fr/connector-api.jar:/usr/local/gump/packages/jta-spec1_0_1/jta-spec1_0_1.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-transaction (in module jakarta-commons) failed

2005-06-07 Thread Adam Jack
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 commons-transaction 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:
- commons-transaction :  Commons Identifier Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-transaction/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-transaction-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-transaction/gump_work/build_jakarta-commons_commons-transaction.html
Work Name: build_jakarta-commons_commons-transaction (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=07062005 jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/transaction]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:log4j-gump-31052005.jar:commons-codec-gump-31052005.jar:/usr/local/gump/packages/j2ee_connector-1_5-fr/connector-api.jar:/usr/local/gump/packages/jta-spec1_0_1/jta-spec1_0_1.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-graph (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-graph development
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 commons-graph 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:
- commons-graph :  Jakarta commons sandbox


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-graph/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-graph-07062005.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/project.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-graph/gump_work/build_jakarta-commons-sandbox_commons-graph.html
Work Name: build_jakarta-commons-sandbox_commons-graph (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/target/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/target/test-classes:commons-collections-gump-31052005.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:/usr/local/gump/packages/jdepend-2.6/lib/jdepend.jar:junit-gump-31052005.jar:log4j-gump-31052005.jar:/usr/local/gump/packages/nsuml/lib/nsuml.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

log4j-1.1.3.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/log4j-gump-31052005.jar
commons-collections-2.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/commons-collections-gump-31052005.jar
junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/junit-gump-31052005.jar
xml-apis-1.0.b2.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/xml-apis-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:39:59 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-graph (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-graph development
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 commons-graph 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:
- commons-graph :  Jakarta commons sandbox


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-graph/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-graph-07062005.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/project.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-graph/gump_work/build_jakarta-commons-sandbox_commons-graph.html
Work Name: build_jakarta-commons-sandbox_commons-graph (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/target/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/graph2/target/test-classes:commons-collections-gump-31052005.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:/usr/local/gump/packages/jdepend-2.6/lib/jdepend.jar:junit-gump-31052005.jar:log4j-gump-31052005.jar:/usr/local/gump/packages/nsuml/lib/nsuml.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

log4j-1.1.3.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/log4j-gump-31052005.jar
commons-collections-2.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/commons-collections-gump-31052005.jar
junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/junit-gump-31052005.jar
xml-apis-1.0.b2.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/graph2/xml-apis-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:39:59 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-attributes (in module jakarta-commons) failed

2005-06-07 Thread Sam Ruby
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 commons-attributes 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:
- commons-attributes :  Commons Attributes


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-attributes/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-attributes/gump_work/build_jakarta-commons_commons-attributes.html
Work Name: build_jakarta-commons_commons-attributes (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dfinal.name.api=commons-attributes-api-07062005 
-Dfinal.name.compiler=commons-attributes-compiler-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/attributes]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/attributes/target/classes:/usr/local/gump/public/workspace/jakarta-commons/attributes/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:/usr/local/gump/packages/qdox-1.5/qdox-1.5.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-attributes (in module jakarta-commons) failed

2005-06-07 Thread Sam Ruby
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 commons-attributes 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:
- commons-attributes :  Commons Attributes


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-attributes/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-attributes/gump_work/build_jakarta-commons_commons-attributes.html
Work Name: build_jakarta-commons_commons-attributes (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dfinal.name.api=commons-attributes-api-07062005 
-Dfinal.name.compiler=commons-attributes-compiler-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/attributes]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/attributes/target/classes:/usr/local/gump/public/workspace/jakarta-commons/attributes/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:/usr/local/gump/packages/qdox-1.5/qdox-1.5.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-functor (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-functor development team
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 commons-functor 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:
- commons-functor :  Functor: Function Objects


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-functor/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-functor-07062005.jar] identifier set to project 
name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-functor/gump_work/build_jakarta-commons-sandbox_commons-functor.html
Work Name: build_jakarta-commons-sandbox_commons-functor (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/target/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/target/test-classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/src/test:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/functor/junit-gump-31052005.jar
xml-apis-2.0.2.jar
xerces-2.0.2.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:41:27 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-functor (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-functor development team
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 commons-functor 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:
- commons-functor :  Functor: Function Objects


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-functor/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-functor-07062005.jar] identifier set to project 
name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-functor/gump_work/build_jakarta-commons-sandbox_commons-functor.html
Work Name: build_jakarta-commons-sandbox_commons-functor (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/target/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/target/test-classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/functor/src/test:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/functor/junit-gump-31052005.jar
xml-apis-2.0.2.jar
xerces-2.0.2.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:41:27 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-jjar (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-jjar 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:
- commons-jjar :  Jakarta Jar Archive Repository


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jjar/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jjar.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jjar/gump_work/build_jakarta-commons-sandbox_commons-jjar.html
Work Name: build_jakarta-commons-sandbox_commons-jjar (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dminml2.jar=/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/lib/MinML2.jar
 -Djunit.jar=/usr/local/gump/public/workspace/dist/junit/junit.jar dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/tests:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/lib/MinML2.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-jjar (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-jjar 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:
- commons-jjar :  Jakarta Jar Archive Repository


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jjar/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jjar.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jjar/gump_work/build_jakarta-commons-sandbox_commons-jjar.html
Work Name: build_jakarta-commons-sandbox_commons-jjar (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dminml2.jar=/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/lib/MinML2.jar
 -Djunit.jar=/usr/local/gump/public/workspace/dist/junit/junit.jar dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/tests:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jjar/lib/MinML2.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[GUMP@vmgump]: Project commons-threading (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-threading 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:
- commons-threading :  Commons Threading Utility Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-threading/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-threading-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-threading/gump_work/build_jakarta-commons-sandbox_commons-threading.html
Work Name: build_jakarta-commons-sandbox_commons-threading (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.version=07062005 dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/threading]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-threading (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-threading 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:
- commons-threading :  Commons Threading Utility Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-threading/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-threading-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-threading/gump_work/build_jakarta-commons-sandbox_commons-threading.html
Work Name: build_jakarta-commons-sandbox_commons-threading (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.version=07062005 dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/threading]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[GUMP@vmgump]: Project commons-logging (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-logging has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-logging :  Logging Library Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-logging/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- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-logging (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-logging has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- commons-logging :  Logging Library Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-logging/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- Circular Dependency with ant.
 -ERROR- Circular Dependency with xml-xerces.
 -ERROR- Circular Dependency with xml-apis.
 -DEBUG- Extracted fallback artifacts from Gump Repository

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

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

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

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



[EMAIL PROTECTED]: Project commons-jexl (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-jexl 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:
- commons-jexl :  Commons Jexl Package


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jexl-07062005.jar] identifier set to project name
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/jexl/target/classes]
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/jexl/target/test-classes]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-jexl/gump_work/build_jakarta-commons_commons-jexl.html
Work Name: build_jakarta-commons_commons-jexl (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-jexl-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/jexl]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/target/classes:/usr/local/gump/public/workspace/jakarta-commons/jexl/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-jexl (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-jexl 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:
- commons-jexl :  Commons Jexl Package


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jexl-07062005.jar] identifier set to project name
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/jexl/target/classes]
 -INFO- Made directory 
[/usr/local/gump/public/workspace/jakarta-commons/jexl/target/test-classes]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-jexl/gump_work/build_jakarta-commons_commons-jexl.html
Work Name: build_jakarta-commons_commons-jexl (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-jexl-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/jexl]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/target/classes:/usr/local/gump/public/workspace/jakarta-commons/jexl/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-validator (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-validator has an issue affecting its community integration.
This issue affects 5 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-validator :  Validation Framework
- jakarta-velocity-tools :  Velocity-Tools project
- struts-core :  Model 2 Model-View-Controller framework for Servlets and 
JSP
- struts-tiles :  Model 2 Model-View-Controller framework for Servlets and 
JSP
- strutstestcase :  An extension of the standard JUnit TestCase class that 
provi...


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-validator/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-validator.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-validator/gump_work/build_jakarta-commons_commons-validator.html
Work Name: build_jakarta-commons_commons-validator (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/validator]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:oro-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-validator (in module jakarta-commons) failed

2005-06-07 Thread Ted Husted
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 commons-validator has an issue affecting its community integration.
This issue affects 5 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-validator :  Validation Framework
- jakarta-velocity-tools :  Velocity-Tools project
- struts-core :  Model 2 Model-View-Controller framework for Servlets and 
JSP
- struts-tiles :  Model 2 Model-View-Controller framework for Servlets and 
JSP
- strutstestcase :  An extension of the standard JUnit TestCase class that 
provi...


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-validator/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-validator.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-validator/gump_work/build_jakarta-commons_commons-validator.html
Work Name: build_jakarta-commons_commons-validator (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/validator]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:oro-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-digester-rss (in module jakarta-commons) failed

2005-06-07 Thread Robert Burrell Donkin
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 commons-digester-rss 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:
- commons-digester-rss :  Digester RSS Example


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-digester-rss/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-digester-rss.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-digester-rss/gump_work/build_jakarta-commons_commons-digester-rss.html
Work Name: build_jakarta-commons_commons-digester-rss (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/digester/src/examples/rss]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-digester-rss (in module jakarta-commons) failed

2005-06-07 Thread Robert Burrell Donkin
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 commons-digester-rss 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:
- commons-digester-rss :  Digester RSS Example


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-digester-rss/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-digester-rss.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-digester-rss/gump_work/build_jakarta-commons_commons-digester-rss.html
Work Name: build_jakarta-commons_commons-digester-rss (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/digester/src/examples/rss]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-launcher (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-launcher 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:
- commons-launcher :  Jakarta commons


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-launcher/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-launcher.jar] identifier set to project name
 -DEBUG- Dependency on ant exists, no need to add for property ant.home.
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-launcher/gump_work/build_jakarta-commons_commons-launcher.html
Work Name: build_jakarta-commons_commons-launcher (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dant.home=/usr/local/gump/public/workspace/ant/dist 
dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/launcher]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-launcher (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-launcher 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:
- commons-launcher :  Jakarta commons


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-launcher/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-launcher.jar] identifier set to project name
 -DEBUG- Dependency on ant exists, no need to add for property ant.home.
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-launcher/gump_work/build_jakarta-commons_commons-launcher.html
Work Name: build_jakarta-commons_commons-launcher (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dant.home=/usr/local/gump/public/workspace/ant/dist 
dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/launcher]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-el (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-el has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon-block-faces :  Java XML Framework
- commons-el :  Expression Language
- jakarta-tomcat-jasper_tc5 :  JavaServer Pages JSP 2.0 implementation (for 
Tomcat 5.x)


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-el.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-el/gump_work/build_jakarta-commons_commons-el.html
Work Name: build_jakarta-commons_commons-el (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/el]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:servletapi-gump-31052005.jar:jakarta-servletapi-5-jsp-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-el (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-el has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon-block-faces :  Java XML Framework
- commons-el :  Expression Language
- jakarta-tomcat-jasper_tc5 :  JavaServer Pages JSP 2.0 implementation (for 
Tomcat 5.x)


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-el.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-el/gump_work/build_jakarta-commons_commons-el.html
Work Name: build_jakarta-commons_commons-el (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/el]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:servletapi-gump-31052005.jar:jakarta-servletapi-5-jsp-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-messenger (in module jakarta-commons-sandbox) failed

2005-06-07 Thread James Strachan
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 commons-messenger has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- avalon-jms-api :  Avalon SVN
- commons-messenger :  A web based JMS framework
- jakarta-taglibs-jmstags :  JMS Taglib


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-messenger/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-messenger-07062005.jar] identifier set to project 
name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-messenger/gump_work/build_jakarta-commons-sandbox_commons-messenger.html
Work Name: build_jakarta-commons-sandbox_commons-messenger (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:servletapi-gump-31052005.jar:/usr/local/gump/packages/jms1.0.2/lib/geronimo-spec-jms-DEV.jar:/usr/local/gump/packages/jta-spec1_0_1/geronimo-spec-jta-DEV.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

commons-logging-1.0.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-logging-gump-31052005.jar
commons-beanutils-1.6.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-beanutils-gump-31052005.jar
commons-collections-2.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-collections-gump-31052005.jar
commons-digester-1.4.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-digester-gump-31052005.jar
servletapi-2.3.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/servletapi-gump-31052005.jar
ant-1.5.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/ant-gump-31052005.jar
junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/junit-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:59:23 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-messenger (in module jakarta-commons-sandbox) failed

2005-06-07 Thread James Strachan
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 commons-messenger has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- avalon-jms-api :  Avalon SVN
- commons-messenger :  A web based JMS framework
- jakarta-taglibs-jmstags :  JMS Taglib


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-messenger/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-messenger-07062005.jar] identifier set to project 
name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-messenger/gump_work/build_jakarta-commons-sandbox_commons-messenger.html
Work Name: build_jakarta-commons-sandbox_commons-messenger (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/messenger]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:servletapi-gump-31052005.jar:/usr/local/gump/packages/jms1.0.2/lib/geronimo-spec-jms-DEV.jar:/usr/local/gump/packages/jta-spec1_0_1/geronimo-spec-jta-DEV.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

commons-logging-1.0.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-logging-gump-31052005.jar
commons-beanutils-1.6.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-beanutils-gump-31052005.jar
commons-collections-2.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-collections-gump-31052005.jar
commons-digester-1.4.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/commons-digester-gump-31052005.jar
servletapi-2.3.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/servletapi-gump-31052005.jar
ant-1.5.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/ant-gump-31052005.jar
junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/messenger/junit-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 13:59:23 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-xmlio (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Stefan Bodewig
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 commons-xmlio 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:
- commons-xmlio :  XML Im-/Exporter is a low level library to assist you in 
the...


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-xmlio/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-xmlio-07062005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-xmlio/gump_work/build_jakarta-commons-sandbox_commons-xmlio.html
Work Name: build_jakarta-commons-sandbox_commons-xmlio (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=07062005 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/xmlio]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-xmlio (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Stefan Bodewig
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 commons-xmlio 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:
- commons-xmlio :  XML Im-/Exporter is a low level library to assist you in 
the...


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-xmlio/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-xmlio-07062005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-xmlio/gump_work/build_jakarta-commons-sandbox_commons-xmlio.html
Work Name: build_jakarta-commons-sandbox_commons-xmlio (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=07062005 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/xmlio]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-configuration (in module jakarta-commons) failed

2005-06-07 Thread dIon Gillard
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 commons-configuration 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:
- commons-configuration :  Jakarta commons


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-configuration/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-configuration-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-configuration/gump_work/build_jakarta-commons_commons-configuration.html
Work Name: build_jakarta-commons_commons-configuration (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dmaven.final.name=commons-configuration-07062005 -f 
build-gump.xml jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/configuration]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-lang-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:servletapi-gump-31052005.jar:/usr/local/gump/packages/dom4j-1.4/dom4j-full.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-configuration (in module jakarta-commons) failed

2005-06-07 Thread dIon Gillard
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 commons-configuration 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:
- commons-configuration :  Jakarta commons


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-configuration/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-configuration-07062005.jar] identifier set to 
project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-configuration/gump_work/build_jakarta-commons_commons-configuration.html
Work Name: build_jakarta-commons_commons-configuration (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dmaven.final.name=commons-configuration-07062005 -f 
build-gump.xml jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/configuration]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-lang-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:servletapi-gump-31052005.jar:/usr/local/gump/packages/dom4j-1.4/dom4j-full.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2005-06-07 Thread James Strachan
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 commons-betwixt 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:
- commons-betwixt :  Commons Betwixt Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-betwixt/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-betwixt-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-betwixt/gump_work/build_jakarta-commons_commons-betwixt.html
Work Name: build_jakarta-commons_commons-betwixt (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true -Dant.build.clonevm=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-betwixt-07062005 
-Dresourcedir=/usr/local/gump/public/workspace/jakarta-commons/betwixt jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/betwixt]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/betwixt/target/classes:/usr/local/gump/public/workspace/jakarta-commons/betwixt/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-betwixt (in module jakarta-commons) failed

2005-06-07 Thread James Strachan
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 commons-betwixt 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:
- commons-betwixt :  Commons Betwixt Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-betwixt/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-betwixt-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-betwixt/gump_work/build_jakarta-commons_commons-betwixt.html
Work Name: build_jakarta-commons_commons-betwixt (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true -Dant.build.clonevm=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-betwixt-07062005 
-Dresourcedir=/usr/local/gump/public/workspace/jakarta-commons/betwixt jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/betwixt]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/betwixt/target/classes:/usr/local/gump/public/workspace/jakarta-commons/betwixt/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-beanutils-bean-collections (in module jakarta-commons) failed

2005-06-07 Thread Robert Burrell Donkin
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 commons-beanutils-bean-collections 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:
- commons-beanutils-bean-collections :  Bean Utilities (Bean Collections)


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-beanutils-bean-collections/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-beanutils-bean-collections.jar] identifier set to 
project name
 -DEBUG- Dependency on junit exists, no need to add for property junit.home.
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-beanutils-bean-collections/gump_work/build_jakarta-commons_commons-beanutils-bean-collections.html
Work Name: build_jakarta-commons_commons-beanutils-bean-collections (Type: 
Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djunit.home=/usr/local/gump/public/workspace/dist/junit jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/beanutils/optional/bean-collections]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/optional/bean-collections/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-beanutils-bean-collections (in module jakarta-commons) failed

2005-06-07 Thread Robert Burrell Donkin
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 commons-beanutils-bean-collections 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:
- commons-beanutils-bean-collections :  Bean Utilities (Bean Collections)


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-beanutils-bean-collections/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-beanutils-bean-collections.jar] identifier set to 
project name
 -DEBUG- Dependency on junit exists, no need to add for property junit.home.
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-beanutils-bean-collections/gump_work/build_jakarta-commons_commons-beanutils-bean-collections.html
Work Name: build_jakarta-commons_commons-beanutils-bean-collections (Type: 
Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djunit.home=/usr/local/gump/public/workspace/dist/junit jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons/beanutils/optional/bean-collections]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/optional/bean-collections/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-http (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-http 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:
- commons-http :  Commons HTTP Utility Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-http/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-http.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-http/gump_work/build_jakarta-commons-sandbox_commons-http.html
Work Name: build_jakarta-commons-sandbox_commons-http (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.version=07062005 dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/http]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-http (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-http 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:
- commons-http :  Commons HTTP Utility Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-http/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-http.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-http/gump_work/build_jakarta-commons-sandbox_commons-http.html
Work Name: build_jakarta-commons-sandbox_commons-http (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.version=07062005 dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/http]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-jux (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-jux development team
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 commons-jux 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:
- commons-jux :  JUX: JUnit Extensions


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jux/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jux-07062005.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jux/gump_work/build_jakarta-commons-sandbox_commons-jux.html
Work Name: build_jakarta-commons-sandbox_commons-jux (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/target/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependency:

junit-3.7.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/jux/junit-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 14:05:29 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-jux (in module jakarta-commons-sandbox) failed

2005-06-07 Thread commons-jux development team
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 commons-jux 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:
- commons-jux :  JUX: JUnit Extensions


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jux/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jux-07062005.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-jux/gump_work/build_jakarta-commons-sandbox_commons-jux.html
Work Name: build_jakarta-commons-sandbox_commons-jux (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/target/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/jux/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependency:

junit-3.7.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/jux/junit-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 14:05:29 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-math (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-math 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:
- commons-math :  The Jakarta Mathematics Library


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-math-07062005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-math/gump_work/build_jakarta-commons_commons-math.html
Work Name: build_jakarta-commons_commons-math (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-math-07062005 jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/math]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/math/target/classes:/usr/local/gump/public/workspace/jakarta-commons/math/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-discovery-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-math (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-math 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:
- commons-math :  The Jakarta Mathematics Library


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-math-07062005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-math/gump_work/build_jakarta-commons_commons-math.html
Work Name: build_jakarta-commons_commons-math (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-math-07062005 jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/math]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/math/target/classes:/usr/local/gump/public/workspace/jakarta-commons/math/target/test-classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-discovery-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-services (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-services 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:
- commons-services :  Basic Services Architecture


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-services/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-services.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-services/gump_work/build_jakarta-commons-sandbox_commons-services.html
Work Name: build_jakarta-commons-sandbox_commons-services (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/services]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:commons-pool-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-services (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Ted Husted
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 commons-services 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:
- commons-services :  Basic Services Architecture


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-services/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-services.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-services/gump_work/build_jakarta-commons-sandbox_commons-services.html
Work Name: build_jakarta-commons-sandbox_commons-services (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/services]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:commons-pool-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-chain (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-chain 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:
- commons-chain :  GoF Chain of Responsibility pattern


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-chain/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-chain-07062005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-chain/gump_work/build_jakarta-commons_commons-chain.html
Work Name: build_jakarta-commons_commons-chain (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-chain-07062005 -f build.xml jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/chain]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/chain/target/classes:/usr/local/gump/public/workspace/jakarta-commons/chain/target/test-classes:/usr/local/gump/packages/jsf-1_1_01/lib/jsf-api.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:api-gump-31052005.jar:servletapi-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-chain (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-chain 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:
- commons-chain :  GoF Chain of Responsibility pattern


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-chain/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-chain-07062005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-chain/gump_work/build_jakarta-commons_commons-chain.html
Work Name: build_jakarta-commons_commons-chain (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-chain-07062005 -f build.xml jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/chain]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/chain/target/classes:/usr/local/gump/public/workspace/jakarta-commons/chain/target/test-classes:/usr/local/gump/packages/jsf-1_1_01/lib/jsf-api.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:api-gump-31052005.jar:servletapi-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-configuration-10 (in module jakarta-commons-configuration-10) failed

2005-06-07 Thread dIon Gillard
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 commons-configuration-10 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:
- commons-configuration-10 :  Jakarta Commons Configuration 1.0 release


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-configuration-10/commons-configuration-10/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/jakarta-commons-configuration-10/commons-configuration-10/gump_work/build_jakarta-commons-configuration-10_commons-configuration-10.html
Work Name: build_jakarta-commons-configuration-10_commons-configuration-10 
(Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dmaven.final.name=commons-configuration-1.0 -f 
build-gump.xml jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-configuration-10]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-configuration-10/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-lang-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:/usr/local/gump/packages/dom4j-1.4/dom4j-full.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[GUMP@vmgump]: Project commons-configuration-10 (in module jakarta-commons-configuration-10) failed

2005-06-07 Thread dIon Gillard
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 commons-configuration-10 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:
- commons-configuration-10 :  Jakarta Commons Configuration 1.0 release


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-configuration-10/commons-configuration-10/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/jakarta-commons-configuration-10/commons-configuration-10/gump_work/build_jakarta-commons-configuration-10_commons-configuration-10.html
Work Name: build_jakarta-commons-configuration-10_commons-configuration-10 
(Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-apis-gump-31052005.jar:xml-parser-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dmaven.final.name=commons-configuration-1.0 -f 
build-gump.xml jar 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-configuration-10]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-configuration-10/target/classes:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar:commons-beanutils-gump-31052005.jar:commons-collections-gump-31052005.jar:commons-digester-gump-31052005.jar:commons-lang-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:/usr/local/gump/packages/dom4j-1.4/dom4j-full.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Adam Jack
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 commons-id 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:
- commons-id :  Commons Identifier Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-id/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-id-07062005.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/id/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/id/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/id/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-id/gump_work/build_jakarta-commons-sandbox_commons-id.html
Work Name: build_jakarta-commons-sandbox_commons-id (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons-sandbox/id]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:commons-discovery-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

ant-1.5.3-1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/ant-gump-31052005.jar
junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/junit-gump-31052005.jar
commons-discovery-0.2.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/commons-discovery-gump-31052005.jar
commons-logging-1.0.3.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/commons-logging-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 14:14:43 PDT 2005

-

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

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

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

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



[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2005-06-07 Thread Adam Jack
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 commons-id 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:
- commons-id :  Commons Identifier Package


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-id/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-id-07062005.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/id/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/id/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/id/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-id/gump_work/build_jakarta-commons-sandbox_commons-id.html
Work Name: build_jakarta-commons-sandbox_commons-id (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons-sandbox/id]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:commons-discovery-gump-31052005.jar:commons-logging-gump-31052005.jar:commons-logging-api-gump-31052005.jar:junit-gump-31052005.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

ant-1.5.3-1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/ant-gump-31052005.jar
junit-3.8.1.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/junit-gump-31052005.jar
commons-discovery-0.2.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/commons-discovery-gump-31052005.jar
commons-logging-1.0.3.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons-sandbox/id/commons-logging-gump-31052005.jar

Total time: 2 seconds
Finished at: Tue Jun 07 14:14:43 PDT 2005

-

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

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

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

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



DO NOT REPLY [Bug 35258] New: - TreeList Collections.binarySearch problem

2005-06-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35258.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35258

   Summary: TreeList Collections.binarySearch problem
   Product: Commons
   Version: 3.1
  Platform: Other
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Collections
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Sometimes TreeList crashes if i tried to call:
  Collections.binarySearch(queue, n, comp);
with ArrayList is everything ok.

Exception in thread main java.lang.NullPointerException
at 
org.apache.commons.collections.list.TreeList$TreeListIterator.previous
(TreeList.java:841)
at java.util.Collections.get(Unknown Source)
at java.util.Collections.iteratorBinarySearch(Unknown Source)
at java.util.Collections.binarySearch(Unknown Source)
at utils.queue.QueueSorted.put(QueueSorted.java:51)
at framework.search.GraphSearch.solve(GraphSearch.java:53)
at search.informed.BestFirstSearch.solve(BestFirstSearch.java:20)
at Hlavni.main(Hlavni.java:66)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



[GUMP@vmgump]: Project commons-daemon (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-daemon 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:
- commons-daemon :  Commons Daemon


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-daemon/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-daemon-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-daemon/gump_work/build_jakarta-commons_commons-daemon.html
Work Name: build_jakarta-commons_commons-daemon (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.name=daemon-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/daemon]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



[GUMP@vmgump]: Project commons-daemon (in module jakarta-commons) failed

2005-06-07 Thread Stefan Bodewig
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 commons-daemon 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:
- commons-daemon :  Commons Daemon


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-daemon/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-daemon-07062005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-daemon/gump_work/build_jakarta-commons_commons-daemon.html
Work Name: build_jakarta-commons_commons-daemon (Type: Build)
Work ended in a state of : Failed
Elapsed: 
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:xml-parser-gump-31052005.jar:xml-apis-gump-31052005.jar 
org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.name=daemon-07062005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/daemon]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:ant-jmf-gump-31052005.jar:ant-swing-gump-31052005.jar:ant-apache-resolver-gump-31052005.jar:ant-trax-gump-31052005.jar:ant-junit-gump-31052005.jar:ant-launcher-gump-31052005.jar:ant-nodeps-gump-31052005.jar:ant-gump-31052005.jar:junit-gump-31052005.jar
-
Exception in thread main java.lang.NoClassDefFoundError: 
org/apache/tools/ant/Main
-

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

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

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

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



svn commit: r189443 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/StopWatch.java

2005-06-07 Thread scolebourne
Author: scolebourne
Date: Tue Jun  7 14:28:07 2005
New Revision: 189443

URL: http://svn.apache.org/viewcvs?rev=189443view=rev
Log:
Javadoc fix intended for 2.1 release

Modified:

jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/StopWatch.java

Modified: 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/StopWatch.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/StopWatch.java?rev=189443r1=189442r2=189443view=diff
==
--- 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/StopWatch.java
 (original)
+++ 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/StopWatch.java
 Tue Jun  7 14:28:07 2005
@@ -18,10 +18,6 @@
 /**
  * pcodeStopWatch/code provides a convenient API for timings./p
  * 
- * pThe methods do bnot/b protect against inappropriate calls. Thus you
- * can call stop before start, resume before suspend or unsplit before split.
- * The results are indeterminate in these cases./p
- * 
  * pTo start the watch, call [EMAIL PROTECTED] #start()}. At this point you 
can:/p
  * ul
  *  li[EMAIL PROTECTED] #split()} the watch to get the time whilst the watch 
continues in the
@@ -36,12 +32,15 @@
  * pIt is intended that the output methods [EMAIL PROTECTED] #toString()} 
and [EMAIL PROTECTED] #getTime()}
  * should only be called after stop, split or suspend, however a suitable 
result will
  * be returned at other points./p
-
-1. split(), suspend(), or stop() cannot be invoked twice.
-2. unsplit() may only be called if the watch has been split()
-3. resume() may only be called if the watch has been suspend()
-4. start() cannot be called twice.
- 
+ *
+ * pNOTE: As from v2.1, the methods protect against inappropriate calls.
+ * Thus you cannot now call stop before start, resume before suspend or
+ * unsplit before split./p
+ *
+ * p1. split(), suspend(), or stop() cannot be invoked twicebr /
+ * 2. unsplit() may only be called if the watch has been split()br /
+ * 3. resume() may only be called if the watch has been suspend()br /
+ * 4. start() cannot be called twice without calling reset()/p
  *
  * @author Henri Yandell
  * @author Stephen Colebourne



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



[lang] Stopwatch javadoc (2.1 RC8)

2005-06-07 Thread Stephen Colebourne
I have just committed a change to fix the javadoc of StopWatch. This is 
a javadoc only change.


Ideally, this should go in 2.1, as this class was a key changed class in 
2.1 and the javadoc did not explain the changes (in fact it was inaccurate).


Steven (as release manager), feel free to rollback the change if you 
want to get the release out. (My opinion is that this would not require 
a new RC, your opinion may differ ;-)


Stephen

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



Re: [lang] VOTE 2.1 release based on RC8

2005-06-07 Thread Stephen Colebourne

[X] +1
[ ] -1


(+1 with or without the javadoc fix)
(sorry about the late spot, I was away last week)

Stephen

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



Re: [lang] TODOs - text package

2005-06-07 Thread Stephen Colebourne

Kevin Gessner wrote:

Looks like fun. I'm assuming the *First methods delete/replace the
first occurence of the char/String.

+1


Should I post the code as a patch on Bugzilla when I'm done?

+1

Stephen

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



Re: [lang] CloneUtils

2005-06-07 Thread Stephen Colebourne
I like the idea of multiple methods with nice names. I'm not averse to a 
CloneUtils class (it could be argued that StringUtils is too big as one 
class, or that it is most convenient as one class...) Perhaps others can 
comment on the location of the new methods.


Stephen


Kevin Gessner wrote:

Kind of what I had in mind, but I'm not sure why serialization would
be the last-attempted method.  It's guaranteed to work for any
Serializable without mucking about with reflection, so it should
probably go first.  We should also add support for Externalizables (as
rare as they often are).  I hacked up some code based on Serialization
cloning, which I could send along.

I don't think this should nec'ly go in with ObjectUtils.  Each of the
techniques of cloning would be its own method, with something like a
cloneAll(Object o) that would try each in turn.  I think this would
make ObjectUtils messy, and CloneUtils would tie it together nicely.

Kevin

On 6/6/05, Stephen Colebourne [EMAIL PROTECTED] wrote:


OK, here is the definition of CloneUtils as originally in my mind:

See PrototypeFactory in [collections].

It clones an object by
a) public method named cloned (called by reflection)
b) public copy constructor
c) serialization
(trying each in turn until one suceeds)

IMHO, this would now be written as ObjectUtils.clone(Object).

(serialization is merely a means to an end, otherwise it would sit with
[io])

Stephen



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



[proposal] exec support in commons

2005-06-07 Thread Niklas Gustavsson

Hi all,

I would like to propose for Commons to include support for executing 
processes (Runtime.exec() on steroids) in a simple way.


I very much like the support for this in Ant and have extracted that 
code and removed all Ant specifics for some of my other projects. I 
would be happy to contribute and maintain this code should you be 
interested.


What do you think?

/niklas


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



[Jakarta-commons Wiki] Update of Logging/FrequentlyAskedQuestions by SimonKitching

2005-06-07 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki 
for change notification.

The following page has been changed by SimonKitching:
http://wiki.apache.org/jakarta-commons/Logging/FrequentlyAskedQuestions

The comment on the change is:
Added info about fixing memory leaks on webapp undeploy

--
  getLogger method that returns the real underlying object. However in most 
cases this is not necessary, as initialisation/shutdown
  methods need to be invoked on the logging library as a whole rather than 
the objects representing individual logging categories.
  
+ == A memory leak occurs when undeploying/redeploying a webapp that uses 
Commons Logging. How do I fix this? ==
+ 
+ When commons-logging is deployed in a shared classloader that is visible to 
all webapps, commons-logging still ensures that each
+ webapp gets its own logging configuration by setting up a separate 
!LogFactory object for each context classloader, and ensuring that
+ the correct !LogFactory object is used based on the context classloader set 
whenever !LogFactory.getLog is called.
+ 
+ However the negative side of this is that !LogFactory needs to keep a static 
map of !LogFactory objects keyed by context classloader;
+ when the webapp is undeployed this means there is still a reference to the 
undeployed classloader preventing the memory used by
+ all its classes from being reclaimed.
+ 
+ The commons-logging-optional.jar optional code provided with commons-logging 
1.0.4 attempted to address this issue using weak references,
+ but this approach cannot solve the issue in many cases.
+ 
+ The correct solution in the case of a webapp is for the webapp to include a 
class which implements !ServletContextListener:
+ 
+ {{{
+ class ContextManager implements javax.servlet.ServletContextListener {
+   public void contextDestroyed(ServletContextEvent sce) {
+ ClassLoader contextClassLoader = 
Thread.currentThread().getContextClassLoader();
+ LogFactory.release(contextClassLoader);
+ 
+ // optionally, clean up the underlying concrete logging library too
+   }
+ }
+ }}}
+ 
+ The deployment descriptor for the webapp then needs to be updated to specify 
that the above class should receive context change callbacks.
+ 
  
  
  

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



[digester] [VOTE] release version 1.7

2005-06-07 Thread Simon Kitching
Hi,

As we've had two release candidates, and there have been no major issues
raised, I would appreciate your votes to approve an official release.

Phil Steitz raised a couple of minor points for RC2 that have been
addressed; the changes since RC2 are:
 * removed tabs from unit-test and example files
 * added comments to file build.properties.sample
These changes don't seem worth rolling another RC for.

So: should RC2+trivial changes be released as digester 1.7?

[ ]  +1, yes
[ ]  -1, no

Regards,

Simon


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



  1   2   >