Nice idea, is it possible to refer to a remote package with you solution, someting like that : <taskdef ... classpath="http://www.myproject.org/my-ant-subproject.jar<http://www.myproject.org/setup-1.0.xml> ">
Regards, Benjamin 2011/11/8 Per Cederberg <p...@percederberg.net> > Thought it would be neat to setup or compile projects with a remote > buildfile. Like this: > > #> ant -f http://www.myproject.org/setup-1.0.xml > > So I hacked up some support for it in the following GitHub branch: > https://github.com/cederberg/ant > > Seems to work, but I haven't really used it or tested it properly yet. > > Would you consider patches for inclusion? > > Cheers, > > /Per > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org > >