Hello Stefan, I would like to see "external" target dependencies like:
<target name="clean-build" depends="clean;build"/> or even <target name="clean-build" depends="clean1,clean2,clean3;build1,build2,build3"/> where cleans should be executed before any builds but in any order. It is quite easy to implement and it will not conflict with parallel target execution. Sincerely, Alexey Solofnenko.
