[continuum] BUILD FAILURE: Commons FileUpload

2007-09-21 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=7469&projectId=166 Build statistics: State: Failed Previous State: Failed Started at: Fri 21 Sep 2007 13:31:36 -0700 Finished at: Fri 21 Sep 2007 13:31:55 -0700 Total time: 19s Build Trigger: Schedule Build Num

Re: [configuration] accessing emvironment variable (not java system)

2007-09-21 Thread nicolas de loof
It is currently tied to the ant Execution task infrastructure, but the idea of detecting the platform to build the process invocation may be moved to lang. This would simply require to find a way in lang to cleanly invoke a process... Maybe with a dependency on commons-exec ? 2007/9/21, sebb <[EMA

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

2007-09-21 Thread commons-jelly-tags-jaxme 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-tags-jaxme has an issue affecting its community integration. This

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

2007-09-21 Thread commons-jelly-tags-jsl 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-tags-jsl-test has an issue affecting its community integration. Th

RE: Commons Net 1.4.x Service Release?

2007-09-21 Thread Oberhuber, Martin
Hello Rory, thanks for the pointer. Looks like the biggest changes in commons net 2.0 are - Require Java 1.5 - Use java.util.regex instead of ORO - Use JDK SocketFactory - Use Maven2 for building - Support FTPS These are interesting, but unfortunately we cannot require Java 1.5 for our curre

Re: [configuration] accessing emvironment variable (not java system)

2007-09-21 Thread sebb
On 21/09/2007, nicolas de loof <[EMAIL PROTECTED]> wrote: > Copying ant code requires many classes to be duplicated ( > Execute, Os, CommandLauncher and it's implementations, Process, > ExecuteStreamHandler, ExecuteWatchdog ...) > > I've attached a simplier implementation to > http://issues.apache.

Re: [configuration] accessing emvironment variable (not java system)

2007-09-21 Thread nicolas de loof
Copying ant code requires many classes to be duplicated ( Execute, Os, CommandLauncher and it's implementations, Process, ExecuteStreamHandler, ExecuteWatchdog ...) I've attached a simplier implementation to http://issues.apache.org/jira/browse/CONFIGURATION-284 that delegates to ant, addidn an op