Can you not do something like:
<target name="all" depends="init, compile, prep_work, borland, weblogic"/>
Almost, but if the 'all' target needs to do some processing before the 'borland' and 'weblogic' targets run, then it cannot do it.
-Mark
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
