Minor enhancement

git-svn-id: https://svn.libreccm.org/ccm/trunk@2632 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2014-05-02 06:29:30 +00:00
parent dea5ffd1dc
commit b3d55b32b1
1 changed files with 22 additions and 2 deletions

View File

@ -4,7 +4,22 @@
<!-- build-common <!-- build-common
defines essential system variables and reads configuration property defines essential system variables and reads configuration property
files which configure the specialized scripts. --> files which configure the specialized scripts.
System variable list:
ccm.project.dir
ccm.tools.xsl.dir
ccm.tools.xsd.dir
ccm.tools.lib.dir
ccm.build.lib.dir
ccm.tools.rh-jdo.dir
ccm.context.dir
ccm.home
shared.lib.dist.dir
webapp.dist.dir
-->
<fail message="Property ccm.project.dir not set " <fail message="Property ccm.project.dir not set "
unless="ccm.project.dir" /> unless="ccm.project.dir" />
@ -54,8 +69,13 @@
<property name="ccm.build.lib.dir" value="${ccm.project.dir}/tools-ng/devel/lib"/> <property name="ccm.build.lib.dir" value="${ccm.project.dir}/tools-ng/devel/lib"/>
<property name="ccm.tools.lib.dir" value="${ccm.project.dir}/tools-ng/common/lib"/> <property name="ccm.tools.lib.dir" value="${ccm.project.dir}/tools-ng/common/lib"/>
<property name="ccm.tools.rh-jdo.dir" value="${ccm.project.dir}/tools-ng/common/classes"/> <property name="ccm.tools.rh-jdo.dir" value="${ccm.project.dir}/tools-ng/common/classes"/>
<echo>Project file: ${ccm.bundle.folder}/cfg/project.xml</echo>
<!-- preliminary, must be taken from project.xml --> <!-- preliminary, must be taken from project.xml -->
<property name="ccm.home" value="${app.server.webapp.dir}/ROOT"/> <property name="ccm.context.dir" value="/ROOT"/>
<echo>Installation context: ${ccm.context.dir}</echo>
<property name="ccm.home" value="${app.server.webapp.dir}${ccm.context.dir}"/>
<echo>CCM home: ${ccm.home}</echo>
<!-- deprecated used by prebuild modules only --> <!-- deprecated used by prebuild modules only -->
<property name="shared.lib.dist.dir" value="${ccm.tools.lib.dir}"/> <property name="shared.lib.dist.dir" value="${ccm.tools.lib.dir}"/>