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

Generate HTML report #16

Open
barriosnahuel opened this issue Jan 17, 2013 · 4 comments
Open

Generate HTML report #16

barriosnahuel opened this issue Jan 17, 2013 · 4 comments

Comments

@barriosnahuel
Copy link

Hi, I use Jenkins as CI, and I need an HTML report because I can't upgrade my Jenkins version to install the plugin that is able to show "jslint-xml" reports. I think is very useful.

Thanks!

PS: Check theese two apps too: https://play.google.com/store/apps/details?id=com.nbempire.android.magicannotator | https://play.google.com/store/apps/details?id=org.nbempire.android.tourguide

@philmander
Copy link
Owner

Can you provide a specific example of what you need?

@barriosnahuel
Copy link
Author

First of all thank you for answering so quickly, and then sorry for my
English.

What I need is a HTML report like those ones created with Apache Maven for
showing checkstyle or PMD results to the user.
The core is to display with a nice GUI at least: the file, the line and the
cause of any JSHint issue that I've got in my code.

If I'm not clear, please tell me and I'll try to explain it better.

Thank you very much!

Nahuel Barrios.-

No olvides bajar el Magic Annotator desde Google Play, gratis!!
On Jan 17, 2013 5:12 PM, "Phil Mander" [email protected] wrote:

Can you provide a specific example of what you need?


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-12388674.

@philmander
Copy link
Owner

If you want to take a look yourself it would be quite easy to write.

Create a custom report class in the reports package (use xmlreporter as an example) and register it at about line 183 in jshintanttask.java

Then simply build with mvn package

@barriosnahuel
Copy link
Author

Ok I'll take a look, talk later!

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

2 participants