[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed

2007-10-05 Thread Gump Integration Build
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 dotnet-antlib-test has an issue affecting its community integration. This issue a

DO NOT REPLY [Bug 43559] New: - NullPointerException in ftp task when using recentDateFormatConfig

2007-10-05 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_bu

svn commit: r582163 - in /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant: taskdefs/Rmic.java taskdefs/optional/depend/Depend.java util/ResourceUtils.java

2007-10-05 Thread peterreilly
Author: peterreilly Date: Fri Oct 5 02:32:51 2007 New Revision: 582163 URL: http://svn.apache.org/viewvc?rev=582163&view=rev Log: sync: checkstyle Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/Rmic.java ant/core/branches/ANT_17_BRANCH/src/main/org/apa

svn commit: r582160 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

2007-10-05 Thread peterreilly
Author: peterreilly Date: Fri Oct 5 02:30:14 2007 New Revision: 582160 URL: http://svn.apache.org/viewvc?rev=582160&view=rev Log: fix for SelectorUtils.isOutOfDate for non-file resources Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java Modified: an

DO NOT REPLY [Bug 43558] - Ant created zips do not set internal_file_attributes bit 1 appropriately

2007-10-05 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_bu

svn commit: r582161 - /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

2007-10-05 Thread peterreilly
Author: peterreilly Date: Fri Oct 5 02:30:27 2007 New Revision: 582161 URL: http://svn.apache.org/viewvc?rev=582161&view=rev Log: sync: fix for SelectorUtils.isOutOfDate for non-file resources Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/types/selectors/SelectorUt

Re: race conditions in Ant

2007-10-05 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: Steve Loughran wrote: I've been running the new build and havent seen any more loops; I think race conditions are gone. Incidentally, given we didnt see any way that the thing could loop, given we were using threadlocal to

Re: race conditions in Ant

2007-10-05 Thread Peter Reilly
On 10/5/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > >> Steve Loughran wrote: > >>> > >>> I've been running the new build and havent seen > >> any more loops; I think > >>> race conditions are gone. > >>> > >>> Incidental

svn commit: r582162 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/Rmic.java taskdefs/optional/depend/Depend.java taskdefs/optional/ssh/SSHExec.java util/ResourceUtils.java

2007-10-05 Thread peterreilly
Author: peterreilly Date: Fri Oct 5 02:32:10 2007 New Revision: 582162 URL: http://svn.apache.org/viewvc?rev=582162&view=rev Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Rmic.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/depend/De

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2007-10-05 Thread Gump Integration Build
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 test-ant-no-xerces has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project test-ant (in module ant) failed

2007-10-05 Thread Gump Integration Build
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 test-ant has an issue affecting its community integration. This issue affects 1 p

Re: race conditions in Ant

2007-10-05 Thread Steve Loughran
Peter Reilly wrote: On 10/5/07, Steve Loughran <[EMAIL PROTECTED]> wrote: oh, lots of ambuiguity about ThreadLocal cleanup too: stuff in a ThreadLocal can hang around for the life of a thread Yes, this is the issue with IVY. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6209042 Whic

Re: race conditions in Ant

2007-10-05 Thread Steve Loughran
Peter Reilly wrote: On 10/5/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: Steve Loughran wrote: I've been running the new build and havent seen any more loops; I think race conditions are gone. Incidentally, given we didnt s

Re: race conditions in Ant

2007-10-05 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > >> Steve Loughran wrote: > >>> > >>> I've been running the new build and havent seen > >> any more loops; I think > >>> race conditions are gone. > >>> > >>> Incidentally,

DO NOT REPLY [Bug 43558] - Ant created zips do not set internal_file_attributes bit 1 appropriately

2007-10-05 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_bu

Re: svn commit: r582160 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

2007-10-05 Thread Jesse Glick
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc?rev=582160&view=rev +// Check if source exists - use sourceLastModified for file resources +// as it quicker that checking exists() again, however string reources [sic] +// have a last modified time of 0 Resourc

Re: svn commit: r582163 - in /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant: taskdefs/Rmic.java taskdefs/optional/depend/Depend.java util/ResourceUtils.java

2007-10-05 Thread Jesse Glick
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc?rev=582163&view=rev sync: checkstyle Harmless of course, but is there a reason to merge formatting-only changes to a branch? My assumption was that only a minimum of patches should be made in a branch, to fix real bugs, so that you co

Inclusion of NetBeans project metadata in source tree?

2007-10-05 Thread Jesse Glick
I don't recall any previous discussion of whether IDE-specific metadata are wanted/permitted in the source tree. I have been privately maintaining a NetBeans "freeform" project setup for Ant which ties into the build script in various ways and offers easier and more precise development of Ant f

DO NOT REPLY [Bug 43558] - Ant created zips do not set internal_file_attributes bit 1 appropriately

2007-10-05 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_bu

Re: svn commit: r582163 - in /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant: taskdefs/Rmic.java taskdefs/optional/depend/Depend.java util/ResourceUtils.java

2007-10-05 Thread Peter Reilly
On 10/5/07, Jesse Glick <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > URL: http://svn.apache.org/viewvc?rev=582163&view=rev > > sync: checkstyle > > Harmless of course, but is there a reason to merge formatting-only > changes to a branch? My assumption was that only a minimum of patches

Re: Inclusion of NetBeans project metadata in source tree?

2007-10-05 Thread Peter Reilly
On 10/5/07, Jesse Glick <[EMAIL PROTECTED]> wrote: > I don't recall any previous discussion of whether IDE-specific metadata > are wanted/permitted in the source tree. I have been privately > maintaining a NetBeans "freeform" project setup for Ant which ties into > the build script in various ways

Re: svn commit: r582160 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

2007-10-05 Thread Peter Reilly
On 10/5/07, Jesse Glick <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > URL: http://svn.apache.org/viewvc?rev=582160&view=rev > > +// Check if source exists - use sourceLastModified for file > > resources > > +// as it quicker that checking exists() again, however string

Re: Inclusion of NetBeans project metadata in source tree?

2007-10-05 Thread Dominique Devienne
On 10/5/07, Jesse Glick <[EMAIL PROTECTED]> wrote: > I don't recall any previous discussion of whether IDE-specific metadata > are wanted/permitted in the source tree. I have been privately > maintaining a NetBeans "freeform" project setup for Ant which ties into > the build script in various ways

Re: Inclusion of NetBeans project metadata in source tree?

2007-10-05 Thread Peter Reilly
On 10/5/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 10/5/07, Jesse Glick <[EMAIL PROTECTED]> wrote: > > I don't recall any previous discussion of whether IDE-specific metadata > > are wanted/permitted in the source tree. I have been privately > > maintaining a NetBeans "freeform" project

svn commit: r582364 - /ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java

2007-10-05 Thread jglick
Author: jglick Date: Fri Oct 5 10:53:03 2007 New Revision: 582364 URL: http://svn.apache.org/viewvc?rev=582364&view=rev Log: Javadoc clarification for Resource.getLastModified. Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Resource.java Modified: ant/core/trunk/src/main/org/a

Re: Inclusion of NetBeans project metadata in source tree?

2007-10-05 Thread Jesse Glick
Dominique Devienne <[EMAIL PROTECTED]> wrote: only if it's kept up-to-date Sure, I can try anyway. Peter Reilly wrote: I think that there is only one directory added. Correct. But "nbproject" is not explicit enough a name IMHO. Rather use netbeans explicitly. nbproject is the name norma