Re: [Xdoclet-devel] Next dumb question

2003-11-26 Thread Erik Hatcher
On Wednesday, November 26, 2003, at 11:37 AM, Ken Hygh wrote: Unfortunately, this doesn't quite do what I want, in that I can't set the values on the fly. I'd wanted to be able to generate bindings for multiple databases at the same time, but getAttribute() is called once at validateOptions() t

Re: [Xdoclet-devel] Next dumb question

2003-11-26 Thread Ken Hygh
Erik Hatcher wrote: On Thursday, November 20, 2003, at 07:39 PM, Ken Hygh wrote: and everything looks good in stdout (obviously there's a little more in the .java, but that should show you what I'm trying to do). Now to get this stuff into the xdt's, and I can't figure out how to get the para

Re: [Xdoclet-devel] Next dumb question

2003-11-21 Thread Erik Hatcher
On Thursday, November 20, 2003, at 07:39 PM, Ken Hygh wrote: and everything looks good in stdout (obviously there's a little more in the .java, but that should show you what I'm trying to do). Now to get this stuff into the xdt's, and I can't figure out how to get the parameter values from buil

[Xdoclet-devel] Next dumb question

2003-11-20 Thread Ken Hygh
hookay, so I now have a build.xml that looks like: ... ... and I've updated WebSphereSubTask.java so that execute() looks like: if (atLeastOneCmpEntityBeanExists()) { for (Iterator bindings = databaseBindings.iterator();bindings.hasNext();