>       <taskdef name="templatedoclet"
>                classname="xdoclet.DocletTask"
> classpath="${xdoclet.jar.path};${log4j.jar.path};${ant.jar.path}"
>       />
> 
>       <templatedoclet
>          sourcepath="${java.dir}"
>          destdir="${generated.java.dir}"
>          classpathref="project.class.path"
>          excludedtags="@version,@author"
>          >
> 
>          <fileset dir="${java.dir}">
>             <include name="**/*Bean.java" />
>          </fileset>
> 
>          <template
>             templateFile="/mytemplate.j"
>             destinationfile="hhhh.txt">
>          </template>
> 
>       </templatedoclet>

And also you can have multiple <template> elements.
It's applicable to all other tasks such as ejbdoclet too.

Ara.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to