Re: warning: 'includeantruntime' was not set

2010-08-19 Thread Peter Reilly
We have a policy of keeping stupid historical defaults. Peter On Wed, Aug 18, 2010 at 10:21 PM, Jesse Glick wrote: > On 08/18/2010 02:27 PM, Matt Benson wrote: >> >> I would still guess that more builds than not DON'T need to compile >> against Ant itself. > > Of course; at least an order of ma

[VOTE] Release Apache Compress Antlib 1.0

2010-08-19 Thread Stefan Bodewig
Hi all, even though the release hasn't been announced yet, Apache Commons Compress 1.1 has been released and can be downloaded (if you are lucky enough to be connected to a working mirror, that is) I've taken revision 987079 of http://svn

Re: [VOTE] Release Apache Compress Antlib 1.0

2010-08-19 Thread Stefan Bodewig
On 2010-08-19, Stefan Bodewig wrote: > I'd like to release said files as the 1.0 release of the Apache Compress > Antlib, so please cast your vote. +1 Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For addition

Re: warning: 'includeantruntime' was not set

2010-08-19 Thread Karsten Wutzke
+1 for giving up the policy of keeping stupid historical defaults. :-) Seriously, it doesn't make sense for this issue to keep it. But I doubt this will be realized. Karsten >We have a policy of keeping stupid historical defaults. > >Peter > > >On Wed, Aug 18, 2010 at 10:21 PM, Jesse Glick wro

Re: Testlistener Events in JUnit Slows Down Forked Tests in 1.8.x

2010-08-19 Thread Stefan Bodewig
On 2010-08-11, Jesse Glick wrote: > On 08/10/2010 03:00 PM, Stefan Bodewig wrote: >> buffering on the testrunner side would help but at the same time make >> the lines unusable for the test listener events that must happen in >> step with the test to be useful. > It would suffice for test listen

Re: Testlistener Events in JUnit Slows Down Forked Tests in 1.8.x

2010-08-19 Thread Jesse Glick
On 08/19/2010 08:25 AM, Stefan Bodewig wrote: I've added an attribute to enable the events (defaults to false) and a magic property that overrides the attribute setting. OK, though I still think the attribute is useless since the only known use case is for container control.

[ANNOUNCE] Apache IvyDE 2.1.0 released

2010-08-19 Thread Nicolas Lalevée
August 19, 2009 - The Apache IvyDE project is pleased to announce its 2.1.0 release. IvyDE is the plugin which integrates Ivy into Eclipse. It lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects. IvyDE will contribute to the classpath of your Java project or y

Re: Publishing non-jar artifacts

2010-08-19 Thread Nicolas Lalevée
Le 19 août 2010 à 03:15, Carl Myers a écrit : > Thanks Jason, that info is very helpful. > > The reason why this is appropriate for the dev list is, I think, I am asking > "shouldn't Ivy/IvyDE do this natively?" > > I guess you could call this a feature request (which I would be willing to >

Re: warning: 'includeantruntime' was not set

2010-08-19 Thread Chet Hosey
On Thu, Aug 19, 2010 at 5:16 AM, Karsten Wutzke wrote: > +1 for giving up the policy of keeping stupid historical defaults. :-) > Seriously, it doesn't make sense for this issue to keep it. But I doubt this > will be realized. > > Karsten Perhaps the tag could be given a "behavior" attribute t

Re: warning: 'includeantruntime' was not set

2010-08-19 Thread Nicolas Lalevée
Le 19 août 2010 à 17:19, Chet Hosey a écrit : > On Thu, Aug 19, 2010 at 5:16 AM, Karsten Wutzke wrote: >> +1 for giving up the policy of keeping stupid historical defaults. :-) >> Seriously, it doesn't make sense for this issue to keep it. But I doubt this >> will be realized. >> >> Karsten >

[PATCH]: Set userinfo on HTTP condition if supplied

2010-08-19 Thread Nicholas Pellow
Hi, (let me try again, without the tar.gz attachment) Attached is a patch for Ant that will check for any userinfo in the URL supplied to the http condition. If available, then this will be used as the Basic-Auth header when making the request. This allows http requests to be made to services