I'm trying to implement an optional feature in a build script that utilizes the
"xmltask" jar. To be less intrusive, I want the feature to be silently disabled
if the xmltask jar isn't available. I initially assumed that I would check for
the presence of the jar in "$HOME/.ant/lib", but that ha
> -Original Message-
> From: KARR, DAVID
> Sent: Thursday, May 29, 2014 4:12 PM
> To: Ant Users List
> Subject: How to gracefully not use a feature if the task jar isn't
> present?
>
> I'm trying to implement an optional feature in a build script that
> utilizes the "xmltask" jar. To be le