On Fri, Feb 11, 2011 at 9:34 AM, ritchie <ganesh.devaraj...@baml.com> wrote:

>
> I am using a if else task in my build file and i had to add the additional
> jar antelopetasks....jar to my lib folder of ant to make this run. My
> problem is for this to work for other developers they all have to add the
> jar file to their ant/lib dir, but my organization is not keen with this
> idea since there are more than 100 developers who would be using this build
> file and they want a alternate solution.
> My question is, is there a alternate to if-else task which will not need
> any
> additional jars to run?
>

The alternative is structured target dependencies per
http://ant.apache.org/manual/targets.html#targets .

HTH,
Matt


> --
> View this message in context:
> http://ant.1045680.n5.nabble.com/Alternative-to-if-else-task-tp3381392p3381392.html
> Sent from the Ant - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
>
>

Reply via email to