Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Phil Steitz
On 9/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > I will add some comments to the commons pom itself and once things > have stabilized, add a maven 2 section (or I guess rewrite these pages > for m2) to the "building.." and "releasing..." p

[jira] Commented: (NET-140) FTPClient listFiles returns incorrect timestamp on freshly uploaded file but corrects itself after about 15 minutes

2006-09-02 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-140?page=comments#action_12432307 ] Rory Winston commented on NET-140: -- Bill Would you be able to provide some raw listings of files that exhibit this behaviour? I think this is related to a previous

[jira] Commented: (TRANSACTION-12) Use NIO for file copying/moving

2006-09-02 Thread Oliver Zeigermann (JIRA)
[ http://issues.apache.org/jira/browse/TRANSACTION-12?page=comments#action_12432306 ] Oliver Zeigermann commented on TRANSACTION-12: -- Renaming (rename-first as you call it) is already done by the current implementation. The curre

svn commit: r439665 - /jakarta/commons/proper/fileupload/trunk/pom.xml

2006-09-02 Thread jochen
Author: jochen Date: Sat Sep 2 14:49:18 2006 New Revision: 439665 URL: http://svn.apache.org/viewvc?rev=439665&view=rev Log: Using the commons pom as a parent now. Modified: jakarta/commons/proper/fileupload/trunk/pom.xml Modified: jakarta/commons/proper/fileupload/trunk/pom.xml URL: http:

svn commit: r439664 - /jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/ProgressListener.java

2006-09-02 Thread jochen
Author: jochen Date: Sat Sep 2 14:46:49 2006 New Revision: 439664 URL: http://svn.apache.org/viewvc?rev=439664&view=rev Log: Eliminated tab characters. Modified: jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/ProgressListener.java Modified: jakarta/commons/

svn commit: r439662 - in /jakarta/commons/proper/fileupload/trunk: src/changes/ src/changes/changes.xml xdocs/changes.xml

2006-09-02 Thread jochen
Author: jochen Date: Sat Sep 2 14:39:33 2006 New Revision: 439662 URL: http://svn.apache.org/viewvc?rev=439662&view=rev Log: Moving the changes.xml file in order to get a changes report with Maven 2. Added: jakarta/commons/proper/fileupload/trunk/src/changes/ jakarta/commons/proper/fileu

svn commit: r439661 - /jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/util/Streams.java

2006-09-02 Thread jochen
Author: jochen Date: Sat Sep 2 14:38:32 2006 New Revision: 439661 URL: http://svn.apache.org/viewvc?rev=439661&view=rev Log: Added missing copyright header. Modified: jakarta/commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/util/Streams.java Modified: jakarta/commons

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Jochen Wiedmann
On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: I will add some comments to the commons pom itself and once things have stabilized, add a maven 2 section (or I guess rewrite these pages for m2) to the "building.." and "releasing..." pages to doc all of this (unless, of course, someone else bea

[jira] Created: (NET-140) FTPClient listFiles returns incorrect timestamp on freshly uploaded file but corrects itself after about 15 minutes

2006-09-02 Thread Bill Giel (JIRA)
FTPClient listFiles returns incorrect timestamp on freshly uploaded file but corrects itself after about 15 minutes --- Key: NET-140 URL: http://issues

svn commit: r439648 [4/4] - in /jakarta/commons/proper/configuration/trunk: ./ conf/ src/java/org/apache/commons/configuration/ src/java/org/apache/commons/configuration/beanutils/ src/java/org/apache

2006-09-02 Thread oheger
Modified: jakarta/commons/proper/configuration/trunk/xdocs/howto_beans.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/xdocs/howto_beans.xml?rev=439648&r1=439647&r2=439648&view=diff == ---

[jira] Commented: (NET-61) [net] FTPClient.listFiles() hangs on Red Hat Linux

2006-09-02 Thread Zarar Siddiqi (JIRA)
[ http://issues.apache.org/jira/browse/NET-61?page=comments#action_12432300 ] Zarar Siddiqi commented on NET-61: -- I have the exact same problem: The app is running on: JDK 1.5.0_07 Linux version 2.6.15-1.2054_FC5 The FTP Server is a linux m

Re: VOTE: Migrate commons-fileupload to Maven 2

2006-09-02 Thread Jörg Schaible
Jochen Wiedmann wrote: > > Hi, > > I have just checked in the required changes for building site and > distribution of commons-fileupload with Maven 2. See > > http://people.apache.org/~jochen/commons-fileupload > > for details. Now that is done, I'd like to get rid of the Maven 1 > stuff

Re: Migrate commons-fileupload to Maven 2

2006-09-02 Thread Martin Cooper
On 9/1/06, Bill Barker <[EMAIL PROTECTED]> wrote: -0 Since it will kill the Gump build (as well as all of the 23 projects that depend directly or indirectly on c-f :). However, the Maven people don't care, and I'm getting tired of fighting this war, so no veto from me. Jochen is proposing to

svn commit: r439578 - in /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters: SqlDateConverter.java SqlTimeConverter.java SqlTimestampConverter.java

2006-09-02 Thread vgritsenko
Author: vgritsenko Date: Sat Sep 2 05:03:29 2006 New Revision: 439578 URL: http://svn.apache.org/viewvc?rev=439578&view=rev Log: whitespace Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/SqlDateConverter.java jakarta/commons/proper/bea

svn commit: r439615 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 09:26:26 2006 New Revision: 439615 URL: http://svn.apache.org/viewvc?rev=439615&view=rev Log: Remove redundant collection Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java

svn commit: r439614 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src: site/xdoc/changes.xml test/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParserTest.java

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 09:25:58 2006 New Revision: 439614 URL: http://svn.apache.org/viewvc?rev=439614&view=rev Log: Remove redundant collection Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml jakarta/commons/proper/net/branches/JDK_1_5_B

[nigthly build] m2 now supported

2006-09-02 Thread Phil Steitz
Finally, m2 nightlies are working. To activate: 1) Make sure pom inherits from commons or commons-sandbox parent pom. That will ensure there are no "accidental" rsynched deploys if a commit changes the version to be not -SNAPSHOT. Also make sure that the group id is "org.apache.commons". 2) Ma

[jira] Created: (TRANSACTION-12) Use NIO for file copying/moving

2006-09-02 Thread JIRA
Use NIO for file copying/moving --- Key: TRANSACTION-12 URL: http://issues.apache.org/jira/browse/TRANSACTION-12 Project: Commons Transaction Issue Type: Wish Affects Versions: 1.2 Reporter: Holger

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Phil Steitz
On 9/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > > - It defines a resource set with the NOTICE.txt and LICENSE.txt. I understand > > the rationale, but unfortunately that triggers a bug in the > > maven-source-plugin: > > It ignores t

Re: VOTE: Migrate commons-fileupload to Maven 2

2006-09-02 Thread Phil Steitz
On 9/1/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 9/1/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > > > We also need to definitively settle the artifact naming conventions > and think carefully about the impact of relocating the fileupload jar. I *think* the following strategy will

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Jochen Wiedmann
On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > - It defines a resource set with the NOTICE.txt and LICENSE.txt. I understand > the rationale, but unfortunately that triggers a bug in the > maven-source-plugin: > It ignores the ínclude/exclude settings when building the source jar. In o

Re: Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Phil Steitz
On 9/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: > +1 on the move to maven 2, but the site needs to stay consistent with > the other commons sites - i.e., if you eliminate navigation.xml, you > have to replace it with whatever the m2 equival

[Jakarta-commons Wiki] Update of "CreatingSiteWithMaven2" by PhilSteitz

2006-09-02 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 PhilSteitz: http://wiki.apache.org/jakarta-commons/CreatingSiteWithMaven2 The comment on the change is: Removed instruction to add indivi

svn commit: r439601 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/converters/ test/org/apache/commons/beanutils/converters/

2006-09-02 Thread vgritsenko
Author: vgritsenko Date: Sat Sep 2 07:17:15 2006 New Revision: 439601 URL: http://svn.apache.org/viewvc?rev=439601&view=rev Log: BEANUTILS-239: Better implementation of SqlDateConverter. Modified SqlDateConverter, SqlTimeConverter and SqlTimestampConverter to accept java.util.Date and Calendar ob

[jira] Commented: (BEANUTILS-239) [beanutils] Better implementation of SqlDateConverter.convert()

2006-09-02 Thread Vadim Gritsenko (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-239?page=comments#action_12432286 ] Vadim Gritsenko commented on BEANUTILS-239: --- Patch applied (revision 439601) to the trunk with modification. Calendar.getTimeInMillis() has protected

svn commit: r439598 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src: main/java/examples/FTPSExample.java main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java test/java/org/a

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 06:44:52 2006 New Revision: 439598 URL: http://svn.apache.org/viewvc?rev=439598&view=rev Log: Added new MVSFTPEntryParser.java Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/examples/FTPSExample.java jakarta/commons/proper/n

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

2006-09-02 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

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

2006-09-02 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

svn commit: r439577 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH: pom.xml xdocs/

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 04:50:23 2006 New Revision: 439577 URL: http://svn.apache.org/viewvc?rev=439577&view=rev Log: Remove top-level xdocs and fix reference to changes.xml Removed: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/ Modified: jakarta/commons/proper/net/b

svn commit: r439576 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/site.xml

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 04:48:51 2006 New Revision: 439576 URL: http://svn.apache.org/viewvc?rev=439576&view=rev Log: Add reports Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/site.xml Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/si

svn commit: r439575 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site: apt/ fml/ site.xml xdoc/ xdoc/changes.xml xdoc/index.xml xdoc/navigation.xml

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 04:33:00 2006 New Revision: 439575 URL: http://svn.apache.org/viewvc?rev=439575&view=rev Log: Add site content in Maven 2 format Added: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/apt/ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src

Commons and Maven 2 (Was: VOTE: Migrate commons-fileupload to Maven 2)

2006-09-02 Thread Jochen Wiedmann
On 9/2/06, Phil Steitz <[EMAIL PROTECTED]> wrote: +1 on the move to maven 2, but the site needs to stay consistent with the other commons sites - i.e., if you eliminate navigation.xml, you have to replace it with whatever the m2 equivalent is to get the commons menus. I think Dennis worked on t

Re: Migrate commons-fileupload to Maven 2

2006-09-02 Thread Jochen Wiedmann
On 9/2/06, Bill Barker <[EMAIL PROTECTED]> wrote: -0 Since it will kill the Gump build (as well as all of the 23 projects that depend directly or indirectly on c-f :). However, the Maven people don't care, and I'm getting tired of fighting this war, so no veto from me. Bill, I have absolutely

svn commit: r439563 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site: navigation.xml site.xml

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 02:07:38 2006 New Revision: 439563 URL: http://svn.apache.org/viewvc?rev=439563&view=rev Log: Rename to site.xml Added: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/site.xml - copied unchanged from r439562, jakarta/commons/proper/net/bra

svn commit: r439562 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site: ./ navigation.xml

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 02:07:05 2006 New Revision: 439562 URL: http://svn.apache.org/viewvc?rev=439562&view=rev Log: Add navigation.xml Added: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/navigation.xm

svn commit: r439561 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/changes.xml

2006-09-02 Thread rwinston
Author: rwinston Date: Sat Sep 2 02:05:30 2006 New Revision: 439561 URL: http://svn.apache.org/viewvc?rev=439561&view=rev Log: Remove redundant flag Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/changes.xml Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xd