Java6 possible condition HasFreeSpace

2006-12-11 Thread Kevin Jackson
Hi all, I've coded up a new condition to take advantage of (one of) the new features of the the java.io.File api Currently this works and I have an antunit test and everything! public class HasFreeSpace implements Condition { private String partition; private String needed;

svn commit: r486032 - /ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java

2006-12-11 Thread kevj
Author: kevj Date: Mon Dec 11 21:18:34 2006 New Revision: 486032 URL: http://svn.apache.org/viewvc?view=rev&rev=486032 Log: - java.util.Service moved to java.util.ServiceLoader in Java6 final Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/JavaEnvUtils.java Modified: ant/core/tru

JDK6 out today

2006-12-11 Thread Kevin Jackson
Hi all, JDK6 has just been released (I'm downloading now), can we hold final 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms? This will also give us more time to test Peters javax.scripting work on a compliant platform. Thanks, Kev -

Re: svn commit: r485926 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/types/Path.java src/tests/antunit/types/resources/latepath-test.xml

2006-12-11 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Should the cache attribute of > BaseResourceCollectionContainer not > be defaulted to false. I fear that there may be > other similar cases - > id a collection, print a collection, change the > collection, use the collection. Maybe it should default t

Re: svn commit: r485926 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/types/Path.java src/tests/antunit/types/resources/latepath-test.xml

2006-12-11 Thread Peter Reilly
Should the cache attribute of BaseResourceCollectionContainer not be defaulted to false. I fear that there may be other similar cases - id a collection, print a collection, change the collection, use the collection. Index: src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionConta

svn commit: r485926 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/types/Path.java src/tests/antunit/types/resources/latepath-test.xml

2006-12-11 Thread mbenson
Author: mbenson Date: Mon Dec 11 14:36:06 2006 New Revision: 485926 URL: http://svn.apache.org/viewvc?view=rev&rev=485926 Log: Regression: was evaluating nested content only once, so that it could not e.g. pick up files that didn't exist the first time through. Bugzilla 41151. Added: ant/cor

DO NOT REPLY [Bug 41151] - referenced prior to add files, not updated

2006-12-11 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: r485920 - in /ant/core/trunk: WHATSNEW docs/manual/proxy.html docs/manual/running.html src/main/org/apache/tools/ant/Main.java

2006-12-11 Thread stevel
Author: stevel Date: Mon Dec 11 14:25:29 2006 New Revision: 485920 URL: http://svn.apache.org/viewvc?view=rev&rev=485920 Log: automatic proxy handling is only there if -autoproxy is set; marked as such in the docs. -noproxy is removed. Modified: ant/core/trunk/WHATSNEW ant/core/trunk/doc

DO NOT REPLY [Bug 41151] New: - referenced prior to add files, not updated

2006-12-11 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: Re: AW: AW: Triage time

2006-12-11 Thread Antoine Levy-Lambert
OK. Antoine Original-Nachricht Datum: Mon, 11 Dec 2006 13:48:52 + Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Developers List Betreff: Re: AW: AW: Triage time > I upgraded to SVN 1.4 on the command line @home to do an svn switch of a > project, which then updated my

RE: AW: AW: Triage time

2006-12-11 Thread Stephen McConnell
> -Original Message- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 12 December 2006 5:02 AM > To: 'Ant Developers List' > Subject: RE: AW: AW: Triage time > > > The following switch may be helpful: > > $ ant -diagnostics Don't know how this ended up as a reply

RE: AW: AW: Triage time

2006-12-11 Thread Stephen McConnell
The following switch may be helpful: $ ant -diagnostics /Steve. > -Original Message- > From: Steve Loughran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 12 December 2006 12:19 AM > To: Ant Developers List > Subject: Re: AW: AW: Triage time > > [EMAIL PROTECTED] wrote: > > > > > >> -

Re: AW: AW: Triage time

2006-12-11 Thread Steve Loughran
[EMAIL PROTECTED] wrote: -Ursprüngliche Nachricht- Von: Steve Loughran [mailto:[EMAIL PROTECTED] We can do that. Shall I strip it out now? +1 from me ;-) Other opinions? Actually it looks like my edits didnt take last night. hmm. I upgraded to SVN 1.4 on the command line

AW: AW: Triage time

2006-12-11 Thread Jan.Materne
>-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 11. Dezember 2006 14:22 >An: Ant Developers List >Betreff: Re: AW: Triage time > >[EMAIL PROTECTED] wrote: > I'm looking at some outstanding issues with the RC and wondering > whether t

Re: AW: Triage time

2006-12-11 Thread Steve Loughran
[EMAIL PROTECTED] wrote: I'm looking at some outstanding issues with the RC and wondering whether to pull them either temporarily or indefinitely. I'd like some opinions. #1 automatic proxy setup on Java 1.5 +1 on only setting it up when required. Done. new command -autoproxy to turn auto pr

AW: Triage time

2006-12-11 Thread Jan.Materne
>>> I'm looking at some outstanding issues with the RC and wondering >>> whether to pull them either temporarily or indefinitely. I'd like >>> some opinions. >>> >>> #1 automatic proxy setup on Java 1.5 >> >> +1 on only setting it up when required. > >Done. new command -autoproxy to turn auto pr

Re: DO NOT REPLY [Bug 39960] - NPE when trying to a custom resource

2006-12-11 Thread Steve Loughran
Matt Benson wrote: Damn it... do we think this is a blocker for 1.7.0? Or should we leave this known "hole" for 1.7.1? :( I won't be able to get back to this until Monday... and isn't Antoine building RC2 tomorrow? :( Is it wrong to build an RC that we already know won't be the final? -Matt

Re: Triage time

2006-12-11 Thread Steve Loughran
Stefan Bodewig wrote: On Fri, 08 Dec 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: I'm looking at some outstanding issues with the RC and wondering whether to pull them either temporarily or indefinitely. I'd like some opinions. #1 automatic proxy setup on Java 1.5 +1 on only setting it up

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

2006-12-11 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 svn-antlib-test has an issue affecting its community integration. This issue affe

svn commit: r485549 - /ant/core/trunk/docs/resources.html

2006-12-11 Thread jhm
Author: jhm Date: Mon Dec 11 00:19:53 2006 New Revision: 485549 URL: http://svn.apache.org/viewvc?view=rev&rev=485549 Log: Keep in sync with xml source Modified: ant/core/trunk/docs/resources.html Modified: ant/core/trunk/docs/resources.html URL: http://svn.apache.org/viewvc/ant/core/trunk/