+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
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
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
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
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
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