source: Dev/branches/rest-dojo-ui/client/util/checkstyle/checkstyle.sh @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 366 bytes
Line 
1#!/bin/sh
2
3java -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.