Checkstyle can be used to check whether your Javascript code is valid by jslint.

An Invoke Ant for Checkstyle is necessary, because we want to run the validation

lint-xml

The Post-build Action "Publish Checkstyle analysis results" must be activated and given myapp/build/jslint_report.xml as Publish Checkstyle analysis results.

Comments