Skip to content

Commit

Permalink
Added note about ant all
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Feb 8, 2008
1 parent a9b7b07 commit bbbb09a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions componentbuild/README
Expand Up @@ -10,7 +10,7 @@ source to <component>.js, <component>-min.js, <component>-debug.js by:

a). Concatenating source files
b). Stripping logger statements
c). Running jsmin
c). Running yuicompressor
d). Running jslint all 3 built files
e). Attaching the appropriate suffix (e.g. beta, experimental etc.)
f). Adding version registration code
Expand Down Expand Up @@ -90,9 +90,13 @@ GETTING STARTED
With no arguments, ANT will run look for a "build.xml" in the current
folder, and invoke it's default target

8). If all is good, this should run the "local" target which will create
<component>.js and <component>-min.js in the local build directory
specified by ${component.builddir}
8). If all is good, this should run the "local" target (which is the default
target). This creates <component>.js and <component>-min.js in the local
build directory specified by ${component.builddir}.

9). If you run "ant all", the script will run the "local" target, building
to your local build directory and then deploy files to the top level
2.x/build, 2.x/src directories.

You can run other targets also by specifying them on the command line
using "ant <target>".
Expand All @@ -104,4 +108,4 @@ If interested, you can also look at
$YUI_BUILD_DIR/macrolib.xml : Macro tasks

You can contact sdesai@yahoo-inc.com or yui-team@yahoo-inc.com for help,
information or to report issues with this infrastructure
information or to report issues with this infrastructure

0 comments on commit bbbb09a

Please sign in to comment.