On Tue, 2003-11-11 at 07:11, Michał Drozd wrote: > I have a question about writing my own xdt templates. > I am looking for some way to copy body of function from one file to > another. I looked everywhere, but I can't find solution. > Any idea ? any sugestions would be helpfull for me.
Can't be done. XDoclet only works with the javadoc comments, the rest of the source isn't available to it. Where generated code needs to access methods etc. in the source files, it usually handles it by making the generated class extend the original one (e.g. see the BMP, CMP and Session subclasses generated for EJBs). Andrew. ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
