Anderson, Rob (Global Trade) wrote:
> You do not need to use the <available> task within a target (as long as
> you are using Ant 1.6 or greater) . You could rewrite this as...
>
> <available file="project/${env.PROJECT_NAME}/bootstrap.xml"
> property="bootstrap"/>
>
> <target name="bootstrap" if="bootstrap">
> <ant antfile="project/${env.PROJECT_NAME}/bootstrap.xml"/>
> </target>
>
Thanks!
--
========================================================================
Ian Pilcher [EMAIL PROTECTED]
========================================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]