http://svn.greenstone.org/other-projects/trunk/gs3-release-maker/READEME
|
Revision 14631, 482 bytes
(checked in by oranfry, 1 year ago)
|
updated text a bit
|
| Line | |
|---|
| 1 |
to use gs3-release maker: |
|---|
| 2 |
|
|---|
| 3 |
1. compile the customised ant |
|---|
| 4 |
|
|---|
| 5 |
cd apache-ant-1.6.5 |
|---|
| 6 |
./build.sh -Ddist.dir=../ant dist |
|---|
| 7 |
cd .. |
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
2. install the customised ant |
|---|
| 11 |
|
|---|
| 12 |
cd ant |
|---|
| 13 |
export ANT_HOME=`pwd` |
|---|
| 14 |
export PATH=$ANT_HOME/bin:$PATH |
|---|
| 15 |
|
|---|
| 16 |
put this (using absolute paths) in your .profile to make it permanent if you want. |
|---|
| 17 |
the customised ant will run any other ant script just fine. |
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
3. customise the build.properties file for the current release |
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
4. start using it |
|---|
| 24 |
e.g., ant -Dexecute=false create-release |
|---|