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

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

updated text a bit

File size: 482 bytes
RevLine 
[14628]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`
[14630]14export PATH=$ANT_HOME/bin:$PATH
[14628]15
[14631]16put this (using absolute paths) in your .profile to make it permanent if you want.
[14628]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.