Re: Ant 1.7 release

2006-06-01 Thread Conor MacNeill
Kev Jackson wrote: > > On 1 Jun 2006, at 10:02, Antoine Levy-Lambert wrote: > >> Hi, >> >> I am having a look at http://wiki.apache.org/ant/Ant17/Planning >> >> We are still on the step "finding a release manager" >> >> Do we have any candidates ? >> > > I'd be happy to help, but before I offer

svn commit: r411047 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/ide/

2006-06-01 Thread jglick
Author: jglick Date: Thu Jun 1 22:29:30 2006 New Revision: 411047 URL: http://svn.apache.org/viewvc?rev=411047&view=rev Log: Deleting empty package. Removed: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/ide/

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

2006-06-01 Thread jglick
Author: jglick Date: Thu Jun 1 22:28:04 2006 New Revision: 411046 URL: http://svn.apache.org/viewvc?rev=411046&view=rev Log: Missing @since. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Echo.java UR

svn commit: r411044 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitVersionHelper.java XMLJUnitResultFormatter.java

2006-06-01 Thread jglick
Author: jglick Date: Thu Jun 1 22:27:26 2006 New Revision: 411044 URL: http://svn.apache.org/viewvc?rev=411044&view=rev Log: Stefan pointed out that the XML formatter was mistakenly using "JUnit4TestFacade" as the "class name" for simple TestCase's run under JUnit 4. Modified: ant/core/tru

svn commit: r411043 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirrorImpl.java

2006-06-01 Thread jglick
Author: jglick Date: Thu Jun 1 22:26:13 2006 New Revision: 411043 URL: http://svn.apache.org/viewvc?rev=411043&view=rev Log: Just using a more explicitly qualified class name. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTaskMirrorImpl.java Modified:

Re: Ant 1.7 release

2006-06-01 Thread Kev Jackson
On 2 Jun 2006, at 11:37, Stefan Bodewig wrote: On Fri, 2 Jun 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: On 2 Jun 2006, at 11:16, Stefan Bodewig wrote: Object signature alternative. It is impossible to compile code on JDK 1.5 that uses the method and still works on JDK 1.4 - but the opp

[Ant Wiki] Update of "Ant17/Planning" by KevJackson

2006-06-01 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by KevJackson: http://wiki.apache.org/ant/Ant17/Planning -- Less important

Re: Ant 1.7 release

2006-06-01 Thread Stefan Bodewig
On Fri, 2 Jun 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: > On 2 Jun 2006, at 11:16, Stefan Bodewig wrote: > >> Object signature alternative. It is impossible to compile code on >> JDK 1.5 that uses the method and still works on JDK 1.4 - but the >> opposite is also true > > This leaves us i

Re: Ant 1.7 release

2006-06-01 Thread Kev Jackson
On 2 Jun 2006, at 11:16, Stefan Bodewig wrote: Object signature alternative. It is impossible to compile code on JDK 1.5 that uses the method and still works on JDK 1.4 - but the opposite is also true This leaves us in a pickle unless we can guarantee that the every line of code will both

Re: Ant 1.7 release

2006-06-01 Thread Stefan Bodewig
On Thu, 1 Jun 2006, Jan Materne <[EMAIL PROTECTED]> wrote: >>Not sure if we can build Ant 1.7 under JDK 1.5 also all in one >>go and still produce jars which can run under 1.2. > > Should be possible (but I would do a test after the build...) > > http://java.sun.com/j2se/1.5.0/docs/tooldocs/wind

Re: Ant 1.7 release

2006-06-01 Thread Kev Jackson
Hi all, I'm not confirming yet to be release manager, but I'm preparing a build environment with all libs etc - so I'm edging my hat into the ring you need the libs for all the optional tasks described in the section "installing ant" of the manual. I have all the latest libs as describe

Re: svn commit: r410022 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/condition/AntVersion.java taskdefs/optional/extension/DeweyDecimal.java util/DeweyDecimal.java

2006-06-01 Thread Kev Jackson
On 2 Jun 2006, at 04:34, Jesse Glick wrote: [EMAIL PROTECTED] wrote: - Refactor DeweyDecimal to util package, retain bc by keeping a stub in the original location Suggestion: keep same API in old location (@deprecate'd) but for new location delete all of the is* methods and just make it

DO NOT REPLY [Bug 39702] - Cannot delete directories via wildcard

2006-06-01 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 39702] New: - Cannot delete directories via wildcard

2006-06-01 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: r409344 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java

2006-06-01 Thread Jesse Glick
Jesse Glick wrote: This will look funny when Ant 1.10 is released. :-) 110.0f? BTW using == on floats is a little scary. I guess in this case the values will always be compile-time constants. Ignore; didn't see your rewrite to DeweyDecimal and somehow got stuck looking at an older version.

Re: svn commit: r410022 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/condition/AntVersion.java taskdefs/optional/extension/DeweyDecimal.java util/DeweyDecimal.java

2006-06-01 Thread Jesse Glick
[EMAIL PROTECTED] wrote: - Refactor DeweyDecimal to util package, retain bc by keeping a stub in the original location Suggestion: keep same API in old location (@deprecate'd) but for new location delete all of the is* methods and just make it implement Comparable/**/. And the class should b

DO NOT REPLY [Bug 32804] - check version of Ant

2006-06-01 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: r409344 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java

2006-06-01 Thread Jesse Glick
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java?rev=409344&r1=409343&r2=409344&view=diff +if (vs.equals("1.7.2")) return 17.2f; This will look funny when Ant 1.10 is released. :-) 110.0f?

Re: and junit4 (long)

2006-06-01 Thread Jesse Glick
Steve Loughran wrote: -setting up the xml listener (needs xml parser on the path) Are enough people still using JDK 1.2/3 that this remains a common problem? Certainly irrelevant for a junit4 task which can assume JAXP. -people don't get their selection patterns right, and we try and run

Re: and junit4 (long)

2006-06-01 Thread Jesse Glick
Stefan Bodewig wrote: what would you drop? The attributes that are shortcuts for formatters, printsummary and showoutput. For what it's worth, *every time* I write a usage by hand (rather than copying from a prior example), I forget to specify and am confused when the task quietly exit

Re: and junit4 (long)

2006-06-01 Thread Jesse Glick
Stefan Bodewig wrote: 3. enhancements to junit -a method "isFailure" on the assertion failure classes, for checking (through reflection in ant) for failures vs errors. Yes, that would be handy. But they shouldn't have dropped the difference between errors and failures in the first place.

DO NOT REPLY [Bug 39688] - ReplaceTokens should allow properties files

2006-06-01 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 39688] - ReplaceTokens should allow properties files

2006-06-01 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 39688] - ReplaceTokens should allow properties files

2006-06-01 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 39688] - ReplaceTokens should allow properties files

2006-06-01 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 39697] - FixCRLF core task should support targetEncoding

2006-06-01 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: AW: Ant 1.7 release

2006-06-01 Thread Antoine Levy-Lambert
> Original-Nachricht > Datum: Thu, 1 Jun 2006 16:36:11 +0200 > Von: <[EMAIL PROTECTED]> > An: > Betreff: AW: Ant 1.7 release > > >Not sure if we can build Ant 1.7 under JDK 1.5 also all in one > >go and still produce jars which can run under 1.2. > > Should be possible (but I

DO NOT REPLY [Bug 39688] - ReplaceTokens should allow properties files

2006-06-01 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

AW: Ant 1.7 release

2006-06-01 Thread Jan.Materne
>Not sure if we can build Ant 1.7 under JDK 1.5 also all in one >go and still produce jars which can run under 1.2. Should be possible (but I would do a test after the build...) http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javac.html -target version Generate class files that will work o

DO NOT REPLY [Bug 39697] - FixCRLF core task should support targetEncoding

2006-06-01 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 39697] - FixCRLF core task should support targetEncoding

2006-06-01 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 39697] New: - FixCRLF core task should support targetEncoding

2006-06-01 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: Ant 1.7 release

2006-06-01 Thread Antoine Levy-Lambert
Kev Jackson wrote: > > On 1 Jun 2006, at 10:02, Antoine Levy-Lambert wrote: > >> Hi, >> >> I am having a look at http://wiki.apache.org/ant/Ant17/Planning >> >> We are still on the step "finding a release manager" >> >> Do we have any candidates ? >> > > I'd be happy to help, but before I offer mys