Re: removing ant-stylebook ?

2010-02-18 Thread Greg Roodt
+1 On Thu, Feb 18, 2010 at 8:43 PM, Antoine Levy-Lambert wrote: > Hi, > > we are shipping a jar with one "optional task" called stylebook. > > I was thinking of removing this one for Ant 1.8.1 and further. It has been > deprecated for ages. > > The doc is here [1]. > > I thought about it becaus

removing ant-stylebook ?

2010-02-18 Thread Antoine Levy-Lambert
Hi, we are shipping a jar with one "optional task" called stylebook. I was thinking of removing this one for Ant 1.8.1 and further. It has been deprecated for ages. The doc is here [1]. I thought about it because I noticed that I removed prematurely the POM file for this jar from svn. Antoin

Re: svn commit: r911561 - in /ant/core/trunk: bootstrap.bat bootstrap.sh build.xml docs/manual/install.html docs/manual/platform.html fetch.xml src/etc/ant-bin.wxs src/etc/poms/ant-nodeps/pom.xml src/

2010-02-18 Thread Antoine Levy-Lambert
Thanks Jesse for this big cleanup. Antoine > Datum: Thu, 18 Feb 2010 20:33:12 - > Von: jgl...@apache.org > An: notificati...@ant.apache.org > Betreff: svn commit: r911561 - in /ant/core/trunk: bootstrap.bat bootstrap.sh > build.xml docs/manual/install.html docs/manual/platform.html fetch.xml

Re: BZ 48768: Properties wrongly read from file or not update during read

2010-02-18 Thread Antoine Levy-Lambert
Hello Matt, > Datum: Thu, 18 Feb 2010 12:27:26 -0600 > Von: Matt Benson > An: Ant Developers List > Convenience link: > https://issues.apache.org/bugzilla/show_bug.cgi?id=48768 > > The behavior reported in BZ > does seem counter-intuitive and wrong. Agreed. > Thanks, > Matt > Antoine

BZ 48768: Properties wrongly read from file or not update during read

2010-02-18 Thread Matt Benson
Convenience link: https://issues.apache.org/bugzilla/show_bug.cgi? id=48768 This problem happens in src/main/org/apache/tools/ant/property/ ResolvePropertyMap.java . Peter, you extracted this class some two years ago, but at the point in the code at which the offense takes place, there is

Re: Using Ant API in a multi threaded java build application

2010-02-18 Thread Antoine Levy Lambert
Hello Praful, it is possible that some ant classes do not support multi-threaded usage. You might want to be more specific. Also, instead of using ant in process, you might want to kick off ant as a separate process from your build server. This way, you would not be hit by multi-threading/c