On 2010-04-30, Shawn Castrianni wrote:
> I have never needed to know the answer to this before, but:
> Is it the custom ant task's responsibility to evaluate ant properties
> if passed to them OR does ANT evaluate these before passing it to the
> custom ant task?
Ant evaluates properties for at
On Fri, Apr 30, 2010 at 1:25 PM, Shawn Castrianni> I am messing with
IA2009 which comes with a custom ant task in their iaant.jar. The
[task] seems to use nested ant task elements called .
Within this nested ant task elements, are sub elements that use plain
text arguments instead of xml attribut
I am messing with IA2009 which comes with a custom ant task in their iaant.jar.
This custom ant task will execute an Install Anywhere build from ant. The
IA2008 ant task works fine, but they changed it for IA2009. The new one seems
to use nested ant task elements called . Within this nested