svn commit: r438865 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTP.java

2006-08-31 Thread rwinston
Author: rwinston Date: Thu Aug 31 04:26:45 2006 New Revision: 438865 URL: http://svn.apache.org/viewvc?rev=438865view=rev Log: Removed redundant IMAGE_TYPE flag Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTP.java Modified:

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

2006-08-31 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.

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

2006-08-31 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.

[nightly build] pipeline failed.

2006-08-31 Thread psteitz
Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20060831/pipeline.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [nightly build] pipeline failed.

2006-08-31 Thread Rahul Akolkar
On 31 Aug 2006 13:31:36 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20060831/pipeline.log snip/ Looks like the chmod changes didn't work as planned. BTW, many thanks for your continued efforts towards setting up

Re: pipeline failed.

2006-08-31 Thread Phil Steitz
, Rahul Akolkar [EMAIL PROTECTED] wrote: On 31 Aug 2006 13:31:36 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20060831/pipeline.log snip/ Looks like the chmod changes didn't work as planned. BTW, many thanks for your

svn commit: r438982 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-08-31 Thread psteitz
Author: psteitz Date: Thu Aug 31 09:49:38 2006 New Revision: 438982 URL: http://svn.apache.org/viewvc?rev=438982view=rev Log: Added log messages on m1, m2 jar deployment Fixed bad path spec in m2 zip, tar deployment Fixed bad conditional test for successful m2 build Added src assembly and jar

svn commit: r439030 - /jakarta/commons/proper/configuration/trunk/project.xml

2006-08-31 Thread oheger
Author: oheger Date: Thu Aug 31 12:37:42 2006 New Revision: 439030 URL: http://svn.apache.org/viewvc?rev=439030view=rev Log: Added Gabriele Garuglieri as contributor Modified: jakarta/commons/proper/configuration/trunk/project.xml Modified:

Re: [all][maven 2 configuration]

2006-08-31 Thread Phil Steitz
Looks like something like this will actually work (so inline profiles can override distributionManagement): distributionManagement !-- Null out inherited apache distribution repo by default -- repository iddummy/id nameDummy to avoid accidental deploys/name url/url

Re: [all][maven 2 configuration]

2006-08-31 Thread Wendy Smoak
On 8/29/06, Phil Steitz [EMAIL PROTECTED] wrote: I have one more question / concern with the current setup. Should we override the distributionManagement section to null out the releases section ... We've talked about this some on [EMAIL PROTECTED] IMO, we need to use a staging repository

Re: [all][maven 2 configuration]

2006-08-31 Thread Wendy Smoak
On 8/31/06, Phil Steitz [EMAIL PROTECTED] wrote: Looks like something like this will actually work (so inline profiles can override distributionManagement): That looks great. A component can always override distributionManagement if necessary, so this is still flexible. How and where will

Re: [all][maven 2 configuration]

2006-08-31 Thread Phil Steitz
On 8/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 8/31/06, Phil Steitz [EMAIL PROTECTED] wrote: Looks like something like this will actually work (so inline profiles can override distributionManagement): That looks great. A component can always override distributionManagement if necessary,

svn commit: r439061 - in /jakarta/commons/proper/fileupload/trunk: .classpath pom.xml src/main/ src/main/assembly/ src/main/assembly/bin.xml src/main/assembly/src.xml

2006-08-31 Thread jochen
Author: jochen Date: Thu Aug 31 14:56:44 2006 New Revision: 439061 URL: http://svn.apache.org/viewvc?rev=439061view=rev Log: Preparing assembly with Maven 2. Added: jakarta/commons/proper/fileupload/trunk/src/main/ jakarta/commons/proper/fileupload/trunk/src/main/assembly/

Re: [VOTE] Release Commons JEXL 1.1

2006-08-31 Thread Rahul Akolkar
Ran the usual gamut of checks, looks good to me. snip/ --- [X] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I oppose this release because... snap/ -Rahul - To unsubscribe, e-mail: [EMAIL

svn commit: r439102 - in /jakarta/commons/proper/io/trunk: ./ src/java/org/apache/commons/io/ src/test/org/apache/commons/io/

2006-08-31 Thread scolebourne
Author: scolebourne Date: Thu Aug 31 16:34:31 2006 New Revision: 439102 URL: http://svn.apache.org/viewvc?rev=439102view=rev Log: IO-56,IO-70 - FileDeleteStrategy / FileCleaner - FileDeleteStrategy is a strategy for handling file deletion and can be used as a calback in FileCleaner - Together

[io] FileDeleteStrategy

2006-08-31 Thread Stephen Colebourne
I've checked in a new class FileDeleteStrategy. This should handle IO-56 and IO-70 requests for alternate deletion strategies in FileCleaner. Ideally FileDeleteStrategy needs a test case, but I'm going on holiday, so I thought I'd get it checked in for review now. If anyones got the urge,

[jira] Commented: (IO-70) [io] Add a secureDelete method to FileUtils.java

2006-08-31 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-70?page=comments#action_12432007 ] Stephen Colebourne commented on IO-70: -- Checked in FileDeleteStrategy, awaiting feedback [io] Add a secureDelete method to FileUtils.java

[jira] Commented: (IO-56) [io] FileCleaner - delete non empty directories

2006-08-31 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-56?page=comments#action_12432008 ] Stephen Colebourne commented on IO-56: -- Checked in FileDeleteStrategy, awaiting feedback [io] FileCleaner - delete non empty directories

Re: [VOTE] Release Commons JEXL 1.1

2006-08-31 Thread Dion Gillard
+1. On 9/1/06, Rahul Akolkar [EMAIL PROTECTED] wrote: Ran the usual gamut of checks, looks good to me. snip/ --- [X] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I oppose this release because... snap/ -Rahul