> > > > Cool! I suppose the version of Ant included with version > 1.0.0 beta4 of > > Centipede is new enough to use the PropertyHelper, right? > > Yup. >
I downloaded the centipede distribution. But there is only a bin distribution, no src. But since there's no Javadoc coming with the distribution and the included ant-sax2.jar is kind of out of date with respect to the CVS it's hard to see how I should actually use the PropertyHelper feature. I'd like to use the embed features with Ant 1.5.1. Should I build the current embed proposal from CVS and use that jar or what do you recommend? > > 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? > > Yup can plug in yours, actually as many as you like. And you don't > necessarily have to use namespaces, you can use any syntax. A > registered > PropertyHelper gets a shot at giving the result to the user, > in any way > it wants to. If it cannot, it just passes the request on to the next > PropertyHelper that was registered (like servlet filters ). > It looks like the PropertyHelpers aren't dynamically registered. So I suppose I'll have to do that with a separate task for each project, right? -- knut