| Catch-all target? | Catch-all target? 2005-05-24 - By Jay Burgess
Is it possible in Ant to define a "catch-all" target, so that if a target is specified on the command line that's not in build.xml, the catch-all target will be called? The reason I'm asking is that I'm trying to make my Ant command line look something like:
ant build <ProductName> <CVSTagName>
Since "build" and "<ProductName>" are known ahead of time, I can make them targets. However, "<CVSTagName>" is always varied, and so I'd like to find some way to make this work. I realize I can do:
ant build <ProductName> -Dtag=<CVSTagName>
But I'd rather avoid the "-Dtag=" if possible.
Thanks.
Jay
| Jay Burgess [Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |