-Original Message-
From: Matt Benson
Sent: Saturday, March 21, 2009 2:15 PM
To: Ant Users List
Subject: Re: Detecting directory versus symlink
It is intended that should silently ignore real
files. I would recommend testing this in existing releases before you rely on
it, but if y
It is intended that should silently ignore real
files. I would recommend testing this in existing releases before you rely on
it, but if you're a bleeding-edge type the code has been reworked quite a bit
in Ant's trunk so should cure any problems you might encounter with the
released code (n
--- On Fri, 3/20/09, Eric Wood wrote:
> From: Eric Wood
> Subject: conditionally set an ANT path reference
> To: "Ant Users List"
> Date: Friday, March 20, 2009, 12:08 PM
> I'm building a path reference using
> the following:
>
>
> refid="projectReferences"/>
> dir="${dir.wa
Hi,
according to the docs it seems, that ant is (still) not suitable for
incremental compilation. Is that true?
Quote from the docs of the depend task:
The most obvious example of these limitations is that the task can't
te
Hi,
I have a requirement to add my jars to a jar file that is contained in an
ear file. Is there a way to do this without exploding the ear file. There is
a update flag to the jar target, can this work with nested jars?
Also, one other issue, I must add classpath entries to the contents of a
man