Hello Shawn,
I hope some one has a useful answer for this.
Original-Nachricht
> Datum: Wed, 26 May 2010 10:03:30 -0500
> Von: Shawn Castrianni
> An: "\'Ant Users List\'"
> Betreff: New ANT task coding guideline
> Therefore, I propose that a new ANT task coding guideline be in
I would like to propose a new ANT task coding guideline. I frequently need to
allow my users to customize the ANT build via a build.properties file.
Therefore, a lot of my ANT task usage has placeholders for the various
different ant task attributes with variables, ${}. The problem is tha
Ant copy task fails to copy file properly on AIX with Ant 1.8.0 and 1.8.1. The
files appear to copy but end up empty.
Switching between Java 1.5 and 1.6 had no effect when using Ant 1.8 or 1.8.1,
but switching back to Ant 1.7 the copy task started working again.
Apache Ant version 1.7.0 co
Hi,
I noticed that neither the zip or jar targets are including empty
directories. I googled a little and found the was a regression issue way
back with 1.6 (.2 I think), but it was claimed to have been fixed. I was
using 1.8.0 so I upgraded to 1.8.1, but am having the same issue. Anyone
know of