source:
Dev/trunk/src/client/util/checkstyle/checkstyle.sh
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 366 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | java -classpath ../shrinksafe/js.jar:../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main runCheckstyle.js "$@" |
4 | |
5 | # if you experience an "Out of Memory" error, you can increase it as follows: |
6 | #java -Xms256m -Xmx256m -classpath ../shrinksafe/js.jar:../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main runCheckstyle.js "$@" |
Note: See TracBrowser
for help on using the repository browser.