Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging Output #19

Open
chrismartinandrews opened this issue Dec 20, 2011 · 1 comment
Open

Debugging Output #19

chrismartinandrews opened this issue Dec 20, 2011 · 1 comment
Milestone

Comments

@chrismartinandrews
Copy link

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
Copy link
Owner

FroMage commented Jan 2, 2012

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.

@wikier wikier modified the milestones: 0.10.2, 0.10.1 Jul 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants