2009/6/30 Dominique Devienne <ddevie...@gmail.com>: > On Tue, Jun 30, 2009 at 8:46 AM, Sascha Ernst<sascha.er...@living-e.com> > wrote: >> I have a bunch of ANT macros which are currently used by 1 project only. >> In the future they should be used by more projects. >> So I'd like to put them in a separate ANT script and load this at runtime >> into the >> project ANT scripts. >> >> Has anyone an idea how to manage this? > > <import> works great. Not sure what Francis' issue with it where :) --DD
An alternative is to use an antlib and a typedef task to load the macros, have a look at the following http://ant.apache.org/manual/CoreTypes/antlib.html --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org