source: Dev/trunk/src/client/util/buildscripts/README @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.1 KB
Line 
1The util/buildscripts directory allows you do to custom builds of the dojo source.
2
3REQUIREMENTS
4=======================
5The build system requires that Java 1.4.2 or later is installed.
6
7DIRECTORY STRUCTURE
8=======================
9Recommended directory structure and names (if using dijit and dojox in addition to
10dojo core):
11
12- dijit
13- dojo
14- dojox
15- util
16  - buildscripts
17
18Builds will be generated in a "release" directory that is a sibling to util
19(the output directory will also be printed at the end of the build).
20 
21DOING A BUILD
22=======================
23In the util/buildscripts directory, to run the the build, type the following:
24
25Windows-based operating systems:
26> build.bat
27
28All other operating systems:
29> build.sh
30(may need to chmod +x build.sh to get it to execute as a script)
31
32Typing the above command will give you some help text with the allowed build
33options.
34
35TYPICAL BUILDS
36=======================
37This command will use the build profile at util/buildscripts/profiles/standard.profile.js
38to do a build:
39
40> build.sh profile=standard action=release
41
42To do an xdomain build, add the loader argument:
43
44> build.sh profile=standard loader=xdomain action=release
Note: See TracBrowser for help on using the repository browser.