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 figur

[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();

Re: [Xdoclet-devel] Can't create a new nested element

2003-11-20 Thread Ken Hygh
Erik Hatcher wrote: On Wednesday, November 19, 2003, at 06:39 PM, Ken Hygh wrote: The metafiles that WebSphere uses for Entity Bean database mapping have changed in version 5. The current support in xdoclet sorta does what version 4 needed. I've felt your WebSphere pain :/ My apol

Re: [Xdoclet-devel] Can't create a new nested element

2003-11-19 Thread Ken Hygh
Erik Hatcher wrote: On Wednesday, November 19, 2003, at 05:52 AM, Ken Hygh wrote: Erik, Thanks for the reply. Sorry for my terminology mixup...I assume then that subtasks cannot have subtasks? Subtasks can have sub-elements and do with them as they please, but you cannot dynamically add a

Re: [Xdoclet-devel] Can't create a new nested element

2003-11-19 Thread Ken Hygh
Erik Hatcher wrote: On Tuesday, November 18, 2003, at 03:31 PM, Ken Hygh wrote: Hi, I'm trying to extend the WebSphere support in xdoclet, and I'm running into some behavior I don't understand. some terminology mixup is technically a *subtask*. that wraps it is t

[Xdoclet-devel] Can't create a new nested element

2003-11-18 Thread Ken Hygh
Hi, I'm trying to extend the WebSphere support in xdoclet, and I'm running into some behavior I don't understand. I'm trying to create a new subtask for the websphere task. In my build.xml I've got: ... ... and in my xdoclet.xml I have name="websphere" implementation-