Re: distribution of ivy with ant

2009-06-09 Thread Maarten Coene
Or maybe we can create an extra Ant distribution which contains the standard Ant tasks + Ivy (+ other antlibs?) Maarten - Original Message From: Jean-Louis BOUDART To: Ant Developers List Sent: Friday, May 29, 2009 5:38:24 PM Subject: Re: distribution of ivy with ant IMHO Ant and

Ivy release schedule

2009-06-09 Thread Maarten Coene
Ivy 2.1.0-RC1 has been out for some (too long?) time now. (didn't had much time last couple of months, but it's getting better now :-)) Let's decide our next steps... Because the RC1 is so old, I would like to create a 2.1.0-RC2 next week containing all changes made to trunk. If that RC2 doesn

Re: Releasing IvyDE ?

2009-06-09 Thread Maarten Coene
+1 for a new release. But maybe we should release a 2.0-rc1 instead of a 2.0-final ? Maarten - Original Message From: Nicolas Lalevée To: Ant Developers List Sent: Thursday, June 4, 2009 11:49:31 PM Subject: Releasing IvyDE ? Hi everyone ! 6 month ago we released a beta version

ant 1.7.1 bug in with antcall !?

2009-06-09 Thread Gilbert Rebhan
Hi, after (finally) upgrading from ant 1.6.5 to ant 1.7.1 a teammate discovered some strange behaviour = He makes heavy use of antcall and uses the task. Now with ant 1.7.1 there are a lot of 0 byte lines in the logs, his editor jumps automatically in hexmode when opening such a logfile. Compa

Re: Unable to exclude .svn in fileset

2009-06-09 Thread Stefan Bodewig
Hi Bryce, On 2009-06-05, Johnson, Bryce wrote: > When doing an ant copy with fileset, the default exclude does not work > in omitting .svn directories. It does, really. I've just committed a testcase for this and it passes for me on Windo