13 Apr 2005 11:54
Re: [groovy-dev] AntBuilder question
Its only one class so its fairly easy to follow in the source code. Basically Ant has lots of magic to decide what goes after the "." - it has tasks, data types and other nested things. We basically try our best to use Ant itself to figure out what to do. On 12 Apr 2005, at 22:13, Henry Chan wrote: > Hi, > > Was wondering how > an AntBuilder object knows to to invoke a certain task > i.e. > ant.echo(... > or > ant.delete(.. > > What kind of magic goes on after the "." in ant? > > thx, > Henry > > James ------- http://radio.weblogs.com/0112098/
RSS Feed