rsingla / jslint4java

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

Ant task feedback #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

"If JSLint is able to complete its scan, it generates a function report. It 
lists for each function:..."; that phrase comes from the JSLint website. 
Although I can see all reported errors when using the corresponding Ant task, 
which is good and thank you for that, there is nothing outputted if there are 
NO errors. I confess I don't know what the intent of the JSLint developper is 
really with that phrase, but I DO know that at least a one-liner report, 
something like "file xxx.zzz: 0 errors" would be appreciated by file, Thanks, 
A.R.

Original issue reported on code.google.com by alrenolo...@gmail.com on 23 Nov 2012 at 6:58

GoogleCodeExporter commented 9 years ago
No output for no errors is the correct behaviour.  This follows the Unix model 
of “silence is successful.”  Really, all you need to know in the success 
case is that  the plugin ran.  The output of ant is far too noisy, by default.  
This would just add more noise.

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