FroMage / jax-doclets

Set of JavaDoc doclets for modern Java annotations APIs
http://www.lunatech-labs.com/open-source/jax-doclets
GNU Lesser General Public License v3.0
26 stars 23 forks source link

Debugging Output #19

Open chrismartinandrews opened 12 years ago

chrismartinandrews commented 12 years ago

I'm including the jaxrs-doclet generation in a multi-module Maven project. The servlet class is located in one of the child modules while the implementation and DAOs are in the other modules. I've tried various configurations based upon the provided user guide; however, no success. Upon executing the Maven site:site goal, the site directory is created with images and stylesheets used by Maven but nothing else.

Is there a way to generate output during the Maven build to debug the doclet? I'm not sure if it isn't find the appropriate class or if it isn't properly executing the doclet.

Source of the addition to my existing pom.xml: http://www.lunatech-labs.com/files/jax-doclets/docs/0.9.0/html/index.html#d0e228

FroMage commented 12 years ago

No there's no debug output yet, but I've never tried a multi-module documentation. Note that the JavaDoc needs the source code to be available, not just the compiled code.