DO NOT REPLY [Bug 36764] - Enhancements

2005-09-21 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

DO NOT REPLY [Bug 36764] New: - Enhancements

2005-09-21 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: r290811 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 12:54:18 2005 New Revision: 290811 URL: http://svn.apache.org/viewcvs?rev=290811&view=rev Log: overload selectOutOfDateSources w/ ResourceCollection version; delegate existing selectOutOfDateSources to new method. Modified: ant/core/trunk/src/main/org/apache/t

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

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 12:52:41 2005 New Revision: 290810 URL: http://svn.apache.org/viewcvs?rev=290810&view=rev Log: overload isOutOfDate with long granularity for consistency's sake. Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java Modifi

svn commit: r290809 - in /ant/core/trunk/src/main/org/apache/tools/ant/types/resources: Resources.java Union.java

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 12:50:49 2005 New Revision: 290809 URL: http://svn.apache.org/viewcvs?rev=290809&view=rev Log: convenience additions + Resources.toString() Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Resources.java ant/core/trunk/src/main/org/ap

svn commit: r290807 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Restrict.java

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 12:49:29 2005 New Revision: 290807 URL: http://svn.apache.org/viewcvs?rev=290807&view=rev Log: add toString implementation Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Restrict.java Modified: ant/core/trunk/src/main/org/apache/tools

svn commit: r290806 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/Type.java

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 12:48:31 2005 New Revision: 290806 URL: http://svn.apache.org/viewcvs?rev=290806&view=rev Log: convenience additions Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/Type.java Modified: ant/core/trunk/src/main/org/apache/tool

svn commit: r290804 - in /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors: And.java Majority.java None.java Or.java ResourceSelectorContainer.java

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 12:46:36 2005 New Revision: 290804 URL: http://svn.apache.org/viewcvs?rev=290804&view=rev Log: add array constructors for simplified coding of nested selectors Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/selectors/And.java ant/

Re: svn commit: r290772 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Delete.java

2005-09-21 Thread Matt Benson
oops; thanks to Kev Jackson for blowing the "unneeded import whistle!" -Matt --- [EMAIL PROTECTED] wrote: > Author: mbenson > Date: Wed Sep 21 11:14:49 2005 > New Revision: 290772 > > URL: > http://svn.apache.org/viewcvs?rev=290772&view=rev > Log: > Remove DirectoryScanner import; restructure f

svn commit: r290772 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Delete.java

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 11:14:49 2005 New Revision: 290772 URL: http://svn.apache.org/viewcvs?rev=290772&view=rev Log: Remove DirectoryScanner import; restructure for taste Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Delete.java Modified: ant/core/trunk/src/main/

svn commit: r290755 - /ant/core/trunk/src/etc/testcases/taskdefs/fixcrlf/expected/tab_in_literal_in_comment

2005-09-21 Thread mbenson
Author: mbenson Date: Wed Sep 21 10:37:23 2005 New Revision: 290755 URL: http://svn.apache.org/viewcvs?rev=290755&view=rev Log: fix testcase file; should always be LF Modified: ant/core/trunk/src/etc/testcases/taskdefs/fixcrlf/expected/tab_in_literal_in_comment (props changed) Propchange

Re: Fileset and Custom Fileset in Ant 1.7

2005-09-21 Thread Matt Benson
--- JP Fiset <[EMAIL PROTECTED]> wrote: [snip] > Can anyone comment on the impact of those changes as > to the > compatibility of fileset-based tasks between 1.6 and > 1.7? > > After reviewing the code (without testing my > assumptions), it looks like: > 1. Fileset-based tasks written to take adv

Fileset and Custom Fileset in Ant 1.7

2005-09-21 Thread JP Fiset
I am interested in developing a custom fileset. After reading the mail archives, it appears that much work is currently happening to allow custom file sets in 1.7. Looking at the trunk implementation, I see that this change will affect all fileset-based tasks. Can anyone comment on the impact

Re: Maven and Ant collaboration on task codebase

2005-09-21 Thread Steve Loughran
Brett Porter wrote: On 9/21/05, Steve Loughran <[EMAIL PROTECTED]> wrote: yes, we can discuss it :) I do actually agree that execution and JAR files ought to be structured so that they can be reused. The code in there is some of the best debugged stuff out there in Java for doing both. Ok -

Re: Maven and Ant collaboration on task codebase

2005-09-21 Thread Brett Porter
On 9/21/05, Steve Loughran <[EMAIL PROTECTED]> wrote: > yes, we can discuss it :) > > I do actually agree that execution and JAR files ought to be structured > so that they can be reused. The code in there is some of the best > debugged stuff out there in Java for doing both. Ok - good that we ag

Re: Maven and Ant collaboration on task codebase

2005-09-21 Thread Steve Loughran
Kev Jackson wrote: Here's my non-committer 2pennies worth... I think it would be beneficial to refactor Ant for some of the commons-libs (commons-exec for example), I also think it'd be useful for Ant 1.7 to splitoff as many tasks as possible into antlibs. The Antlib idea seems to me to be t

DO NOT REPLY [Bug 36752] - Some debugging aid - test existence of task definition

2005-09-21 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

dotnet antlib minor changes

2005-09-21 Thread Kev Jackson
- use FileUtils.getFileUtils() - remove unused import Kev Index: D:/java_projects/ant-sandbox/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/MSBuildTask.java === --- D:/java_projects/ant-sandbox/antlibs/dotnet/trunk/src/main/o

[patch] Delete task, remove unnecessary imports

2005-09-21 Thread Kev Jackson
- remove unneeded imports Kev Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Delete.java === --- D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Delete.java (revision 290644)