The way ant currently works, you set the default target, and when you build
without specifying a target, ant will run the default target.  What I'd like
to do is conditionally execute a target at runtime, instead of executing the
default target all the time.  Is there anyway to do this?

Reply via email to