Re: !! Enhancement to Apache Commons Validators ->NEW ACTION Framework !!

2007-09-20 Thread Paul Benedict
Please provide a working example. On 9/20/07, Bhupesh Naik <[EMAIL PROTECTED]> wrote: > > action-descriptor.xml > > Hello, > > We have been using apache commons validator extensively; we have found > that a common pattern can be identified in the way the apache commons > validator work. > > Apac

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

2007-09-20 Thread nicolas de loof
I'll look at this and attach a patch to Jira. thanks. 2007/9/20, Oliver Heger <[EMAIL PROTECTED]>: > nicolas de loof wrote: > > Could you please tell me what would be better : > > > > - copy/paste code from ANT to avoid a new dependency just for some methods > > - use the ant code as a new (option

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

2007-09-20 Thread Oliver Heger
nicolas de loof wrote: Could you please tell me what would be better : - copy/paste code from ANT to avoid a new dependency just for some methods - use the ant code as a new (optional) dependency Nico. I would prefer not to add an additional dependency. If we talk about one or two classes, s

Re: Apache Commons Board Report, September 2007

2007-09-20 Thread Paul Benedict
I've always wondered this: What is the policy on copying code from an external non-Apache ASF-licensed project? For example, if someone wanted to take a class from Spring and plop it in an Apache project. Is simply being from ASF-licensed code enough? Paul On 9/20/07, Torsten Curdt <[EMAIL PROTE

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

2007-09-20 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-email has an issue affecting its community integration. This issue affect

Re: Apache Commons Board Report, September 2007

2007-09-20 Thread Torsten Curdt
On 19.09.2007, at 20:56, Henri Yandell wrote: It would still be code that's not covered by a CLA, so different from most of the code at the ASF. True. /me wonders why we didn't realize that problem during the discussion :) I'm not sure how frowned on that would be - probably quite a bit.

[continuum] BUILD FAILURE: Commons VFS

2007-09-20 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=7277&projectId=171 Build statistics: State: Failed Previous State: Failed Started at: Thu 20 Sep 2007 08:55:14 -0700 Finished at: Thu 20 Sep 2007 08:55:40 -0700 Total time: 26s Build Trigger: Schedule Build Num

[continuum] BUILD FAILURE: Commons FileUpload

2007-09-20 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=7258&projectId=166 Build statistics: State: Failed Previous State: Failed Started at: Thu 20 Sep 2007 08:40:35 -0700 Finished at: Thu 20 Sep 2007 08:40:52 -0700 Total time: 16s Build Trigger: Schedule Build Num

[continuum] BUILD FAILURE: Commons Compress (Sandbox)

2007-09-20 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=7249&projectId=176 Build statistics: State: Failed Previous State: Failed Started at: Thu 20 Sep 2007 08:35:41 -0700 Finished at: Thu 20 Sep 2007 08:36:00 -0700 Total time: 19s Build Trigger: Schedule Build Num

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

2007-09-20 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-20 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

!! Enhancement to Apache Commons Validators ->NEW ACTION Framework !!

2007-09-20 Thread Bhupesh Naik
Hello, We have been using apache commons validator extensively; we have found that a common pattern can be identified in the way the apache commons validator work. Apache Commons validator can be ABSTRACTED to a common framework called ACTIONS framework. The Actions framework will act in sim

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

2007-09-20 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-email has an issue affecting its community integration. This issue affect

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

2007-09-20 Thread nicolas de loof
Could you please tell me what would be better : - copy/paste code from ANT to avoid a new dependency just for some methods - use the ant code as a new (optional) dependency Nico. 2007/9/20, nicolas de loof <[EMAIL PROTECTED]>: > Your right, I was reading javadoc to fast > > 2007/9/19, sebb <[EMA