source: other-projects/trunk/gs3-release-maker/READEME@ 14630

Last change on this file since 14630 was 14630, checked in by oranfry, 17 years ago

fixed typo

File size: 459 bytes
Line 
1to use gs3-release maker:
2
31. compile the customised ant
4
5cd apache-ant-1.6.5
6./build.sh -Ddist.dir=../ant dist
7cd ..
8
9
102. install the customised ant
11
12cd ant
13export ANT_HOME=`pwd`
14export PATH=$ANT_HOME/bin:$PATH
15
16put this in your .profile to make it permanent if you want.
17the customised ant will run any other ant script just fine.
18
19
203. customise the build.properties file for the current release
21
22
234. start using it
24e.g., ant -Dexecute=false create-release
Note: See TracBrowser for help on using the repository browser.