Re: Incubating the Sandbox

2005-07-11 Thread Torsten Curdt




Thoughts?



Hm... Your proposal does make sense
but I am not quite sure if incubator
is the right way to deal with the
sandbox. Reasons why:

 o Sandbox components are usually
   small. Whether they can exist
   as their own full project is
   questionable. Or do you want
   to incubate it as an explicit
   jakarta commons component?

 o Access to the sandbox should
   be easy without any hurdles
   to give a testbed for try-outs.
   Not sure if the Incubator is
   the right place for such things.

 o Big, donated code chunks do
   need incubation. AFAIK all
   donated code has to go through
   incubation anyway. AFAIU most
   (well, hopefully all) code in
   the sandbox is coming from
   within the ASF ...so incubation
   is not required. Why should we
   move it to the incubator then?

I think what we require is some process.

 o How to handle dormant sandbox projects?
 o What is the definition of dormant?
 o How to handle code donations to jakarta
   (commons)

Not sure whether passing all this
on to the incubator really will make
things that much better ...or easier

WDYT

cheers
--
Torsten



PGP.sig
Description: This is a digitally signed message part


Incubating the Sandbox

2005-07-11 Thread Henri Yandell
[Spawned from thoughts on the Commons Csv component proposal]

How does the following sound:

* Move the Sandbox over into the Incubator project. 

* SVN commit rights remain the way they are currently. 

* Jakarta Commons and Apache Incubator come up with a simpler
checklist of exit conditions than in general use in the Incubator [see
http://wiki.apache.org/incubator/ExitingIncubator].

* Creation of a single mailing list:
[EMAIL PROTECTED] or some such name.

* Move the Sandbox website into the Incubator space. Keep the same
Maven generation technology, except for the page on the actual
Incubator website linking to the Sandbox site.

* J-C and Apache Incubator come up with something to deal with dormant
sandbox entries.

==

Some may be asking the questionwhy?

* Taking Sandbox components through the Incubator will help us with
legal issues we might find in a new piece of code, or in communicating
the ASF way. It'll definitely help with occasions when we get a large
blob of donated code.

* 'Firewalling' the Sandbox components from Commons will drive the
creation of a simple checklist for promotion, and improve management
of dormant components.

* New mailing list for the sandbox items might help us focus on them. 

Thoughts?

Hen

[All my own silly ideas, we're not under any pressure concerning the
sandbox that I've been aware of]

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



Re: [csv] Creating a CSV component (2)

2005-07-11 Thread Henri Yandell
On 7/7/05, robert burrell donkin <[EMAIL PROTECTED]> wrote:
> On Thu, 2005-06-30 at 00:15 -0400, Henri Yandell wrote:
> 
> 
> 
> > So my proposal is that we submit Netcetera's CSV library to the ASF
> > Incubator, with Jakarta (more correctly Jakarta Commons) acting as the
> > sponsoring project. (I'd be happy to volunteer to be mentor the
> > project). While in the Incubator we would add more unit tests on the
> > code side, and make sure legal issues are comfortably handled.
> 
> +1 (i was thinking about creating a post saying the same)
> 
> has this moved over to incubator yet?
> 
> if not, maybe someone could put up a wiki page giving an idea what needs
> to be done...

Researching what would need to be done now. Sorry for the long delay
on all this. Time to get some momentum.

There are two threads in this, turning Netcetera's component into a
Commons component, and how does the Commons want to use the Incubator.

On the first subject:

1) Netcetera have already donated Websh to Apache Tcl. I assume this
means that they have signed something in the process, does that apply
to any other submission or will they need to sign again?  [I have
asked [EMAIL PROTECTED] this question]

2) Who are our initial list of committers? Any Commons committer; do
the original authors wish to be committers on the codebase? Are Simon
Hefti and Ronnie Brunner prospective committers?

3) Obviously we would mavenise, repackage and improve
javadoc/unit-tests if need be. Anything else that would need to be
done to the codebase?

On the second subject:

1) How much of the Incubator process would apply to Commons? Many of
the exit conditions are automatically passed just by being a part of
Commons. [I have asked [EMAIL PROTECTED] this question]

2)  Sandbox...Incubator...See my next mail. I don't want to mess
up the reply thread on this one.

Hen

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



svn commit: r210206 - /jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt

2005-07-11 Thread imario
Author: imario
Date: Mon Jul 11 13:25:25 2005
New Revision: 210206

URL: http://svn.apache.org/viewcvs?rev=210206&view=rev
Log:
smb:
now uses NtlmPasswordAuthentication for credentials passing
fix for special characters in username/password
allow domains with DOMAIN\USERNAME syntax

Modified:
jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt

Modified: jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt?rev=210206&r1=210205&r2=210206&view=diff
==
--- jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt (original)
+++ jakarta/commons/proper/vfs/trunk/RELEASE_NOTES.txt Mon Jul 11 13:25:25 2005
@@ -1,3 +1,11 @@
+2005-Jul-11
+
+smb:
+now uses NtlmPasswordAuthentication for credentials passing
+fix for special characters in username/password
+allow domains with DOMAIN\USERNAME syntax
+
+
 2005-Jul-5  commons-vfs 1.0 RC2
 
 Notice: Some tests may fail unless you've followed the necessary setup



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



svn commit: r210204 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider: GenericFileName.java smb/SmbFileName.java smb/SmbFileNameParser.java smb/SmbFileObject.java

2005-07-11 Thread imario
Author: imario
Date: Mon Jul 11 13:22:54 2005
New Revision: 210204

URL: http://svn.apache.org/viewcvs?rev=210204&view=rev
Log:
smb:
now uses NtlmPasswordAuthentication for credentials passing
fix for special characters in username/password
allow domains with DOMAIN\USERNAME syntax

Modified:

jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/GenericFileName.java

jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/smb/SmbFileName.java

jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/smb/SmbFileNameParser.java

jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/smb/SmbFileObject.java

Modified: 
jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/GenericFileName.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/GenericFileName.java?rev=210204&r1=210203&r2=210204&view=diff
==
--- 
jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/GenericFileName.java
 (original)
+++ 
jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/GenericFileName.java
 Mon Jul 11 13:22:54 2005
@@ -32,8 +32,8 @@
 private final int defaultPort;
 private final String password;
 private final int port;
-private static final char[] USERNAME_RESERVED = {':', '@'};
-private static final char[] PASSWORD_RESERVED = {'@'};
+private static final char[] USERNAME_RESERVED = {':', '@', '/'};
+private static final char[] PASSWORD_RESERVED = {'@', '/'};
 
 protected GenericFileName(final String scheme,
   final String hostName,
@@ -117,6 +117,20 @@
 {
 buffer.append(getScheme());
 buffer.append("://");
+appendCredentials(buffer);
+buffer.append(hostName);
+if (port != getDefaultPort())
+{
+buffer.append(':');
+buffer.append(port);
+}
+}
+
+/**
+ * append the user credentials
+ */
+protected void appendCredentials(StringBuffer buffer)
+{
 if (userName != null && userName.length() != 0)
 {
 UriParser.appendEncoded(buffer, userName, USERNAME_RESERVED);
@@ -126,12 +140,6 @@
 UriParser.appendEncoded(buffer, password, PASSWORD_RESERVED);
 }
 buffer.append('@');
-}
-buffer.append(hostName);
-if (port != getDefaultPort())
-{
-buffer.append(':');
-buffer.append(port);
 }
 }
 }

Modified: 
jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/smb/SmbFileName.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/smb/SmbFileName.java?rev=210204&r1=210203&r2=210204&view=diff
==
--- 
jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/smb/SmbFileName.java
 (original)
+++ 
jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/smb/SmbFileName.java
 Mon Jul 11 13:22:54 2005
@@ -16,6 +16,7 @@
 package org.apache.commons.vfs.provider.smb;
 
 import org.apache.commons.vfs.FileName;
+import org.apache.commons.vfs.FileSystemException;
 import org.apache.commons.vfs.provider.GenericFileName;
 
 /**
@@ -30,6 +31,8 @@
 private static final int DEFAULT_PORT = 139;
 
 private final String share;
+private final String domain;
+private String uriWithoutAuth;
 
 protected SmbFileName(
 final String scheme,
@@ -37,11 +40,13 @@
 final int port,
 final String userName,
 final String password,
+final String domain,
 final String share,
 final String path)
 {
 super(scheme, hostName, port, DEFAULT_PORT, userName, password, path);
 this.share = share;
+this.domain = domain;
 }
 
 /**
@@ -62,6 +67,16 @@
 buffer.append(share);
 }
 
+protected void appendCredentials(StringBuffer buffer)
+{
+if (getUserName() != null && getUserName().length() != 0)
+{
+buffer.append(getDomain());
+buffer.append("\\");
+}
+super.appendCredentials(buffer);
+}
+
 /**
  * Factory method for creating name instances.
  */
@@ -73,7 +88,37 @@
 getPort(),
 getUserName(),
 getPassword(),
+domain,
 share,
 path);
+}
+
+/**
+ * Construct the path suitable for SmbFile when used with 
NtlmPasswordAuthentication
+ */
+public String getUriWithoutAuth() throws FileSystemException
+{
+if (uriWithoutAuth != null)
+{
+return uriWithoutAuth;
+}
+
+StringBuffer sb = new StringBuffer(12

Re: [VOTE] Release Betwixt 0.7

2005-07-11 Thread Brian K. Wallace

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

robert burrell donkin wrote:
| unfortunately, a new bug has been discovered in betwixt (the optional
| add-adders attribute for the addDefaultsRule is buggy see
|
http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200507.mbox/[EMAIL
 PROTECTED]).
it's a small, safe fix but it would mean cutting a new release candidate
and restarting the release vote once that has been reviewed.
|
| opinions?
|
| - robert

The change does seem to fix the problem. Another RC would be best.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (MingW32)

iD8DBQFC0scHaCoPKRow/gARAnAuAJ4raKZJN4aSY+xbk2V0srphxkK0JACfbLZp
nlMbe7loYTQNXIiMv/fI9Do=
=g/r3
-END PGP SIGNATURE-

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



Re: [VOTE] Release Betwixt 0.7

2005-07-11 Thread Simon Kitching
On Mon, 2005-07-11 at 19:32 +0100, robert burrell donkin wrote:
> unfortunately, a new bug has been discovered in betwixt (the optional
> add-adders attribute for the addDefaultsRule is buggy see
> http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200507.mbox/[EMAIL
>  PROTECTED]). 
> it's a small, safe fix but it would mean cutting a new release candidate and 
> restarting the release vote once that has been reviewed. 
>  
> opinions?

Cutting RC3 sounds like the right option to me.

Regards,

Simon


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



Re: [VOTE] Release Betwixt 0.7

2005-07-11 Thread Simon Kitching
On Mon, 2005-07-11 at 13:37 +0100, robert burrell donkin wrote:
> Betwixt 0.7RC2 (available from
> http://people.apache.org/~rdonkin/commons-betwixt/) has no issues known
> to me. since this candidate was released, the only changes made have
> been to update the version to 0.7. i would therefore like to propose
> that Betwixt 0.7 be cut from RELEASE_BRANCH_0_7.

+1



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



Re: [VOTE] Release Betwixt 0.7

2005-07-11 Thread robert burrell donkin
unfortunately, a new bug has been discovered in betwixt (the optional
add-adders attribute for the addDefaultsRule is buggy see
http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200507.mbox/[EMAIL
 PROTECTED]). it's a small, safe fix but it would mean cutting a new release 
candidate and restarting the release vote once that has been reviewed. 
 
opinions?

- robert

On Mon, 2005-07-11 at 07:29 -0500, Brian K. Wallace wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> robert burrell donkin wrote:
> | Betwixt 0.7RC2 (available from
> | http://people.apache.org/~rdonkin/commons-betwixt/) has no issues known
> | to me. since this candidate was released, the only changes made have
> | been to update the version to 0.7. i would therefore like to propose
> | that Betwixt 0.7 be cut from RELEASE_BRANCH_0_7.
> |
> | here's my +1
> |
> | - robert
> |
> | --8<-
> | [ ] +1 Release Betwixt 0.7
> | [ ] +0 General support but not definitive
> | [ ] -0 Unhappy about the release but not definitive
> | [ ] -1 Do not release Betwixt 0.7
> | -
> +1 (non-binding)
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.5 (MingW32)
> 
> iD8DBQFC0mY7aCoPKRow/gARAmcuAJ0a0zdnty2vGYcidMrthzjCYTbiAgCgwLwA
> 1wMqA5L0JSvvpUpcUjWgf2w=
> =WPbj
> -END PGP SIGNATURE-
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


signature.asc
Description: This is a digitally signed message part


DO NOT REPLY [Bug 35692] New: - Request of additional features

2005-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=35692

   Summary: Request of additional features
   Product: Commons
   Version: unspecified
  Platform: All
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: Validator
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Please add the following additional validations:

North American Phone Number validation
European Phone number validation
Modulus 10 validation
DUNS Number validation (which is extended form of Modulus 10)
Latitude and longitude validation of US addresses
UN Country Codes and names validation
State and province Validations
US Social security number validation
Canadian Social Insurance number validation

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



FileUpload Servlet class, 1.1-dev???

2005-07-11 Thread Kinney, William
I was wondering what the status was for subclass servlet, specifically
ServletFileUploadWrapper, for Common FileUpload? Its in the 1.1-dev API javadoc
at http://jakarta.apache.org/commons/fileupload/apidocs/index.html, however it's
not in any beta or nightly repository...
I also noticed it hasn't been touched for 4 months on the svn repository...

Also is it safe to assume it will extend FileUpload base class?

Thanks,

Will


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



Re: [CLI] Negative numbers and quoting

2005-07-11 Thread sebb
On 7/11/05, Nigel Rantor <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> > Sorry, that's not what I meant.
> >
> > The Avalon CLI code is a *different* implementation of CLI, but which
> > happened to have the same problem.
> >
> > To use Avalon instead of another CLI would require quite a few
> > application code changes.
> >
> > [And vice-versa, moving from Avalon to another CLI would mean lots of
> > code changes. This is why the Avalon code was fixed and submitted.]
> 
> Ah, right, gotcha.
> 
> So the point was that the Commons-CLI devs should be able to find a
> solution in the Avalon-CLI code...assuming they are still similar

Yes.

> enough, or have they never had a shared ancestry?
> 

Not sure.

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



Re: [CLI] Negative numbers and quoting

2005-07-11 Thread Nigel Rantor

sebb wrote:
Sorry, that's not what I meant. 


The Avalon CLI code is a *different* implementation of CLI, but which
happened to have the same problem.

To use Avalon instead of another CLI would require quite a few
application code changes.

[And vice-versa, moving from Avalon to another CLI would mean lots of
code changes. This is why the Avalon code was fixed and submitted.]


Ah, right, gotcha.

So the point was that the Commons-CLI devs should be able to find a 
solution in the Avalon-CLI code...assuming they are still similar 
enough, or have they never had a shared ancestry?


Cheers,

  n



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



Re: [CLI] Negative numbers and quoting

2005-07-11 Thread sebb
Sorry, that's not what I meant. 

The Avalon CLI code is a *different* implementation of CLI, but which
happened to have the same problem.

To use Avalon instead of another CLI would require quite a few
application code changes.

[And vice-versa, moving from Avalon to another CLI would mean lots of
code changes. This is why the Avalon code was fixed and submitted.]

S.
On 7/11/05, Nigel Rantor <[EMAIL PROTECTED]> wrote:
> sebb wrote:
> > This was also a problem with the original Avalon CLI code. It was
> > fixed in the updated version submitted via Bugzilla:
> >
> > http://issues.apache.org/bugzilla/show_bug.cgi?id=34672
> >
> > The problem was that "-" was being treated as special even when
> > collecting text for the current option value.
> 
> Okay, so does this mean that I can only get this functionality if I grab
> the latest repo sources then? I notice the version is 2.0 beta 1, but
> since it's beta there isn't a download available.
> 
> Any idea when 2.0 should be released?
> 
>   n
> 
> -
> 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: [CLI] Negative numbers and quoting

2005-07-11 Thread Nigel Rantor

sebb wrote:

This was also a problem with the original Avalon CLI code. It was
fixed in the updated version submitted via Bugzilla:

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

The problem was that "-" was being treated as special even when
collecting text for the current option value.


Okay, so does this mean that I can only get this functionality if I grab 
the latest repo sources then? I notice the version is 2.0 beta 1, but 
since it's beta there isn't a download available.


Any idea when 2.0 should be released?

  n

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



Re: [VOTE] Release Betwixt 0.7

2005-07-11 Thread Brian K. Wallace

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

robert burrell donkin wrote:
| Betwixt 0.7RC2 (available from
| http://people.apache.org/~rdonkin/commons-betwixt/) has no issues known
| to me. since this candidate was released, the only changes made have
| been to update the version to 0.7. i would therefore like to propose
| that Betwixt 0.7 be cut from RELEASE_BRANCH_0_7.
|
| here's my +1
|
| - robert
|
| --8<-
| [ ] +1 Release Betwixt 0.7
| [ ] +0 General support but not definitive
| [ ] -0 Unhappy about the release but not definitive
| [ ] -1 Do not release Betwixt 0.7
| -
+1 (non-binding)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (MingW32)

iD8DBQFC0mY7aCoPKRow/gARAmcuAJ0a0zdnty2vGYcidMrthzjCYTbiAgCgwLwA
1wMqA5L0JSvvpUpcUjWgf2w=
=WPbj
-END PGP SIGNATURE-

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



[VOTE] Release Betwixt 0.7

2005-07-11 Thread robert burrell donkin
Betwixt 0.7RC2 (available from
http://people.apache.org/~rdonkin/commons-betwixt/) has no issues known
to me. since this candidate was released, the only changes made have
been to update the version to 0.7. i would therefore like to propose
that Betwixt 0.7 be cut from RELEASE_BRANCH_0_7.

here's my +1

- robert

--8<-
[ ] +1 Release Betwixt 0.7
[ ] +0 General support but not definitive
[ ] -0 Unhappy about the release but not definitive
[ ] -1 Do not release Betwixt 0.7
-


signature.asc
Description: This is a digitally signed message part


svn commit: r210105 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/build.xml

2005-07-11 Thread rdonkin
Author: rdonkin
Date: Mon Jul 11 05:14:20 2005
New Revision: 210105

URL: http://svn.apache.org/viewcvs?rev=210105&view=rev
Log:
Regenerated build.xml.

Modified:
jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/build.xml

Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/build.xml?rev=210105&r1=210104&r2=210105&view=diff
==
--- jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/build.xml 
(original)
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/build.xml Mon 
Jul 11 05:14:20 2005
@@ -1,7 +1,7 @@
 
 
 
+  on date July 11 2005, time 1131-->
 
 
   



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



svn commit: r210104 - /jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.xml

2005-07-11 Thread rdonkin
Author: rdonkin
Date: Mon Jul 11 05:14:00 2005
New Revision: 210104

URL: http://svn.apache.org/viewcvs?rev=210104&view=rev
Log:
Updated version in preparation for release.

Modified:
jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.xml

Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.xml?rev=210104&r1=210103&r2=210104&view=diff
==
--- jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.xml 
(original)
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_7_BRANCH/project.xml Mon 
Jul 11 05:14:00 2005
@@ -18,7 +18,7 @@
   3
   Betwixt
   commons-betwixt
-  0.7RC2
+  0.7
   2002
   Commons Betwixt
   Commons Betwixt: mapping beans to XML



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



DO NOT REPLY [Bug 35684] New: - FeedParser NullpointerException in WebSphere Portal 5.1

2005-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=35684

   Summary: FeedParser NullpointerException in WebSphere Portal 5.1
   Product: Commons
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: FeedParser
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


When I parse a feed I get a NullpointerException in the doView method of a 
simple WebSphere 5.1 JSR168 portlet. When I create a regular Java program with 
the same JRE and libraries I do not get this exception.

// Parsing the example:
parser.parse( listener, is, resource );

I goes wrong in:
MetaFeedParser.java :
if ( parseDate( "pubDate", null, mfp, state, false ) )
   return;

The nullpointer exception is in the first line of this method:
String v = state.current.getChildText( name, ns );

This crashes in WebSphere Portal 5.1 but strangely not in the Java program 
with the same 5.1 JRE and libraries. Could we solve this to put this statement 
also in the try/catch block?

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



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

2005-07-11 Thread commons-vfs 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-vfs has an issue affecting its community integration.
This issue affects 58 projects,
 and has been outstanding for 10 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon :  Java XML Framework
- cocoon-block-apples :  Java XML Framework
- cocoon-block-asciiart :  Java XML Framework
- cocoon-block-authentication-fw :  Java XML Framework
- cocoon-block-axis :  Java XML Framework
- cocoon-block-batik :  Java XML Framework
- cocoon-block-bsf :  Java XML Framework
- cocoon-block-chaperon :  Java XML Framework
- cocoon-block-cron :  Java XML Framework
- cocoon-block-databases :  Java XML Framework
- cocoon-block-deli :  Java XML Framework
- cocoon-block-eventcache :  Java XML Framework
- cocoon-block-faces :  Java XML Framework
- cocoon-block-fop :  Java XML Framework
- cocoon-block-forms :  Java XML Framework
- cocoon-block-hsqldb :  Java XML Framework
- cocoon-block-html :  Java XML Framework
- cocoon-block-itext :  Java XML Framework
- cocoon-block-javaflow :  Java XML Framework
- cocoon-block-jcr :  A "jcr:" protocol for Cocoon
- cocoon-block-jfor :  Java XML Framework
- cocoon-block-jms :  Java XML Framework
- cocoon-block-jsp :  Java XML Framework
- cocoon-block-linkrewriter :  Java XML Framework
- cocoon-block-mail :  Java XML Framework
- cocoon-block-midi :  Java XML Framework
- cocoon-block-naming :  Java XML Framework
- cocoon-block-paranoid :  Java XML Framework
- cocoon-block-petstore :  Java XML Framework
- cocoon-block-portal :  Java XML Framework
- cocoon-block-profiler :  Java XML Framework
- cocoon-block-proxy :  Java XML Framework
- cocoon-block-python :  Java XML Framework
- cocoon-block-qdox :  Java XML Framework
- cocoon-block-repository :  Java XML Framework
- cocoon-block-scratchpad :  Java XML Framework
- cocoon-block-serializers :  Java XML Framework
- cocoon-block-session-fw :  Java XML Framework
- cocoon-block-slop :  Java XML Framework
- cocoon-block-spring-app :  A demo for Spring and Cocoon
- cocoon-block-stx :  Java XML Framework
- cocoon-block-taglib :  Java XML Framework
- cocoon-block-template :  Java XML Framework
- cocoon-block-tour :  Java XML Framework
- cocoon-block-velocity :  Java XML Framework
- cocoon-block-web3 :  Java XML Framework
- cocoon-block-xmldb :  Java XML Framework
- cocoon-block-xsp :  Java XML Framework
- commons-vfs :  Jakarta commons
- excalibur-fortress-bean :  Repository of reusable components.
- excalibur-fortress-container-impl :  Repository of reusable components.
- excalibur-fortress-container-test :  Repository of reusable components.
- excalibur-monitor :  Repository of reusable components.
- excalibur-sourceresolve :  Repository of reusable components.
- excalibur-xmlutil :  Repository of reusable components.
- forrest :  Apache Forrest is an XML standards-oriented documentation fr...
- forrest-test :  Apache Forrest is an XML standards-oriented documentation 
fr...
- logging-log4j-chainsaw :  Chainsaw log viewer


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-vfs-11072005.jar] identifier set to project name
 -INFO- Optional dependency slide-webdavclient prerequisite failed with reason 
build failed
 -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/commons-vfs/gump_work/build_jakarta-commons_commons-vfs.html
Work Name: build_jakarta-commons_commons-vfs (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-vfs-11072005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/vfs]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/vfs/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolv

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

2005-07-11 Thread commons-vfs 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-vfs has an issue affecting its community integration.
This issue affects 58 projects,
 and has been outstanding for 10 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon :  Java XML Framework
- cocoon-block-apples :  Java XML Framework
- cocoon-block-asciiart :  Java XML Framework
- cocoon-block-authentication-fw :  Java XML Framework
- cocoon-block-axis :  Java XML Framework
- cocoon-block-batik :  Java XML Framework
- cocoon-block-bsf :  Java XML Framework
- cocoon-block-chaperon :  Java XML Framework
- cocoon-block-cron :  Java XML Framework
- cocoon-block-databases :  Java XML Framework
- cocoon-block-deli :  Java XML Framework
- cocoon-block-eventcache :  Java XML Framework
- cocoon-block-faces :  Java XML Framework
- cocoon-block-fop :  Java XML Framework
- cocoon-block-forms :  Java XML Framework
- cocoon-block-hsqldb :  Java XML Framework
- cocoon-block-html :  Java XML Framework
- cocoon-block-itext :  Java XML Framework
- cocoon-block-javaflow :  Java XML Framework
- cocoon-block-jcr :  A "jcr:" protocol for Cocoon
- cocoon-block-jfor :  Java XML Framework
- cocoon-block-jms :  Java XML Framework
- cocoon-block-jsp :  Java XML Framework
- cocoon-block-linkrewriter :  Java XML Framework
- cocoon-block-mail :  Java XML Framework
- cocoon-block-midi :  Java XML Framework
- cocoon-block-naming :  Java XML Framework
- cocoon-block-paranoid :  Java XML Framework
- cocoon-block-petstore :  Java XML Framework
- cocoon-block-portal :  Java XML Framework
- cocoon-block-profiler :  Java XML Framework
- cocoon-block-proxy :  Java XML Framework
- cocoon-block-python :  Java XML Framework
- cocoon-block-qdox :  Java XML Framework
- cocoon-block-repository :  Java XML Framework
- cocoon-block-scratchpad :  Java XML Framework
- cocoon-block-serializers :  Java XML Framework
- cocoon-block-session-fw :  Java XML Framework
- cocoon-block-slop :  Java XML Framework
- cocoon-block-spring-app :  A demo for Spring and Cocoon
- cocoon-block-stx :  Java XML Framework
- cocoon-block-taglib :  Java XML Framework
- cocoon-block-template :  Java XML Framework
- cocoon-block-tour :  Java XML Framework
- cocoon-block-velocity :  Java XML Framework
- cocoon-block-web3 :  Java XML Framework
- cocoon-block-xmldb :  Java XML Framework
- cocoon-block-xsp :  Java XML Framework
- commons-vfs :  Jakarta commons
- excalibur-fortress-bean :  Repository of reusable components.
- excalibur-fortress-container-impl :  Repository of reusable components.
- excalibur-fortress-container-test :  Repository of reusable components.
- excalibur-monitor :  Repository of reusable components.
- excalibur-sourceresolve :  Repository of reusable components.
- excalibur-xmlutil :  Repository of reusable components.
- forrest :  Apache Forrest is an XML standards-oriented documentation fr...
- forrest-test :  Apache Forrest is an XML standards-oriented documentation 
fr...
- logging-log4j-chainsaw :  Chainsaw log viewer


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-vfs-11072005.jar] identifier set to project name
 -INFO- Optional dependency slide-webdavclient prerequisite failed with reason 
build failed
 -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/commons-vfs/gump_work/build_jakarta-commons_commons-vfs.html
Work Name: build_jakarta-commons_commons-vfs (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-vfs-11072005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/vfs]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/vfs/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolv

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

2005-07-11 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 3 projects,
 and has been outstanding for 50 runs.
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
- fulcrum-configuration-impl :  Services Framework
- fulcrum-parser :  Services Framework


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:
 -WARNING- Overriding Maven properties: 
[/usr/local/gump/public/workspace/jakarta-commons-configuration-10/build.properties]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-configuration-10/build.properties
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-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: 4 secs
Command Line: maven --offline 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:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-11072005.jar:/usr/local/gump/packages/dom4j-1.4/dom4j-full.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:

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

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

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

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

BUILD FAILED
File.. /home/gump/.maven/cache/maven-jar-plugin-1.6.1/plugin.jelly
Element... ant:fail
Line.. 53
Column 19
You must define currentVersion in your POM.
Total time: 4 seconds
Finished at: Mon Jul 11 03:15:19 PDT 2005

-

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 3611072005, vmgump.apache.org:vmgump-public:3611072005
Gump E-mail Identifier (unique within run) #32.

--
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-07-11 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 3 projects,
 and has been outstanding for 50 runs.
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
- fulcrum-configuration-impl :  Services Framework
- fulcrum-parser :  Services Framework


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:
 -WARNING- Overriding Maven properties: 
[/usr/local/gump/public/workspace/jakarta-commons-configuration-10/build.properties]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons-configuration-10/build.properties
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-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: 4 secs
Command Line: maven --offline 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:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-11072005.jar:/usr/local/gump/packages/dom4j-1.4/dom4j-full.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:

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

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

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

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

BUILD FAILED
File.. /home/gump/.maven/cache/maven-jar-plugin-1.6.1/plugin.jelly
Element... ant:fail
Line.. 53
Column 19
You must define currentVersion in your POM.
Total time: 4 seconds
Finished at: Mon Jul 11 03:15:19 PDT 2005

-

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 3611072005, vmgump.apache.org:vmgump-public:3611072005
Gump E-mail Identifier (unique within run) #32.

--
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-jelly (in module commons-jelly) failed

2005-07-11 Thread commons-jelly 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-jelly has an issue affecting its community integration.
This issue affects 46 projects,
 and has been outstanding for 50 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon-block-ojb :  Java XML Framework
- commons-jelly :  Commons Jelly
- commons-jelly-tags-ant :  Commons Jelly
- commons-jelly-tags-antlr :  Commons Jelly
- commons-jelly-tags-avalon :  Commons Jelly
- commons-jelly-tags-bean :  Commons Jelly
- commons-jelly-tags-beanshell :  Commons Jelly
- commons-jelly-tags-betwixt :  Commons Jelly
- commons-jelly-tags-bsf :  Commons Jelly
- commons-jelly-tags-define :  Commons Jelly
- commons-jelly-tags-dynabean :  Commons Jelly
- commons-jelly-tags-email :  Commons Jelly
- commons-jelly-tags-fmt :  Commons Jelly
- commons-jelly-tags-html :  Commons Jelly
- commons-jelly-tags-http :  Commons Jelly
- commons-jelly-tags-interaction :  Commons Jelly
- commons-jelly-tags-jaxme :  Commons Jelly
- commons-jelly-tags-jetty :  Commons Jelly
- commons-jelly-tags-jface :  Commons Jelly
- commons-jelly-tags-jms :  Commons Jelly
- commons-jelly-tags-jmx :  Commons Jelly
- commons-jelly-tags-jsl :  Commons Jelly
- commons-jelly-tags-junit :  Commons Jelly
- commons-jelly-tags-log :  Commons Jelly
- commons-jelly-tags-memory :  Commons Jelly
- commons-jelly-tags-ojb :  Commons Jelly
- commons-jelly-tags-quartz :  Commons Jelly
- commons-jelly-tags-regexp :  Commons Jelly
- commons-jelly-tags-soap :  Commons Jelly
- commons-jelly-tags-sql :  Commons Jelly
- commons-jelly-tags-swing :  Commons Jelly
- commons-jelly-tags-swt :  Commons Jelly
- commons-jelly-tags-threads :  Commons Jelly
- commons-jelly-tags-util :  Commons Jelly
- commons-jelly-tags-validate :  Commons Jelly
- commons-jelly-tags-velocity :  Commons Jelly
- commons-jelly-tags-xml :  Commons Jelly
- commons-jelly-tags-xmlunit :  Commons Jelly
- commons-latka :  Functional Testing Suite
- commons-sql :  Basic Services Architecture
- db-ojb :  ObjectRelationalBridge
- db-ojb-from-packages :  ObjectRelationalBridge
- geronimo :  Apache Geronimo, the J2EE server project of the Apache 
Softw...
- maven :  Project Management Tools
- maven-bootstrap :  Project Management Tools
- test-ojb :  ObjectRelationalBridge


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jelly-11072005.jar] identifier set to project name
 -DEBUG- Dependency on jakarta-servletapi-5-servlet exists, no need to add for 
property maven.jar.servletapi.
 -DEBUG- Dependency on jakarta-taglibs-standard exists, no need to add for 
property maven.jar.jstl.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/commons-jelly/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/commons-jelly/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/commons-jelly/project.properties
 -INFO- Project Reports in: 
/usr/local/gump/public/workspace/commons-jelly/target/test-reports
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly/gump_work/build_commons-jelly_commons-jelly.html
Work Name: build_commons-jelly_commons-jelly (Type: Build)
Work ended in a state of : Failed
Elapsed: 58 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/commons-jelly]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-11072005.jar:/usr/local/gump/public/works

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

2005-07-11 Thread commons-jelly 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-jelly has an issue affecting its community integration.
This issue affects 46 projects,
 and has been outstanding for 50 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon-block-ojb :  Java XML Framework
- commons-jelly :  Commons Jelly
- commons-jelly-tags-ant :  Commons Jelly
- commons-jelly-tags-antlr :  Commons Jelly
- commons-jelly-tags-avalon :  Commons Jelly
- commons-jelly-tags-bean :  Commons Jelly
- commons-jelly-tags-beanshell :  Commons Jelly
- commons-jelly-tags-betwixt :  Commons Jelly
- commons-jelly-tags-bsf :  Commons Jelly
- commons-jelly-tags-define :  Commons Jelly
- commons-jelly-tags-dynabean :  Commons Jelly
- commons-jelly-tags-email :  Commons Jelly
- commons-jelly-tags-fmt :  Commons Jelly
- commons-jelly-tags-html :  Commons Jelly
- commons-jelly-tags-http :  Commons Jelly
- commons-jelly-tags-interaction :  Commons Jelly
- commons-jelly-tags-jaxme :  Commons Jelly
- commons-jelly-tags-jetty :  Commons Jelly
- commons-jelly-tags-jface :  Commons Jelly
- commons-jelly-tags-jms :  Commons Jelly
- commons-jelly-tags-jmx :  Commons Jelly
- commons-jelly-tags-jsl :  Commons Jelly
- commons-jelly-tags-junit :  Commons Jelly
- commons-jelly-tags-log :  Commons Jelly
- commons-jelly-tags-memory :  Commons Jelly
- commons-jelly-tags-ojb :  Commons Jelly
- commons-jelly-tags-quartz :  Commons Jelly
- commons-jelly-tags-regexp :  Commons Jelly
- commons-jelly-tags-soap :  Commons Jelly
- commons-jelly-tags-sql :  Commons Jelly
- commons-jelly-tags-swing :  Commons Jelly
- commons-jelly-tags-swt :  Commons Jelly
- commons-jelly-tags-threads :  Commons Jelly
- commons-jelly-tags-util :  Commons Jelly
- commons-jelly-tags-validate :  Commons Jelly
- commons-jelly-tags-velocity :  Commons Jelly
- commons-jelly-tags-xml :  Commons Jelly
- commons-jelly-tags-xmlunit :  Commons Jelly
- commons-latka :  Functional Testing Suite
- commons-sql :  Basic Services Architecture
- db-ojb :  ObjectRelationalBridge
- db-ojb-from-packages :  ObjectRelationalBridge
- geronimo :  Apache Geronimo, the J2EE server project of the Apache 
Softw...
- maven :  Project Management Tools
- maven-bootstrap :  Project Management Tools
- test-ojb :  ObjectRelationalBridge


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-jelly-11072005.jar] identifier set to project name
 -DEBUG- Dependency on jakarta-servletapi-5-servlet exists, no need to add for 
property maven.jar.servletapi.
 -DEBUG- Dependency on jakarta-taglibs-standard exists, no need to add for 
property maven.jar.jstl.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/commons-jelly/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/commons-jelly/project.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/commons-jelly/project.properties
 -INFO- Project Reports in: 
/usr/local/gump/public/workspace/commons-jelly/target/test-reports
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly/gump_work/build_commons-jelly_commons-jelly.html
Work Name: build_commons-jelly_commons-jelly (Type: Build)
Work ended in a state of : Failed
Elapsed: 58 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/commons-jelly]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar:/usr/local/gump/public/workspace/jakarta-commons/jexl/dist/commons-jexl-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-11072005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-11072005.jar:/usr/local/gump/public/works

Re: [CLI] two different versions of commons-cli-1.0.jar?

2005-07-11 Thread Torsten Curdt
Replacing the bad 1.0 on ibiblio with the correct one will make  
things
even more confusing I think. People who have already downloaded  
the 1.0

will not get the update (including maven users where the bad jar is
cached in ~/.maven/...).




But then at least what we have advertised as cli 1.0 would be the
version that we released officially and new integrations with
dependencies on that *released* jar will be built correctly.  We need
to acknowledge this problem on the web site, but getting the 1.0
version on ibiblio the same as the version on the mirrors seems better
to me than leaving things in the state where they are.  Again, could
be I am not looking at this the right way.


Could we come up with a decision on that one?
I think it's important to fix this.

Replace or delete the bogus 1.0 jar?
What's left to do for the 1.0.1 release?

cheers
--
Torsten


PGP.sig
Description: This is a digitally signed message part


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

2005-07-11 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,
 and has been outstanding for 11 runs.
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-11072005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/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:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.version=11072005 dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/threading]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar
-
Buildfile: build.xml does not exist!
Build failed
-

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 3611072005, vmgump.apache.org:vmgump-public:3611072005
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-threading (in module jakarta-commons-sandbox) failed

2005-07-11 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,
 and has been outstanding for 11 runs.
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-11072005.jar] identifier set to project 
name
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/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:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.version=11072005 dist 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/threading]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar
-
Buildfile: build.xml does not exist!
Build failed
-

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 3611072005, vmgump.apache.org:vmgump-public:3611072005
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-xmlio (in module jakarta-commons-sandbox) failed

2005-07-11 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 5 projects,
 and has been outstanding for 11 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon-block-slide :  Java XML Framework
- cocoon-block-webdav :  Java XML Framework
- commons-xmlio :  XML Im-/Exporter is a low level library to assist you in 
the...
- jakarta-slide :  Content Management System based on WebDAV technology
- slide-webdavclient :  Content Management System based on WebDAV technology


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-11072005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/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:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=11072005 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/xmlio]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar
-
Buildfile: build.xml does not exist!
Build failed
-

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 3611072005, vmgump.apache.org:vmgump-public:3611072005
Gump E-mail Identifier (unique within run) #8.

--
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-07-11 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 5 projects,
 and has been outstanding for 11 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- cocoon-block-slide :  Java XML Framework
- cocoon-block-webdav :  Java XML Framework
- commons-xmlio :  XML Im-/Exporter is a low level library to assist you in 
the...
- jakarta-slide :  Content Management System based on WebDAV technology
- slide-webdavclient :  Content Management System based on WebDAV technology


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-11072005.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/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:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=11072005 
[Working Directory: 
/usr/local/gump/public/workspace/jakarta-commons-sandbox/xmlio]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar
-
Buildfile: build.xml does not exist!
Build failed
-

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 3611072005, vmgump.apache.org:vmgump-public:3611072005
Gump E-mail Identifier (unique within run) #8.

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

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