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

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

added readme file

File size: 460 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`
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.