source: Dev/branches/rest-dojo-ui/client/util/buildscripts/README @ 273

Last change on this file since 273 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: 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.