When using the {0} in destinationFile attribute of </template> element
it expands into equivalent of /<XDtEjb:ejbName/>Bean, while I think it
should expand to just exactly the same as <XDtEjb:ejbName/>.
So, after running the template below on Account bean I will get
AccountBeanBrowse.java not AccountBrowse.java
<template templateFile="${template.dir}/entitycmp.j"
destinationFile="{0}Test.java"
ofType="javax.ejb.EntityBean"
extent="hierarchy" havingClassTag="ejb:bean">
</template>
I do not know where the Bean is comming from since all predefined xdoclet
(e.g. entitycmp) tasks do not have this problem.
Michael
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel