Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an Ant bulid that generates various analysis reports such as checkstyle and PMD. I'd like to link to the java source code in the reports in a similar way to what can be achieved by using the JXR plugin in a Maven build.

How can I build the source xref html using Ant?

share|improve this question

1 Answer

If Ant is your main build tool you can use the Maven Ant Tasks on a minimal pom.xml that only creates the JXR report.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.