I am writing a custom template for some EJB work and have runt into a problem with the EjbIntf namespace. Specifically, I cant seem to get the content tags (e.g. XDtEjbIntf:componentInterface) to work. They just bomb with an InvocationTargetException of null in the TemplateEngine.
With the exception of the EjbIntf content tags, the rest of the template works fine, including calls to EjbIntf block tags. I have tried several content tags and all bomb the same way. Below I have included my Ant target in case I haven't set something up correctly.. Any Ideas? - Craig. <target name="derivedIntf" depends="init"> <xdoclet addedTags="@xdoclet-generated" destdir="${project.gendir}"> <fileset dir="."> <include name="com/cc/test/ejb/*.java"/> </fileset> <template destdir="${project.gendir}" acceptInterfaces="false" acceptAbstractClasses="true" templateFile="mytemplate.xdt" destinationFile="{0}Test.java" /> </xdoclet> </target> ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user