nikgoodley-ibboost / jslint4java

Automatically exported from code.google.com/p/jslint4java
Other
0 stars 0 forks source link

Documentation seem to be wrong or old #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure outputDirectory as indicated in 
http://docs.jslint4java.googlecode.com/git/2.0.2/maven.html in your pom.xml
2. run your lint
3. move to where you pointed outputDirectory

What is the expected output? What do you see instead?
I want the report in the defined outputDirectory and not in the default one

What version of the product are you using? On what operating system?
<plugin>
   <groupId>com.googlecode.jslint4java</groupId>
   <artifactId>jslint4java-maven-plugin</artifactId>
   <version>2.0.2</version>
</plugin>

Please provide any additional information below.
configuring outputFolder instead made me happy !

Original issue reported on code.google.com by mathieu....@gmail.com on 20 Jun 2012 at 12:22

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out.   I've fixed the docs in 
aa90b89532363bb8118bd8f156b3ea80ac091002.  But I'm still not sure that 
outputFolder is working properly.  I'll go fix that up.

Original comment by d...@happygiraffe.net on 2 Jul 2012 at 7:39

GoogleCodeExporter commented 9 years ago
outputFolder is working.

Original comment by d...@happygiraffe.net on 28 Nov 2012 at 9:25