Revision 4638
Added by daigle about 16 years ago
build.xml | ||
---|---|---|
565 | 565 |
|
566 | 566 |
</target> |
567 | 567 |
|
568 |
<target name="dev-install" depends="clean, install-ecogrid" description="* Full Install For Development *">
|
|
568 |
<target name="dev-install" depends="clean, build-metacat" description="* Full Install For Development *">
|
|
569 | 569 |
<copy file="${dist.dir}/${metacat.context}.war" todir="${dev.deploy.dir}"/> |
570 | 570 |
<delete dir="${dev.deploy.dir}/${metacat.context}" /> |
571 | 571 |
<tstamp> |
... | ... | |
585 | 585 |
<echo>If you enable ecogrid installation, please run "ant deploy-ecogrid" when installation or upgrade is done</echo> |
586 | 586 |
</target> |
587 | 587 |
--> |
588 |
<target name="build-metacat" depends="install-ecogrid" |
|
589 |
description="Build Metacat"> |
|
590 |
</target> |
|
588 | 591 |
|
589 | 592 |
<target name="install-ecogrid" depends="war, get-ecogrid" if="enable.ecogrid" |
590 | 593 |
description="Install Ecogrid Compentent"> |
... | ... | |
1152 | 1155 |
<delete file="./${name}-${release}.tar" / --> |
1153 | 1156 |
</target> |
1154 | 1157 |
|
1155 |
<target name="distbin" depends="install-ecogrid,war-lsid,war" description="prepares a binary distribution">
|
|
1158 |
<target name="distbin" depends="build-metacat,war-lsid,war" description="prepares a binary distribution">
|
|
1156 | 1159 |
<copy todir="${dist.dir}"> |
1157 | 1160 |
<fileset dir="./bin/install" /> |
1158 | 1161 |
</copy> |
Also available in: Unified diff
add a build-metacat target that is more intuitive than install-ecogrid