Importer is a simple extentsion to the ant import task, that
allows the downloading, and installing of ant build.xml and
releated resources from a URL.
<typedef resource="org/krysalis/antworks/importer/antlib.xml"/>
<importer name="init-0.1" href="http://antworks.sourceforge.net/repo/antlets"/>
<importer name="java-0.1" href="http://antworks.sourceforge.net/repo/antlets"/>
This will automagically give setup $(build.dir} and other basic
properties it will also add the compile and other standard java targets.
Take a look at the available
antlets from antworks.