I would like to run csslint via the command line on rhino but can't get anything but a stalled terminal window. I'm running os x 10.7.5 and have downloaded the latest Rhino (1.7R4), the latest csslint (v0.9.9 Build time: 12-September-2012 01:46:26), and have updated Java on my Mac. I have three files in one folder, csslint-rhino.js, js.jar, and main.css. My command looks like this:
java -jar js.jar csslint-rhino.js main.css
The terminal just stalls.
If I run java -jar js.jar csslint-rhino.js --version main.css, the terminal prints 'v0.9.9'. I've intentionally created errors in main.css hoping to see csslint in action. But nothing. What am I doing wrong?
Thanks,
Vince