Hi,
 
i am developing an application based on ant, which uses Ant-Tasks in a similar way like XDoclet. It would be great, if someone could give me a hint, how XDoclet handles Subtasks.
 
eg.
 
<target ...>
 
  <ejbdoclet ..>
 
    <remoteinterface/>
    ...
 
  </ejbdoclet>
 
</target>
 
 
How is it possible, that "remoteinterface" can be nested in "ejbdoclet" without implementing an "add" or "create" method in the "ejbdoclet"-class or one of its superclasses ?
 
Even when i implement the interface "DynamicConfigurator", ant always stops and tells me that that the element cannot be nested.
 
 
It would be great when someone could give me a hint how to adopt/enable the XDoclet-"Subtask"-behavior in my own Ant-Tasks.
 
greets
Jan Zimmek

Reply via email to