forked from extnet/Ext.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
40 lines (28 loc) · 1.42 KB
/
Readme.txt
File metadata and controls
40 lines (28 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
JSBuilder2 is a JavaScript and CSS project build tool.
For additional information, see http://extjs.com/products/jsbuilder/
JSBuilder version 2.0.0
Available arguments:
--projectFile -p (REQUIRED) Location of a jsb2 project file
--homeDir -d (REQUIRED) Home directory to build the project to
--verbose -v (OPTIONAL) Output detailed information about what is being built
--debugSuffix -s (OPTIONAL) Suffix to append to JS debug targets, defaults to 'debug'
--help -h (OPTIONAL) Prints this help display.
Example Usage:
Windows
cd C:\Users\geoffrey.mcgill\Documents\Visual Studio 2008\Projects\Ext.NET\1.0.0\Ext.Net\Build\JSBuilder\
java -jar JSBuilder2.jar --projectFile "C:\Users\geoffrey.mcgill\Documents\Visual Studio 2008\Projects\ExtJS\ext.jsb2" --homeDir C:\Apps\www\deploy\
Linux and OS X
java -jar JSBuilder2.jar --projectFile /home/aaron/www/trunk/ext.jsb2 --homeDir /home/aaron/www/deploy/
JSBuilder uses the following libraries
--------------------------------------
YUI Compressor licensed under BSD License
http://developer.yahoo.com/yui/compressor/
http://developer.yahoo.com/yui/license.html
Mozilla's Rhino Project licensed under Mozilla's MPL
http://www.mozilla.org/rhino/
http://www.mozilla.org/MPL/
JArgs licensed under BSD License
http://jargs.sourceforge.net/
JSON in Java licensed under the JSON License
http://www.json.org/java/index.html
http://www.json.org/license.html