source: release-kits/lirk3/resources/READEME@ 14993

Last change on this file since 14993 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 482 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 (using absolute paths) 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.