After the <import> task, what about this, that downloads 'plugins' and <import>s them?


http://antworks.sourceforge.net/


<project name="sample" default="compile">

        <!-- Pickup the ability to import Antlets -->
        <typedef resource="org/krysalis/antworks/importer/antlib.xml"
           classpath="${user.home}/.antworks/lib/antworks-importer.jar"
        />

        <importer name="my-plugin-0.2"
                  href="http://url-to/plugin/"; />

        <target name="all" depends="compile,dist" />

</project>

--
Nicola Ken Barozzi                   [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


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



Reply via email to