Following patch gets rid of the errors I started getting like
[ejbdoclet] Error in template file: corresponding 
</XDoclet:ifConfigParamNotEquals/> not found, line=167 of template file: 
entitybmp.j
due to closing tags that were missing the '/'...


Andrew.

Index: core/resources/xdoclet/ejb/entitybmp.j
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/entitybmp.j,v
retrieving revision 1.10
diff -r1.10 entitybmp.j
16c16
<  <XDoclet:ifConfigParamNotEquals>
---
>  </XDoclet:ifConfigParamNotEquals>
46c46
<  <XDoclet:ifConfigParamNotEquals>
---
>  </XDoclet:ifConfigParamNotEquals>
150c150
<      <XDoclet:ifConfigParamNotEquals>
---
>      </XDoclet:ifConfigParamNotEquals>

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to