> > Wannheden, Knut wrote: > > Sounds interesting, > > > > Do you have some kind of stable release of Ant with the > embed proposal > > integrated for Centipede? Or what version of Ant and Embed > do you use? > > We are now using CVS HEAD of Ant, and it works well. > > > The > > reason I'm askin is because I'd like to start using the > PropertyHelper > > feature. I've actually used something like that already, but I've > > implemented the property resolution for my own custom Tasks only. > > The easiest solution IMHO is to download Centipede and > install it as it > were ant (ANT_HOME and the bin dir in the path). It comes > with prebuilt > ant, embed, and other goodies like ant-contrib. Oh, by doing this you > can also use centipede with its other features too if you want, or > simply keep using it as a supercharged Ant distro. > > http://www.krysalis.org/centipede >
Cool! I suppose the version of Ant included with version 1.0.0 beta4 of Centipede is new enough to use the PropertyHelper, right? One more question: The properties seem to have a namespace like syntax. Can I plug in my own PropertyHelper and register it with one namespace or is the same PropertyHelper used for all properties? -- knut