diff --git a/tools-ng/ecdc/build.xml b/tools-ng/ecdc/build.xml index c1a836982..8293d2856 100644 --- a/tools-ng/ecdc/build.xml +++ b/tools-ng/ecdc/build.xml @@ -14,47 +14,50 @@ - + - - - - - + + + + + + + - + + - + + + - - - - - - - - - - + + + + - - + You may not have been executed the preparational steps: -- configure (to create the compile/build/deploy/etc scripts @@ -62,8 +65,4 @@ - - - - diff --git a/tools-ng/ecdc/conf/ccm.properties b/tools-ng/ecdc/conf/ccm.properties index cd60da8d0..a38640f04 100644 --- a/tools-ng/ecdc/conf/ccm.properties +++ b/tools-ng/ecdc/conf/ccm.properties @@ -6,5 +6,5 @@ ## to overwrite. ## # Usually you will use a specific adapted bundle! Use local.ccm.properties! -bundle.folder=${project.dir}/ccm-ldn-aplaws/bundles/complete +ccm.bundle.folder=${ccm.project.dir}/ccm-ldn-aplaws/bundles/complete diff --git a/tools-ng/ecdc/conf/runtime.properties b/tools-ng/ecdc/conf/runtime.properties index 3d1e96941..3ea6c634b 100644 --- a/tools-ng/ecdc/conf/runtime.properties +++ b/tools-ng/ecdc/conf/runtime.properties @@ -10,11 +10,11 @@ ## Server Type ## + app.server.vendor=apache app.server.type=tomcat # Tomcat version 5.5 not yet supported! #app.server.version=5.5.27 app.server.version=6.0.18 - app.server.vendor=apache ## ## Server Directory @@ -22,13 +22,13 @@ app.server.bundles.name=${app.server.vendor}-${app.server.type}-${app.server.version} - app.server.bundles.zip=${tools.bundles.dir}/${app.server.bundles.name}.zip + app.server.bundles.zip=${ccm.ecdc.bundles.dir}/${app.server.bundles.name}.zip - app.server.parent.dir=${project.dir}/runtime - deploy.dir=${app.server.parent.dir}/${app.server.bundles.name} - webapp.dist.dir=${deploy.dir}/webapps -## deprecated, will not be used - webapp.conf.dir=${deploy.dir}/conf + app.server.parent.dir=${ccm.project.dir}/runtime + app.server.deploy.dir=${app.server.parent.dir}/${app.server.bundles.name} + app.server.conf.dir=${app.server.deploy.dir}/conf + + webapp.dist.dir=${app.server.deploy.dir}/webapps ## nolonger needed, handled by Mastertool ## webapp.registry.dir=${webapp.conf.dir}/registry diff --git a/tools-ng/ecdc/scriptlib/build-ccm.xml b/tools-ng/ecdc/scriptlib/build-ccm.xml index 7b2f326e7..810315260 100644 --- a/tools-ng/ecdc/scriptlib/build-ccm.xml +++ b/tools-ng/ecdc/scriptlib/build-ccm.xml @@ -1,16 +1,18 @@ + + - - - - Loading bundle ${bundle.folder} into ${ccm.home} - - + --> diff --git a/tools-ng/ecdc/scriptlib/build-common.xml b/tools-ng/ecdc/scriptlib/build-common.xml index 8b7ed8090..8affd0662 100644 --- a/tools-ng/ecdc/scriptlib/build-common.xml +++ b/tools-ng/ecdc/scriptlib/build-common.xml @@ -2,38 +2,38 @@ - - + - - - + + + - - - - - - + + + + + + + + + - - - - + - + - + diff --git a/tools-ng/ecdc/scriptlib/build-configure.xml b/tools-ng/ecdc/scriptlib/build-configure.xml index 49b654484..1623da325 100644 --- a/tools-ng/ecdc/scriptlib/build-configure.xml +++ b/tools-ng/ecdc/scriptlib/build-configure.xml @@ -1,25 +1,26 @@ + + - - - - - Validating the schema of project.xml - - + @@ -43,12 +44,16 @@ + uses currently the xsl templates used by the ccm scripts --> - - + + - - + Installing app server into ${deploy.dir} @@ -16,37 +18,43 @@ - - + + + todir="${app.server.deploy.dir}/common/endorsed" preservelastmodified="true"/> + + + + + + - +