Leo Simons wrote:

Use case:

build.xml
---------
<!-- use ant 1.5.1 -->
<project>
<target name="download-somefile">
<get src="http://something.easy/somefile.jar"; dest="lib/somefile.jar" />
</target>


   <target name="compile" depends="download-somefile">
   <!-- blah -->
   </target>
</project>

I think this is an esential usecase

That is why I support the URI first then XML  path.






Reply via email to