>If you want to build everything, have a target called "all", 
>or even "*" 
>(yes, that is a legal target name), and invoke it.

Writing that target is simple:

<target name="all" depends="init,build,...allTheOtherTargets"/>
<target naem="*" depends="all"/>


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to