On Thu, 21 Mar 2002, stephan beal <[EMAIL PROTECTED]> wrote:

> <target name="main" depends="init">
>         <antcall target="cvsupdate"/>
>         <antcall target="dbclasses"/>
>         <antcall target="slabdbclasses"/>
>         <antcall target="compile"/>
>         <antcall target="maillog"/>
> </target>

Why not simply use

<target name="main" 
        depends="cvsupdate,dbclasses,slabdbclasses,compile,maillog" />

Stefan

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

Reply via email to