source: Dev/branches/rest-dojo-ui/client/util/buildscripts/build.bat @ 257

Last change on this file since 257 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: 707 bytes
Line 
1@rem set NODE_HOME=C:\Users\IBM_ADMIN\Downloads\node
2@rem set PATH=%NODE_HOME%;%PATH%
3@rem Something like this will be required for cygwin... node is not 100% confirmed working at this point
4@rem node ../../dojo/dojo.js load=build %*
5
6
7java -Xms256m -Xmx256m  -cp ../shrinksafe/js.jar;../closureCompiler/compiler.jar;../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main  ../../dojo/dojo.js baseUrl=../../dojo load=build %*
8
9
10@rem java -classpath ../shrinksafe/js.jar;../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main build.js %*
11
12@rem java -Xms256m -Xmx256m -classpath ../shrinksafe/js.jar;../shrinksafe/shrinksafe.jar org.mozilla.javascript.tools.shell.Main  build.js %*
Note: See TracBrowser for help on using the repository browser.