Discussion:
[Xdoclet-devel] Xdoclet refusing to process files
Tony Dietrich
2012-05-09 08:29:39 UTC
Permalink
I realise that activity on this project is fairly low, but I've been asked to mavenise a legacy project that relies on xdoclet.
We're getting strange problems ...
Our maven build calls xdoclet via ant-run, and first builds a series of classes from templates.

It then calls the xdoclet ejb module to create home and remote interfaces for some of those xdoclet-created classes.

However, neither of the tasks appear to run. Debugging the build process, shows me that the newly created classes are being rejected by the homeinterface and remoteinterface modules during the call to matchGenerationRules(), which seems to be rejecting the classes because they have been generated by xdoclet. However, there is no @xdoclet-generated tag in any of the files.

Two questions:

Has anyone seen this behaviour before and solved it?

Has anyone got a copy of the xjavadoc-1.5-snapshot050611 source code? (the CVS server is either down or refusing anonymous connections.)

Tony

Loading...