Nikolaus, > I use Xdoclet 1.1.2. No, the abstract base class was not in the same source > folder. It seems that this was the problem. > > After copying my framework sources (including the abstract base class) to > the src-folder that Xdoclet uses the callback methods are generated > correctly. They all call super() in their body. > It's just a matter of beauty, but can I tell Xdoclet not to generate them at > all ?
I _think_ XDoclet 1.2 would also support just putting your framework classes in the classpath, but I'm not 100% sure on that. Your other option is to modify the template that is being used. In either case, I would recommend using XDoclet 1.2, its been in beta for quite some time now, and I think it is fair to say that its stable. > Btw. I used Xdoclet for the first time and I had the following problems: > * There's no documentation on how to install Xdoclet (where to put the > jar-files) for Ant. a quick look at http://www.xdoclet.org/install.html seems to suggest you are right. You've obviously figured out what to do, perhaps you could put the missing steps in XDoclet's new wiki - http://www.xdoclet.org/wiki/wakka.php?wakka=HomePage > * I had some strange problems with code generation (like the empty callback > handler bodies, empty deployment descriptors etc.). I think that it would be > useful if the Xdoclet ant tasks produce a little bit more output that can be > used ot track down problems. All of these problems were related to > configuration and setup issues (classpath and/or src-folder visibility), so > I think that it's a good idea to add some more "getting started" > documentation. same answer as above (o: I agree, the more getting started the better. The problem with this is that developers writing this documentation often skim over things because they are obvious to them. The more 'newbies' who can provide useful insights based on their experiences the better. Why dont you create a page on the wiki for this, and in time this can make its way into t he formal docs. cheers dim ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
