--- Federico Fanton <[EMAIL PROTECTED]> wrote: > Hi everyone! > I'm trying to switch to Xdoclet2, but I figure I'm > going the wrong way.. > I have a very simple 1.2.3 template that goes like: > > <XDtClass:forAllClasses> > <beanMapping xmlns:myNS="WEBSERVICE" > qname="myNS:<XDtClass:classOf> > <XDtClass:className/></XDtClass:classOf>" > > languageSpecificType="java:<XDtClass:fullClassName/>" > /> > </XDtClass:forAllClasses> > > I fear this is a pretty boring question, but what > should I do to use > this template with Xdoclet2? Does it need some > conversion?
XD2 is technically not related to XD1, so your template definitely needs conversion. Good news is that now you can use velocity ot jelly to write your templates. Look into sources of plugins on http://www.sourceforge.net/projects/xdoclet-plugin for inspiration ( there is also template plugin ) As this list is for xdoclet-2 core ( which is itself pretty stable and feature comlpete ) questions related to actual plugins shall be asked on respective list ( hosted on sourceforge ) For best experience you should use m2, but ant will also do. regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
