> > But Jason Dillon's ant properties in @tags is interesting, I guess some > > neat usages can be found. > yeah, I'm trying to figure out how to get the bloody things out of > ant... about to forward a post to ant-dev for some help, doesn't seem to > be behaving as I'd expect. > > My plan is to add the properties to the DocletContext and then extract > them in any tag-value operations. I think there's only one place to > change? getValue(...)?
Yep, a Properties in DocletContext. You should only change SubTask.getParameterValue(). Ara. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
