Alex Solofnenko <[EMAIL PROTECTED]> wrote:

> Hello Stefan,
> 
>  I would like to see "external" target dependencies like:
> 
> <target name="clean-build" depends="clean;build"/>

what would be the difference between this and

<target name="clean-build" depends="clean,build"/>

That order would be defined?

Stefan

Reply via email to