12493 lines
746 KiB
XML
Executable File
12493 lines
746 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project basedir="." default="usage" name="CCM">
|
|
<property environment="env"/>
|
|
<property name="catalina.home.dir" value="${env.CATALINA_HOME}"/>
|
|
<property name="ccm.config.dir" value="${env.CCM_CONFIG_HOME}"/>
|
|
<property name="ccm.config.lib.dir" value="${env.CCM_CONFIG_LIB_DIR}"/>
|
|
<property name="ccm.home" value="${env.CCM_HOME}"/>
|
|
<property name="shared.lib.dist.dir" value="${env.CCM_SHARED_LIB_DIST_DIR}"/>
|
|
<property name="ccm.tools.dir" value="${env.CCM_TOOLS_HOME}"/>
|
|
<property name="webapp.dist.dir" value="${env.CCM_WEBAPP_DIST_DIR}"/>
|
|
<property name="property.file" value="ant.properties"/>
|
|
<property file="${property.file}"/>
|
|
<property value="aplaws" name="app.name"/>
|
|
<property value="" name="app.prettyname"/>
|
|
<property name="build.dir" value="build"/>
|
|
<property name="lib.dir" value="lib"/>
|
|
<property name="etclib.dir" value="etc/lib"/>
|
|
<property name="pdl.dir" value="pdl"/>
|
|
<property name="sql.dir" value="sql"/>
|
|
<property name="src.dir" value="src"/>
|
|
<property name="web.dir" value="web"/>
|
|
<property name="ddl.dir" value="ddl"/>
|
|
<property name="bin.dir" value="bin"/>
|
|
<property name="test.remote.port" value="8300"/>
|
|
<property name="test.sql.verbose" value="false"/>
|
|
<property name="test.sql.continue" value="true"/>
|
|
<property name="test.dir" value="test"/>
|
|
<property name="test.sql.dir" value="test/sql"/>
|
|
<property name="test.pdl.dir" value="test/pdl"/>
|
|
<property name="test.src.dir" value="test/src"/>
|
|
<property name="test.deploy.dir" value="${build.dir}/test"/>
|
|
<property name="test.tmp.dir" value="${build.dir}/tmp"/>
|
|
<property name="build.src.dir" value="${build.dir}/src"/>
|
|
<property name="build.classes.dir" value="${build.dir}/classes"/>
|
|
<property name="build.sql.dir" value="${build.dir}/sql"/>
|
|
<property name="build.test.dir" value="${build.dir}/tests"/>
|
|
<property name="build.test.classes.dir" value="${build.test.dir}/classes"/>
|
|
<property name="build.test.sql.dir" value="${build.test.dir}/sql"/>
|
|
<property name="javacc.home.dir" value="${etclib.dir}"/>
|
|
<property name="junit.suite" value="*Suite.class"/>
|
|
<property name="junit.test" value=""/>
|
|
<property name="junit.haltonfailure" value="off"/>
|
|
<property name="junit.haltonerror" value="off"/>
|
|
<property name="junit.usefail" value="false"/>
|
|
<property name="junit.usecactus" value="false"/>
|
|
<property name="junit.formatter" value="plain"/>
|
|
<property name="junit.formatter.extension" value="xml"/>
|
|
<property name="junit.showoutput" value="false"/>
|
|
<property name="junit.initializer.classname" value="com.arsdigita.tools.junit.extensions.CoreInitializer"/>
|
|
<property name="javadoc.dir" value="${build.dir}/api"/>
|
|
<property name="app.javadoc.dir" value="${build.dir}/api-apps"/>
|
|
<property name="pdl.args" value=""/>
|
|
<property name="compile.debug" value="on"/>
|
|
<property name="compile.optimize" value="on"/>
|
|
<property name="compile.deprecation" value="off"/>
|
|
<property name="compile.verbose" value="off"/>
|
|
<property name="compile.nowarn" value="off"/>
|
|
<property name="pmd.rulesets" value="rulesets/design.xml,rulesets/imports.xml"/>
|
|
<property name="pmd.format" value="xml"/>
|
|
<property name="pmd.report.dir" value="${build.dir}/pmd"/>
|
|
<property name="pmd.report.file" value="pmd.${pmd.format}"/>
|
|
<property name="jdo.lib.dir" value="${shared.lib.dist.dir}/jdo"/>
|
|
<property name="ddl.generator.classname" value="com.arsdigita.persistence.pdl.PDL"/>
|
|
<property name="test.ddl.generator.classname" value="com.arsdigita.persistence.pdl.TestPDLGenerator"/>
|
|
<property name="webxml.source.file" value="web.xml-aplaws"/>
|
|
<path id="ccm.base.classpath">
|
|
<dirset dir="${ccm.home}">
|
|
<include name="conf"/>
|
|
</dirset>
|
|
<pathelement path="${java.class.path}"/>
|
|
<fileset dir="${ccm.tools.dir}">
|
|
<include name="lib/security/*.jar"/>
|
|
</fileset>
|
|
</path>
|
|
<taskdef resource="net/sf/antcontrib/antcontrib.properties">
|
|
<classpath>
|
|
<pathelement location="${shared.lib.dist.dir}/ant-contrib.jar"/>
|
|
</classpath>
|
|
</taskdef>
|
|
<taskdef classname="com.redhat.ccm.tools.ant.taskdefs.JDOEnhance" name="jdoenhance">
|
|
<classpath>
|
|
<pathelement location="${ccm.config.dir}/classes"/>
|
|
</classpath>
|
|
</taskdef>
|
|
<path id="apps.ccm-core.pdl.path">
|
|
<pathelement location="ccm-core/${pdl.dir}"/>
|
|
<path refid="apps.ccm-core.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-core.pdl.path.internal"/>
|
|
<property name="apps.ccm-core.name" value="ccm-core"/>
|
|
<property name="apps.ccm-core.prettyname" value="Core"/>
|
|
<property name="apps.ccm-core.version" value="6.5.5"/>
|
|
<property name="apps.ccm-core.webapp.name" value="ROOT"/>
|
|
<path id="ccm-core.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-core.run.classpath.internal">
|
|
<fileset dir="./ccm-core">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-core/build/classes/"/>
|
|
<pathelement path="./ccm-core/build/sql/"/>
|
|
<pathelement path="./ccm-core/pdl"/>
|
|
</path>
|
|
<path id="ccm-core.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-core.build.classpath.internal">
|
|
<fileset dir="./ccm-core">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<fileset dir="${ccm.config.lib.dir}">
|
|
<include name="httpunit.jar"/>
|
|
<include name="httpunit-1.5.4.jar"/>
|
|
<include name="junit.jar"/>
|
|
<include name="junit-3.8.jar"/>
|
|
<include name="junitperf.jar"/>
|
|
<include name="junitperf-1.8.jar"/>
|
|
<include name="ccm-servlet23.jar"/>
|
|
</fileset>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-core.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-core.tests.classpath.internal">
|
|
<pathelement path="./ccm-core/build/tests/classes"/>
|
|
<pathelement path="./ccm-core/build/tests/sql"/>
|
|
<pathelement path="./ccm-core/test/pdl"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms.pdl.path">
|
|
<pathelement location="ccm-cms/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms.name" value="ccm-cms"/>
|
|
<property name="apps.ccm-cms.prettyname" value="Red Hat CCM Content Management System"/>
|
|
<property name="apps.ccm-cms.version" value="6.5.2"/>
|
|
<property name="apps.ccm-cms.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms.run.classpath.internal">
|
|
<fileset dir="./ccm-cms">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms/build/classes/"/>
|
|
<pathelement path="./ccm-cms/build/sql/"/>
|
|
<pathelement path="./ccm-cms/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms.build.classpath.internal">
|
|
<fileset dir="./ccm-cms">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms/test/pdl"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-assets-fileattachment.pdl.path">
|
|
<pathelement location="ccm-cms-assets-fileattachment/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-assets-fileattachment.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-assets-fileattachment.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-assets-fileattachment.name" value="ccm-cms-assets-fileattachment"/>
|
|
<property name="apps.ccm-cms-assets-fileattachment.prettyname" value="Red Hat CMS Content Asset File Attachment"/>
|
|
<property name="apps.ccm-cms-assets-fileattachment.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-assets-fileattachment.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-assets-fileattachment.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-fileattachment.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-fileattachment.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-assets-fileattachment">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-assets-fileattachment/build/classes/"/>
|
|
<pathelement path="./ccm-cms-assets-fileattachment/build/sql/"/>
|
|
<pathelement path="./ccm-cms-assets-fileattachment/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-fileattachment.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-fileattachment.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-fileattachment.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-assets-fileattachment">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-assets-fileattachment.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-fileattachment.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-fileattachment.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-fileattachment.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-assets-fileattachment/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-assets-fileattachment/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-assets-fileattachment/test/pdl"/>
|
|
<path refid="ccm-cms-assets-fileattachment.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-assets-notes.pdl.path">
|
|
<pathelement location="ccm-cms-assets-notes/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-assets-notes.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-assets-notes.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-assets-notes.name" value="ccm-cms-assets-notes"/>
|
|
<property name="apps.ccm-cms-assets-notes.prettyname" value="Red Hat CMS Content Asset Notes"/>
|
|
<property name="apps.ccm-cms-assets-notes.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-assets-notes.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-assets-notes.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-notes.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-notes.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-assets-notes">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-assets-notes/build/classes/"/>
|
|
<pathelement path="./ccm-cms-assets-notes/build/sql/"/>
|
|
<pathelement path="./ccm-cms-assets-notes/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-notes.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-notes.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-notes.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-assets-notes">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-assets-notes.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-notes.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-notes.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-notes.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-assets-notes/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-assets-notes/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-assets-notes/test/pdl"/>
|
|
<path refid="ccm-cms-assets-notes.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-assets-relatedlink.pdl.path">
|
|
<pathelement location="ccm-cms-assets-relatedlink/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-assets-relatedlink.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-assets-relatedlink.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-assets-relatedlink.name" value="ccm-cms-assets-relatedlink"/>
|
|
<property name="apps.ccm-cms-assets-relatedlink.prettyname" value="Red Hat CMS Content Asset Related Link"/>
|
|
<property name="apps.ccm-cms-assets-relatedlink.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-assets-relatedlink.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-assets-relatedlink.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-relatedlink.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-relatedlink.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-assets-relatedlink">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-assets-relatedlink/build/classes/"/>
|
|
<pathelement path="./ccm-cms-assets-relatedlink/build/sql/"/>
|
|
<pathelement path="./ccm-cms-assets-relatedlink/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-relatedlink.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-relatedlink.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-relatedlink.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-assets-relatedlink">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-assets-relatedlink.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-relatedlink.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-assets-relatedlink.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-assets-relatedlink.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-assets-relatedlink/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-assets-relatedlink/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-assets-relatedlink/test/pdl"/>
|
|
<path refid="ccm-cms-assets-relatedlink.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-address.pdl.path">
|
|
<pathelement location="ccm-cms-types-address/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-address.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-address.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-address.name" value="ccm-cms-types-address"/>
|
|
<property name="apps.ccm-cms-types-address.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-address.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-address.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-address.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-address.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-address.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-address">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-address/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-address/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-address/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-address.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-address.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-address.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-address">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-address.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-address.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-address.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-address.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-address/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-address/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-address/test/pdl"/>
|
|
<path refid="ccm-cms-types-address.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-article.pdl.path">
|
|
<pathelement location="ccm-cms-types-article/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-article.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-article.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-article.name" value="ccm-cms-types-article"/>
|
|
<property name="apps.ccm-cms-types-article.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-article.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-article.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-article.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-article.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-article.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-article">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-article/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-article/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-article/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-article.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-article.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-article.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-article">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-article.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-article.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-article.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-article.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-article/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-article/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-article/test/pdl"/>
|
|
<path refid="ccm-cms-types-article.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-bookmark.pdl.path">
|
|
<pathelement location="ccm-cms-types-bookmark/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-bookmark.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-bookmark.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-bookmark.name" value="ccm-cms-types-bookmark"/>
|
|
<property name="apps.ccm-cms-types-bookmark.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-bookmark.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-bookmark.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-bookmark.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-bookmark.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-bookmark.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-bookmark">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-bookmark/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-bookmark/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-bookmark/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-bookmark.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-bookmark.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-bookmark.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-bookmark">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-bookmark.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-bookmark.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-bookmark.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-bookmark.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-bookmark/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-bookmark/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-bookmark/test/pdl"/>
|
|
<path refid="ccm-cms-types-bookmark.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-contact.pdl.path">
|
|
<pathelement location="ccm-cms-types-contact/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-contact.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-contact.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-contact.name" value="ccm-cms-types-contact"/>
|
|
<property name="apps.ccm-cms-types-contact.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-contact.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-contact.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-contact.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-contact.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-contact.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-contact">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-contact/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-contact/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-contact/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-contact.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-contact.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-contact.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-contact">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-contact.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-contact.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-contact.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-contact.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-contact/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-contact/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-contact/test/pdl"/>
|
|
<path refid="ccm-cms-types-contact.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-event.pdl.path">
|
|
<pathelement location="ccm-cms-types-event/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-event.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-event.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-event.name" value="ccm-cms-types-event"/>
|
|
<property name="apps.ccm-cms-types-event.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-event.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-event.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-event.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-event.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-event.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-event">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-event/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-event/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-event/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-event.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-event.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-event.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-event">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-event.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-event.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-event.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-event.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-event/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-event/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-event/test/pdl"/>
|
|
<path refid="ccm-cms-types-event.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-faqitem.pdl.path">
|
|
<pathelement location="ccm-cms-types-faqitem/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-faqitem.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-faqitem.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-faqitem.name" value="ccm-cms-types-faqitem"/>
|
|
<property name="apps.ccm-cms-types-faqitem.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-faqitem.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-faqitem.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-faqitem.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-faqitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-faqitem.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-faqitem">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-faqitem/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-faqitem/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-faqitem/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-faqitem.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-faqitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-faqitem.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-faqitem">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-faqitem.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-faqitem.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-faqitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-faqitem.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-faqitem/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-faqitem/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-faqitem/test/pdl"/>
|
|
<path refid="ccm-cms-types-faqitem.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-filestorageitem.pdl.path">
|
|
<pathelement location="ccm-cms-types-filestorageitem/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-filestorageitem.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-filestorageitem.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-filestorageitem.name" value="ccm-cms-types-filestorageitem"/>
|
|
<property name="apps.ccm-cms-types-filestorageitem.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-filestorageitem.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-filestorageitem.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-filestorageitem.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-filestorageitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-filestorageitem.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-filestorageitem">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-filestorageitem/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-filestorageitem/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-filestorageitem/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-filestorageitem.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-filestorageitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-filestorageitem.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-filestorageitem">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-filestorageitem.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-filestorageitem.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-filestorageitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-filestorageitem.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-filestorageitem/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-filestorageitem/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-filestorageitem/test/pdl"/>
|
|
<path refid="ccm-cms-types-filestorageitem.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-formitem.pdl.path">
|
|
<pathelement location="ccm-cms-types-formitem/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-formitem.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-formitem.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-cms-types-formsectionitem.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-formitem.name" value="ccm-cms-types-formitem"/>
|
|
<property name="apps.ccm-cms-types-formitem.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-formitem.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-formitem.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-formitem.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-formitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formsectionitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formitem.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-formitem">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-formitem/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-formitem/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-formitem/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formitem.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-formitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formsectionitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formitem.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-formitem">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-formitem.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formitem.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-formitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formsectionitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formitem.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-formitem/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-formitem/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-formitem/test/pdl"/>
|
|
<path refid="ccm-cms-types-formitem.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-formsectionitem.pdl.path">
|
|
<pathelement location="ccm-cms-types-formsectionitem/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-formsectionitem.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-formsectionitem.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-formsectionitem.name" value="ccm-cms-types-formsectionitem"/>
|
|
<property name="apps.ccm-cms-types-formsectionitem.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-formsectionitem.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-formsectionitem.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-formsectionitem.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-formsectionitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formsectionitem.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-formsectionitem">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-formsectionitem/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-formsectionitem/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-formsectionitem/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formsectionitem.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-formsectionitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formsectionitem.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-formsectionitem">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-formsectionitem.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formsectionitem.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-formsectionitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-formsectionitem.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-formsectionitem/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-formsectionitem/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-formsectionitem/test/pdl"/>
|
|
<path refid="ccm-cms-types-formsectionitem.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-glossaryitem.pdl.path">
|
|
<pathelement location="ccm-cms-types-glossaryitem/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-glossaryitem.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-glossaryitem.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-glossaryitem.name" value="ccm-cms-types-glossaryitem"/>
|
|
<property name="apps.ccm-cms-types-glossaryitem.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-glossaryitem.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-glossaryitem.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-glossaryitem.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-glossaryitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-glossaryitem.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-glossaryitem">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-glossaryitem/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-glossaryitem/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-glossaryitem/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-glossaryitem.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-glossaryitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-glossaryitem.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-glossaryitem">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-glossaryitem.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-glossaryitem.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-glossaryitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-glossaryitem.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-glossaryitem/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-glossaryitem/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-glossaryitem/test/pdl"/>
|
|
<path refid="ccm-cms-types-glossaryitem.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-mparticle.pdl.path">
|
|
<pathelement location="ccm-cms-types-mparticle/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-mparticle.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-mparticle.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-mparticle.name" value="ccm-cms-types-mparticle"/>
|
|
<property name="apps.ccm-cms-types-mparticle.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-mparticle.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-mparticle.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-mparticle.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-mparticle.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-mparticle.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-mparticle">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-mparticle/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-mparticle/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-mparticle/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-mparticle.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-mparticle.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-mparticle.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-mparticle">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-mparticle.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-mparticle.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-mparticle.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-mparticle.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-mparticle/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-mparticle/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-mparticle/test/pdl"/>
|
|
<path refid="ccm-cms-types-mparticle.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-newsitem.pdl.path">
|
|
<pathelement location="ccm-cms-types-newsitem/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-newsitem.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-newsitem.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-newsitem.name" value="ccm-cms-types-newsitem"/>
|
|
<property name="apps.ccm-cms-types-newsitem.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-newsitem.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-newsitem.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-newsitem.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-newsitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-newsitem.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-newsitem">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-newsitem/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-newsitem/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-newsitem/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-newsitem.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-newsitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-newsitem.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-newsitem">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-newsitem.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-newsitem.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-newsitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-newsitem.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-newsitem/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-newsitem/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-newsitem/test/pdl"/>
|
|
<path refid="ccm-cms-types-newsitem.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-siteproxy.pdl.path">
|
|
<pathelement location="ccm-cms-types-siteproxy/${pdl.dir}"/>
|
|
<path refid="apps.ccm-cms-types-siteproxy.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-cms-types-siteproxy.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-cms-types-siteproxy.name" value="ccm-cms-types-siteproxy"/>
|
|
<property name="apps.ccm-cms-types-siteproxy.prettyname" value="Red Hat CCM Content Types"/>
|
|
<property name="apps.ccm-cms-types-siteproxy.version" value="6.5.0"/>
|
|
<property name="apps.ccm-cms-types-siteproxy.webapp.name" value="ROOT"/>
|
|
<path id="ccm-cms-types-siteproxy.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-siteproxy.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-siteproxy.run.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-siteproxy">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-cms-types-siteproxy/build/classes/"/>
|
|
<pathelement path="./ccm-cms-types-siteproxy/build/sql/"/>
|
|
<pathelement path="./ccm-cms-types-siteproxy/pdl"/>
|
|
</path>
|
|
<path id="ccm-cms-types-siteproxy.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-siteproxy.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-siteproxy.build.classpath.internal">
|
|
<fileset dir="./ccm-cms-types-siteproxy">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-cms-types-siteproxy.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-cms-types-siteproxy.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-cms-types-siteproxy.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-cms-types-siteproxy.tests.classpath.internal">
|
|
<pathelement path="./ccm-cms-types-siteproxy/build/tests/classes"/>
|
|
<pathelement path="./ccm-cms-types-siteproxy/build/tests/sql"/>
|
|
<pathelement path="./ccm-cms-types-siteproxy/test/pdl"/>
|
|
<path refid="ccm-cms-types-siteproxy.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-forum.pdl.path">
|
|
<pathelement location="ccm-forum/${pdl.dir}"/>
|
|
<path refid="apps.ccm-forum.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-forum.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-forum.name" value="ccm-forum"/>
|
|
<property name="apps.ccm-forum.prettyname" value="Forum"/>
|
|
<property name="apps.ccm-forum.version" value="6.5.0"/>
|
|
<property name="apps.ccm-forum.webapp.name" value="ccm-forum"/>
|
|
<path id="ccm-forum.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-forum.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-forum.run.classpath.internal">
|
|
<fileset dir="./ccm-forum">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-forum/build/classes/"/>
|
|
<pathelement path="./ccm-forum/build/sql/"/>
|
|
<pathelement path="./ccm-forum/pdl"/>
|
|
</path>
|
|
<path id="ccm-forum.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-forum.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-forum.build.classpath.internal">
|
|
<fileset dir="./ccm-forum">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-forum.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-forum.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-forum.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-forum.tests.classpath.internal">
|
|
<pathelement path="./ccm-forum/build/tests/classes"/>
|
|
<pathelement path="./ccm-forum/build/tests/sql"/>
|
|
<pathelement path="./ccm-forum/test/pdl"/>
|
|
<path refid="ccm-forum.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-simplesurvey.pdl.path">
|
|
<pathelement location="ccm-simplesurvey/${pdl.dir}"/>
|
|
<path refid="apps.ccm-simplesurvey.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-simplesurvey.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-simplesurvey.name" value="ccm-simplesurvey"/>
|
|
<property name="apps.ccm-simplesurvey.prettyname" value="Core"/>
|
|
<property name="apps.ccm-simplesurvey.version" value="6.5.0"/>
|
|
<property name="apps.ccm-simplesurvey.webapp.name" value="ccm-simplesurvey"/>
|
|
<path id="ccm-simplesurvey.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-simplesurvey.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-simplesurvey.run.classpath.internal">
|
|
<fileset dir="./ccm-simplesurvey">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-simplesurvey/build/classes/"/>
|
|
<pathelement path="./ccm-simplesurvey/build/sql/"/>
|
|
<pathelement path="./ccm-simplesurvey/pdl"/>
|
|
</path>
|
|
<path id="ccm-simplesurvey.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-simplesurvey.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-simplesurvey.build.classpath.internal">
|
|
<fileset dir="./ccm-simplesurvey">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-simplesurvey.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-simplesurvey.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-simplesurvey.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-simplesurvey.tests.classpath.internal">
|
|
<pathelement path="./ccm-simplesurvey/build/tests/classes"/>
|
|
<pathelement path="./ccm-simplesurvey/build/tests/sql"/>
|
|
<pathelement path="./ccm-simplesurvey/test/pdl"/>
|
|
<path refid="ccm-simplesurvey.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-user-preferences.pdl.path">
|
|
<pathelement location="ccm-user-preferences/${pdl.dir}"/>
|
|
<path refid="apps.ccm-user-preferences.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-user-preferences.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-user-preferences.name" value="ccm-user-preferences"/>
|
|
<property name="apps.ccm-user-preferences.prettyname" value="User Preferences"/>
|
|
<property name="apps.ccm-user-preferences.version" value="6.5.0"/>
|
|
<property name="apps.ccm-user-preferences.webapp.name" value="ccm-user-preferences"/>
|
|
<path id="ccm-user-preferences.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-user-preferences.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-user-preferences.run.classpath.internal">
|
|
<fileset dir="./ccm-user-preferences">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-user-preferences/build/classes/"/>
|
|
<pathelement path="./ccm-user-preferences/build/sql/"/>
|
|
<pathelement path="./ccm-user-preferences/pdl"/>
|
|
</path>
|
|
<path id="ccm-user-preferences.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-user-preferences.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-user-preferences.build.classpath.internal">
|
|
<fileset dir="./ccm-user-preferences">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-user-preferences.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-user-preferences.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-user-preferences.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-user-preferences.tests.classpath.internal">
|
|
<pathelement path="./ccm-user-preferences/build/tests/classes"/>
|
|
<pathelement path="./ccm-user-preferences/build/tests/sql"/>
|
|
<pathelement path="./ccm-user-preferences/test/pdl"/>
|
|
<path refid="ccm-user-preferences.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-image-step.pdl.path">
|
|
<pathelement location="ccm-ldn-image-step/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-image-step.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-image-step.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-navigation.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-image-step.name" value="ccm-ldn-image-step"/>
|
|
<property name="apps.ccm-ldn-image-step.prettyname" value="Image step"/>
|
|
<property name="apps.ccm-ldn-image-step.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-image-step.webapp.name" value="ROOT"/>
|
|
<path id="ccm-ldn-image-step.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-image-step.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-image-step.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-image-step">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-image-step/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-image-step/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-image-step/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-image-step.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-image-step.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-image-step.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-image-step">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-image-step.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-image-step.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-image-step.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-image-step.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-image-step/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-image-step/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-image-step/test/pdl"/>
|
|
<path refid="ccm-ldn-image-step.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-navigation.pdl.path">
|
|
<pathelement location="ccm-ldn-navigation/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-navigation.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-navigation.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-terms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-util.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-navigation.name" value="ccm-ldn-navigation"/>
|
|
<property name="apps.ccm-ldn-navigation.prettyname" value="Navigation"/>
|
|
<property name="apps.ccm-ldn-navigation.version" value="6.5.1"/>
|
|
<property name="apps.ccm-ldn-navigation.webapp.name" value="ROOT"/>
|
|
<path id="ccm-ldn-navigation.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-navigation.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-navigation">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-navigation/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-navigation/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-navigation/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-navigation.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-navigation.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-navigation">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-navigation.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-navigation.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-navigation.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-navigation/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-navigation/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-navigation/test/pdl"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-portal.pdl.path">
|
|
<pathelement location="ccm-ldn-portal/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-portal.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-portal.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-forum.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-navigation.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-rss.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-subsite.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-util.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-portal.name" value="ccm-ldn-portal"/>
|
|
<property name="apps.ccm-ldn-portal.prettyname" value="Portal"/>
|
|
<property name="apps.ccm-ldn-portal.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-portal.webapp.name" value="ROOT"/>
|
|
<path id="ccm-ldn-portal.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-portal.run.classpath.internal"/>
|
|
<path refid="ccm-forum.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-portal.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-portal">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-portal/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-portal/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-portal/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-portal.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-portal.build.classpath.internal"/>
|
|
<path refid="ccm-forum.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-portal.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-portal">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-portal.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-portal.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-portal.tests.classpath.internal"/>
|
|
<path refid="ccm-forum.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-portal.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-portal/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-portal/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-portal/test/pdl"/>
|
|
<path refid="ccm-ldn-portal.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-rss.pdl.path">
|
|
<pathelement location="ccm-ldn-rss/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-rss.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-rss.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-terms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-util.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-rss.name" value="ccm-ldn-rss"/>
|
|
<property name="apps.ccm-ldn-rss.prettyname" value="RSS"/>
|
|
<property name="apps.ccm-ldn-rss.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-rss.webapp.name" value="ccm-ldn-rss"/>
|
|
<path id="ccm-ldn-rss.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-rss.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-rss.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-rss">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-rss/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-rss/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-rss/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-rss.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-rss.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-rss.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-rss">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-rss.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-rss.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-rss.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-rss.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-rss/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-rss/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-rss/test/pdl"/>
|
|
<path refid="ccm-ldn-rss.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-search.pdl.path">
|
|
<pathelement location="ccm-ldn-search/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-search.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-search.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-util.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-search.name" value="ccm-ldn-search"/>
|
|
<property name="apps.ccm-ldn-search.prettyname" value="Search"/>
|
|
<property name="apps.ccm-ldn-search.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-search.webapp.name" value="ccm-ldn-search"/>
|
|
<path id="ccm-ldn-search.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-search.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-search.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-search">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-search/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-search/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-search/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-search.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-search.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-search.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-search">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-search.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-search.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-search.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-search.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-search/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-search/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-search/test/pdl"/>
|
|
<path refid="ccm-ldn-search.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-shortcuts.pdl.path">
|
|
<pathelement location="ccm-ldn-shortcuts/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-shortcuts.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-shortcuts.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-shortcuts.name" value="ccm-ldn-shortcuts"/>
|
|
<property name="apps.ccm-ldn-shortcuts.prettyname" value="Shortcuts"/>
|
|
<property name="apps.ccm-ldn-shortcuts.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-shortcuts.webapp.name" value="ccm-ldn-shortcuts"/>
|
|
<path id="ccm-ldn-shortcuts.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-shortcuts.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-shortcuts.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-shortcuts">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-shortcuts/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-shortcuts/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-shortcuts/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-shortcuts.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-shortcuts.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-shortcuts.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-shortcuts">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-shortcuts.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-shortcuts.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-shortcuts.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-shortcuts.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-shortcuts/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-shortcuts/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-shortcuts/test/pdl"/>
|
|
<path refid="ccm-ldn-shortcuts.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-subsite.pdl.path">
|
|
<pathelement location="ccm-ldn-subsite/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-subsite.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-subsite.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-navigation.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-util.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-subsite.name" value="ccm-ldn-subsite"/>
|
|
<property name="apps.ccm-ldn-subsite.prettyname" value="Subsite"/>
|
|
<property name="apps.ccm-ldn-subsite.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-subsite.webapp.name" value="ccm-ldn-subsite"/>
|
|
<path id="ccm-ldn-subsite.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-subsite.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-subsite.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-subsite">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-subsite/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-subsite/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-subsite/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-subsite.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-subsite.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-subsite.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-subsite">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-subsite.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-subsite.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-subsite.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-subsite.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-subsite/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-subsite/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-subsite/test/pdl"/>
|
|
<path refid="ccm-ldn-subsite.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-terms.pdl.path">
|
|
<pathelement location="ccm-ldn-terms/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-terms.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-terms.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-util.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-terms.name" value="ccm-ldn-terms"/>
|
|
<property name="apps.ccm-ldn-terms.prettyname" value="Terms"/>
|
|
<property name="apps.ccm-ldn-terms.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-terms.webapp.name" value="ccm-ldn-terms"/>
|
|
<path id="ccm-ldn-terms.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-terms.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-terms">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-terms/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-terms/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-terms/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-terms.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-terms.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-terms">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-terms.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-terms.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-terms/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-terms/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-terms/test/pdl"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-theme.pdl.path">
|
|
<pathelement location="ccm-ldn-theme/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-theme.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-theme.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-subsite.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-theme.name" value="ccm-ldn-theme"/>
|
|
<property name="apps.ccm-ldn-theme.prettyname" value="Theme"/>
|
|
<property name="apps.ccm-ldn-theme.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-theme.webapp.name" value="ccm-ldn-theme"/>
|
|
<path id="ccm-ldn-theme.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-theme.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-theme.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-theme">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-theme/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-theme/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-theme/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-theme.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-theme.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-theme.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-theme">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-theme.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-theme.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-theme.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-theme.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-theme/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-theme/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-theme/test/pdl"/>
|
|
<path refid="ccm-ldn-theme.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-util.pdl.path">
|
|
<pathelement location="ccm-ldn-util/${pdl.dir}"/>
|
|
<path refid="apps.ccm-ldn-util.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-ldn-util.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-ldn-util.name" value="ccm-ldn-util"/>
|
|
<property name="apps.ccm-ldn-util.prettyname" value="Util"/>
|
|
<property name="apps.ccm-ldn-util.version" value="6.5.0"/>
|
|
<property name="apps.ccm-ldn-util.webapp.name" value="ccm-ldn-util"/>
|
|
<path id="ccm-ldn-util.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-util.run.classpath.internal">
|
|
<fileset dir="./ccm-ldn-util">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-ldn-util/build/classes/"/>
|
|
<pathelement path="./ccm-ldn-util/build/sql/"/>
|
|
<pathelement path="./ccm-ldn-util/pdl"/>
|
|
</path>
|
|
<path id="ccm-ldn-util.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-util.build.classpath.internal">
|
|
<fileset dir="./ccm-ldn-util">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-ldn-util.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-ldn-util.tests.classpath.internal">
|
|
<pathelement path="./ccm-ldn-util/build/tests/classes"/>
|
|
<pathelement path="./ccm-ldn-util/build/tests/sql"/>
|
|
<pathelement path="./ccm-ldn-util/test/pdl"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-shp-aplaws.pdl.path">
|
|
<pathelement location="ccm-shp-aplaws/${pdl.dir}"/>
|
|
<path refid="apps.ccm-shp-aplaws.pdl.path.internal"/>
|
|
</path>
|
|
<path id="apps.ccm-shp-aplaws.pdl.path.internal">
|
|
<path refid="apps.ccm-core.pdl.path"/>
|
|
<path refid="apps.ccm-cms.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-navigation.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-portal.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-search.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-subsite.pdl.path"/>
|
|
<path refid="apps.ccm-ldn-terms.pdl.path"/>
|
|
</path>
|
|
<property name="apps.ccm-shp-aplaws.name" value="ccm-shp-aplaws"/>
|
|
<property name="apps.ccm-shp-aplaws.prettyname" value="APLAWS"/>
|
|
<property name="apps.ccm-shp-aplaws.version" value="6.5.0"/>
|
|
<property name="apps.ccm-shp-aplaws.webapp.name" value="ROOT"/>
|
|
<path id="ccm-shp-aplaws.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-shp-aplaws.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-portal.run.classpath.internal"/>
|
|
<path refid="ccm-forum.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-search.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-shp-aplaws.run.classpath.internal">
|
|
<fileset dir="./ccm-shp-aplaws">
|
|
<include name="${lib.dir}/*.jar"/>
|
|
<include name="${lib.dir}/*.zip"/>
|
|
</fileset>
|
|
<pathelement path="./ccm-shp-aplaws/build/classes/"/>
|
|
<pathelement path="./ccm-shp-aplaws/build/sql/"/>
|
|
<pathelement path="./ccm-shp-aplaws/pdl"/>
|
|
</path>
|
|
<path id="ccm-shp-aplaws.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-shp-aplaws.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-portal.build.classpath.internal"/>
|
|
<path refid="ccm-forum.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-search.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-shp-aplaws.build.classpath.internal">
|
|
<fileset dir="./ccm-shp-aplaws">
|
|
<include name="${etclib.dir}/*.jar"/>
|
|
<include name="${etclib.dir}/*.zip"/>
|
|
</fileset>
|
|
<path refid="ccm-shp-aplaws.run.classpath.internal"/>
|
|
</path>
|
|
<path id="ccm-shp-aplaws.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-shp-aplaws.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-portal.tests.classpath.internal"/>
|
|
<path refid="ccm-forum.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-search.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="ccm-shp-aplaws.tests.classpath.internal">
|
|
<pathelement path="./ccm-shp-aplaws/build/tests/classes"/>
|
|
<pathelement path="./ccm-shp-aplaws/build/tests/sql"/>
|
|
<pathelement path="./ccm-shp-aplaws/test/pdl"/>
|
|
<path refid="ccm-shp-aplaws.build.classpath.internal"/>
|
|
</path>
|
|
<path id="server.build.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-core.build.classpath.internal"/>
|
|
<path refid="ccm-cms.build.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-fileattachment.build.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-notes.build.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-relatedlink.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-address.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-article.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-bookmark.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-contact.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-event.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-faqitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-filestorageitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formsectionitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-glossaryitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-mparticle.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-newsitem.build.classpath.internal"/>
|
|
<path refid="ccm-cms-types-siteproxy.build.classpath.internal"/>
|
|
<path refid="ccm-forum.build.classpath.internal"/>
|
|
<path refid="ccm-simplesurvey.build.classpath.internal"/>
|
|
<path refid="ccm-user-preferences.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-image-step.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-portal.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-search.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-shortcuts.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-theme.build.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.build.classpath.internal"/>
|
|
<path refid="ccm-shp-aplaws.build.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="server.run.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-core.run.classpath.internal"/>
|
|
<path refid="ccm-cms.run.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-fileattachment.run.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-notes.run.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-relatedlink.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-address.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-article.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-bookmark.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-contact.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-event.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-faqitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-filestorageitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formsectionitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-glossaryitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-mparticle.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-newsitem.run.classpath.internal"/>
|
|
<path refid="ccm-cms-types-siteproxy.run.classpath.internal"/>
|
|
<path refid="ccm-forum.run.classpath.internal"/>
|
|
<path refid="ccm-simplesurvey.run.classpath.internal"/>
|
|
<path refid="ccm-user-preferences.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-image-step.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-portal.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-search.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-shortcuts.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-theme.run.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.run.classpath.internal"/>
|
|
<path refid="ccm-shp-aplaws.run.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<path id="server.tests.classpath">
|
|
<pathelement path="${ccm.config.dir}/lib/xerces.jar"/>
|
|
<path refid="ccm-core.tests.classpath.internal"/>
|
|
<path refid="ccm-cms.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-fileattachment.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-notes.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-assets-relatedlink.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-address.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-article.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-bookmark.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-contact.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-event.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-faqitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-filestorageitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-formsectionitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-glossaryitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-mparticle.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-newsitem.tests.classpath.internal"/>
|
|
<path refid="ccm-cms-types-siteproxy.tests.classpath.internal"/>
|
|
<path refid="ccm-forum.tests.classpath.internal"/>
|
|
<path refid="ccm-simplesurvey.tests.classpath.internal"/>
|
|
<path refid="ccm-user-preferences.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-image-step.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-navigation.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-portal.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-rss.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-search.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-shortcuts.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-subsite.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-terms.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-theme.tests.classpath.internal"/>
|
|
<path refid="ccm-ldn-util.tests.classpath.internal"/>
|
|
<path refid="ccm-shp-aplaws.tests.classpath.internal"/>
|
|
<path refid="ccm.base.classpath"/>
|
|
</path>
|
|
<target description="Cleans out the 'ccm-core' build environment and whole deployment directory" name="clean-ccm-core" depends="init,clean-deploy">
|
|
<ant inheritRefs="true" dir="ccm-core" target="clean-build-hook" antfile="build-hooks.xml"/>
|
|
<ant inheritRefs="true" dir="ccm-core" target="clean-tests-hook" antfile="build-hooks.xml"/>
|
|
<delete dir="ccm-core/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-core">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms' build environment and whole deployment directory" name="clean-ccm-cms" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-assets-fileattachment' build environment and whole deployment directory" name="clean-ccm-cms-assets-fileattachment" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-assets-fileattachment/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-assets-fileattachment">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-assets-notes' build environment and whole deployment directory" name="clean-ccm-cms-assets-notes" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-assets-notes/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-assets-notes">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-assets-relatedlink' build environment and whole deployment directory" name="clean-ccm-cms-assets-relatedlink" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-assets-relatedlink/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-assets-relatedlink">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-address' build environment and whole deployment directory" name="clean-ccm-cms-types-address" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-address/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-address">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-article' build environment and whole deployment directory" name="clean-ccm-cms-types-article" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-article/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-article">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-bookmark' build environment and whole deployment directory" name="clean-ccm-cms-types-bookmark" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-bookmark/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-bookmark">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-contact' build environment and whole deployment directory" name="clean-ccm-cms-types-contact" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-contact/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-contact">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-event' build environment and whole deployment directory" name="clean-ccm-cms-types-event" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-event/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-event">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-faqitem' build environment and whole deployment directory" name="clean-ccm-cms-types-faqitem" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-faqitem/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-faqitem">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-filestorageitem' build environment and whole deployment directory" name="clean-ccm-cms-types-filestorageitem" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-filestorageitem/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-filestorageitem">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-formitem' build environment and whole deployment directory" name="clean-ccm-cms-types-formitem" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-formitem/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-formitem">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-formsectionitem' build environment and whole deployment directory" name="clean-ccm-cms-types-formsectionitem" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-formsectionitem/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-formsectionitem">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-glossaryitem' build environment and whole deployment directory" name="clean-ccm-cms-types-glossaryitem" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-glossaryitem/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-glossaryitem">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-mparticle' build environment and whole deployment directory" name="clean-ccm-cms-types-mparticle" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-mparticle/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-mparticle">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-newsitem' build environment and whole deployment directory" name="clean-ccm-cms-types-newsitem" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-newsitem/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-newsitem">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-cms-types-siteproxy' build environment and whole deployment directory" name="clean-ccm-cms-types-siteproxy" depends="init,clean-deploy">
|
|
<delete dir="ccm-cms-types-siteproxy/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-cms-types-siteproxy">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-forum' build environment and whole deployment directory" name="clean-ccm-forum" depends="init,clean-deploy">
|
|
<delete dir="ccm-forum/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-forum">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-simplesurvey' build environment and whole deployment directory" name="clean-ccm-simplesurvey" depends="init,clean-deploy">
|
|
<delete dir="ccm-simplesurvey/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-user-preferences' build environment and whole deployment directory" name="clean-ccm-user-preferences" depends="init,clean-deploy">
|
|
<delete dir="ccm-user-preferences/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-image-step' build environment and whole deployment directory" name="clean-ccm-ldn-image-step" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-image-step/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-navigation' build environment and whole deployment directory" name="clean-ccm-ldn-navigation" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-navigation/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-portal' build environment and whole deployment directory" name="clean-ccm-ldn-portal" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-portal/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-rss' build environment and whole deployment directory" name="clean-ccm-ldn-rss" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-rss/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-search' build environment and whole deployment directory" name="clean-ccm-ldn-search" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-search/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-shortcuts' build environment and whole deployment directory" name="clean-ccm-ldn-shortcuts" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-shortcuts/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-subsite' build environment and whole deployment directory" name="clean-ccm-ldn-subsite" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-subsite/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-terms' build environment and whole deployment directory" name="clean-ccm-ldn-terms" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-terms/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-theme' build environment and whole deployment directory" name="clean-ccm-ldn-theme" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-theme/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-ldn-util' build environment and whole deployment directory" name="clean-ccm-ldn-util" depends="init,clean-deploy">
|
|
<delete dir="ccm-ldn-util/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the 'ccm-shp-aplaws' build environment and whole deployment directory" name="clean-ccm-shp-aplaws" depends="init,clean-deploy">
|
|
<delete dir="ccm-shp-aplaws/${build.dir}"/>
|
|
<delete>
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="TEST-*.txt"/>
|
|
<include name="TEST-*.xml"/>
|
|
</fileset>
|
|
</delete>
|
|
</target>
|
|
<target description="Cleans out the deployment directory" depends="init" name="clean-deploy">
|
|
<delete dir="${deploy.shared.lib.dir}"/>
|
|
<delete dir="${deploy.private.lib.dir}"/>
|
|
<delete dir="${deploy.webapp.dir}"/>
|
|
</target>
|
|
<target name="clean" description="Cleans out the build environment and deployment directory" depends="init,clean-ccm-core,clean-ccm-cms,clean-ccm-cms-assets-fileattachment,clean-ccm-cms-assets-notes,clean-ccm-cms-assets-relatedlink,clean-ccm-cms-types-address,clean-ccm-cms-types-article,clean-ccm-cms-types-bookmark,clean-ccm-cms-types-contact,clean-ccm-cms-types-event,clean-ccm-cms-types-faqitem,clean-ccm-cms-types-filestorageitem,clean-ccm-cms-types-formitem,clean-ccm-cms-types-formsectionitem,clean-ccm-cms-types-glossaryitem,clean-ccm-cms-types-mparticle,clean-ccm-cms-types-newsitem,clean-ccm-cms-types-siteproxy,clean-ccm-forum,clean-ccm-simplesurvey,clean-ccm-user-preferences,clean-ccm-ldn-image-step,clean-ccm-ldn-navigation,clean-ccm-ldn-portal,clean-ccm-ldn-rss,clean-ccm-ldn-search,clean-ccm-ldn-shortcuts,clean-ccm-ldn-subsite,clean-ccm-ldn-terms,clean-ccm-ldn-theme,clean-ccm-ldn-util,clean-ccm-shp-aplaws"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-core' application" name="compile-ccm-core">
|
|
<ant inheritRefs="true" dir="ccm-core" target="compile-hook" antfile="build-hooks.xml"/>
|
|
<mkdir dir="ccm-core/${build.src.dir}"/>
|
|
<path id="ccm-core.compile.srcpath">
|
|
<pathelement location="ccm-core/${src.dir}"/>
|
|
<pathelement location="ccm-core/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-core/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-core.build.classpath" destdir="ccm-core/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-core.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-core">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-core/${build.classes.dir}/${apps.ccm-core.name}.web.mf">
|
|
<srcfiles dir="ccm-core" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-core" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-core">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-core${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-core/${build.classes.dir}"/>
|
|
<echo file="ccm-core/${build.classes.dir}/${apps.ccm-core.name}.web.mf" message="${web.files.ccm-core}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-core' application" name="generate-ddl-ccm-core" depends="init,compile-ccm-core,copy-sql-ccm-core,copy-src-ccm-core">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-core/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-core" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-core/${build.sql.dir}/${apps.ccm-core.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-core.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-core/${build.sql.dir}/${apps.ccm-core.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-core/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-core/${build.sql.dir}"/>
|
|
</java>
|
|
<mkdir dir="ccm-core/${build.sql.dir}/${apps.ccm-core.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-core.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-core/${build.sql.dir}/${apps.ccm-core.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-core/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-core/${build.sql.dir}"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-core/${build.dir}"/>
|
|
<echo file="ccm-core/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-core">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-core/${build.classes.dir}/${apps.ccm-core.name}.pdl.mf">
|
|
<srcfiles dir="ccm-core" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-core" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-core">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-core${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-core/${build.classes.dir}"/>
|
|
<echo file="ccm-core/${build.classes.dir}/${apps.ccm-core.name}.pdl.mf" message="${pdl.files.ccm-core}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-core">
|
|
<mkdir dir="ccm-core/${build.sql.dir}"/>
|
|
<copy todir="ccm-core/${build.sql.dir}">
|
|
<fileset dir="ccm-core/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-core" depends="init">
|
|
<copy todir="ccm-core/${build.classes.dir}">
|
|
<fileset dir="ccm-core/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-core" name="jar-classes-ccm-core">
|
|
<jar update="true" destfile="ccm-core/${build.dir}/${apps.ccm-core.name}-${apps.ccm-core.version}.jar">
|
|
<fileset dir="ccm-core/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-core.name}-${apps.ccm-core.version}-pdl.jar ${apps.ccm-core.name}-${apps.ccm-core.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-core" name="jar-pdl-ccm-core">
|
|
<mkdir dir="ccm-core/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-core/${build.dir}/${apps.ccm-core.name}-${apps.ccm-core.version}-pdl.jar">
|
|
<fileset dir="ccm-core/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-core" name="jar-sql-ccm-core">
|
|
<jar update="true" destfile="ccm-core/${build.dir}/${apps.ccm-core.name}-${apps.ccm-core.version}-sql.jar">
|
|
<fileset dir="ccm-core/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-core' application (compile, generate DDL, jar, etc)" name="build-ccm-core" depends="init,compile-ccm-core,copy-src-ccm-core,generate-ddl-ccm-core,manifest-pdl-ccm-core,manifest-web-ccm-core"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms' application" name="compile-ccm-cms">
|
|
<mkdir dir="ccm-cms/${build.src.dir}"/>
|
|
<path id="ccm-cms.compile.srcpath">
|
|
<pathelement location="ccm-cms/${src.dir}"/>
|
|
<pathelement location="ccm-cms/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms.build.classpath" destdir="ccm-cms/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms/${build.classes.dir}/${apps.ccm-cms.name}.web.mf">
|
|
<srcfiles dir="ccm-cms" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms/${build.classes.dir}"/>
|
|
<echo file="ccm-cms/${build.classes.dir}/${apps.ccm-cms.name}.web.mf" message="${web.files.ccm-cms}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms' application" name="generate-ddl-ccm-cms" depends="init,compile-ccm-cms,copy-sql-ccm-cms,copy-src-ccm-cms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms/${build.sql.dir}/${apps.ccm-cms.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms/${build.sql.dir}/${apps.ccm-cms.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms/${build.sql.dir}/${apps.ccm-cms.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms/${build.sql.dir}/${apps.ccm-cms.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms/${build.dir}"/>
|
|
<echo file="ccm-cms/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms/${build.classes.dir}/${apps.ccm-cms.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms/${build.classes.dir}"/>
|
|
<echo file="ccm-cms/${build.classes.dir}/${apps.ccm-cms.name}.pdl.mf" message="${pdl.files.ccm-cms}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms">
|
|
<mkdir dir="ccm-cms/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms/${build.sql.dir}">
|
|
<fileset dir="ccm-cms/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms" depends="init">
|
|
<copy todir="ccm-cms/${build.classes.dir}">
|
|
<fileset dir="ccm-cms/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms" name="jar-classes-ccm-cms">
|
|
<jar update="true" destfile="ccm-cms/${build.dir}/${apps.ccm-cms.name}-${apps.ccm-cms.version}.jar">
|
|
<fileset dir="ccm-cms/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms.name}-${apps.ccm-cms.version}-pdl.jar ${apps.ccm-cms.name}-${apps.ccm-cms.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms" name="jar-pdl-ccm-cms">
|
|
<mkdir dir="ccm-cms/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms/${build.dir}/${apps.ccm-cms.name}-${apps.ccm-cms.version}-pdl.jar">
|
|
<fileset dir="ccm-cms/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms" name="jar-sql-ccm-cms">
|
|
<jar update="true" destfile="ccm-cms/${build.dir}/${apps.ccm-cms.name}-${apps.ccm-cms.version}-sql.jar">
|
|
<fileset dir="ccm-cms/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms' application (compile, generate DDL, jar, etc)" name="build-ccm-cms" depends="init,build-ccm-core,compile-ccm-cms,copy-src-ccm-cms,generate-ddl-ccm-cms,manifest-pdl-ccm-cms,manifest-web-ccm-cms"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-assets-fileattachment' application" name="compile-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.src.dir}"/>
|
|
<path id="ccm-cms-assets-fileattachment.compile.srcpath">
|
|
<pathelement location="ccm-cms-assets-fileattachment/${src.dir}"/>
|
|
<pathelement location="ccm-cms-assets-fileattachment/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-assets-fileattachment.build.classpath" destdir="ccm-cms-assets-fileattachment/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-assets-fileattachment.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-assets-fileattachment">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-fileattachment/${build.classes.dir}/${apps.ccm-cms-assets-fileattachment.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-assets-fileattachment" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-assets-fileattachment" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-assets-fileattachment">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-assets-fileattachment${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-assets-fileattachment/${build.classes.dir}/${apps.ccm-cms-assets-fileattachment.name}.web.mf" message="${web.files.ccm-cms-assets-fileattachment}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-assets-fileattachment' application" name="generate-ddl-ccm-cms-assets-fileattachment" depends="init,compile-ccm-cms-assets-fileattachment,copy-sql-ccm-cms-assets-fileattachment,copy-src-ccm-cms-assets-fileattachment">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-fileattachment/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-assets-fileattachment" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.sql.dir}/${apps.ccm-cms-assets-fileattachment.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-assets-fileattachment.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-assets-fileattachment/${build.sql.dir}/${apps.ccm-cms-assets-fileattachment.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-assets-fileattachment/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-assets-fileattachment/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-assets-fileattachment.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.sql.dir}/${apps.ccm-cms-assets-fileattachment.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-assets-fileattachment.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-assets-fileattachment/${build.sql.dir}/${apps.ccm-cms-assets-fileattachment.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-assets-fileattachment/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-assets-fileattachment/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-assets-fileattachment.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.dir}"/>
|
|
<echo file="ccm-cms-assets-fileattachment/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-assets-fileattachment">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-fileattachment/${build.classes.dir}/${apps.ccm-cms-assets-fileattachment.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-assets-fileattachment" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-assets-fileattachment" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-assets-fileattachment">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-assets-fileattachment${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-assets-fileattachment/${build.classes.dir}/${apps.ccm-cms-assets-fileattachment.name}.pdl.mf" message="${pdl.files.ccm-cms-assets-fileattachment}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-assets-fileattachment/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-assets-fileattachment" depends="init">
|
|
<copy todir="ccm-cms-assets-fileattachment/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-fileattachment" name="jar-classes-ccm-cms-assets-fileattachment">
|
|
<jar update="true" destfile="ccm-cms-assets-fileattachment/${build.dir}/${apps.ccm-cms-assets-fileattachment.name}-${apps.ccm-cms-assets-fileattachment.version}.jar">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-assets-fileattachment.name}-${apps.ccm-cms-assets-fileattachment.version}-pdl.jar ${apps.ccm-cms-assets-fileattachment.name}-${apps.ccm-cms-assets-fileattachment.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-fileattachment" name="jar-pdl-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-assets-fileattachment/${build.dir}/${apps.ccm-cms-assets-fileattachment.name}-${apps.ccm-cms-assets-fileattachment.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-fileattachment" name="jar-sql-ccm-cms-assets-fileattachment">
|
|
<jar update="true" destfile="ccm-cms-assets-fileattachment/${build.dir}/${apps.ccm-cms-assets-fileattachment.name}-${apps.ccm-cms-assets-fileattachment.version}-sql.jar">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-assets-fileattachment' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-assets-fileattachment" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-assets-fileattachment,copy-src-ccm-cms-assets-fileattachment,generate-ddl-ccm-cms-assets-fileattachment,manifest-pdl-ccm-cms-assets-fileattachment,manifest-web-ccm-cms-assets-fileattachment"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-assets-notes' application" name="compile-ccm-cms-assets-notes">
|
|
<mkdir dir="ccm-cms-assets-notes/${build.src.dir}"/>
|
|
<path id="ccm-cms-assets-notes.compile.srcpath">
|
|
<pathelement location="ccm-cms-assets-notes/${src.dir}"/>
|
|
<pathelement location="ccm-cms-assets-notes/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-assets-notes/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-assets-notes.build.classpath" destdir="ccm-cms-assets-notes/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-assets-notes.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-assets-notes">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-notes/${build.classes.dir}/${apps.ccm-cms-assets-notes.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-assets-notes" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-assets-notes" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-assets-notes">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-assets-notes${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-assets-notes/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-assets-notes/${build.classes.dir}/${apps.ccm-cms-assets-notes.name}.web.mf" message="${web.files.ccm-cms-assets-notes}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-assets-notes' application" name="generate-ddl-ccm-cms-assets-notes" depends="init,compile-ccm-cms-assets-notes,copy-sql-ccm-cms-assets-notes,copy-src-ccm-cms-assets-notes">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-notes/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-assets-notes" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-assets-notes/${build.sql.dir}/${apps.ccm-cms-assets-notes.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-assets-notes.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-assets-notes/${build.sql.dir}/${apps.ccm-cms-assets-notes.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-assets-notes/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-assets-notes/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-assets-notes.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-assets-notes/${build.sql.dir}/${apps.ccm-cms-assets-notes.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-assets-notes.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-assets-notes/${build.sql.dir}/${apps.ccm-cms-assets-notes.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-assets-notes/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-assets-notes/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-assets-notes.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-assets-notes/${build.dir}"/>
|
|
<echo file="ccm-cms-assets-notes/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-assets-notes">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-notes/${build.classes.dir}/${apps.ccm-cms-assets-notes.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-assets-notes" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-assets-notes" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-assets-notes">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-assets-notes${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-assets-notes/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-assets-notes/${build.classes.dir}/${apps.ccm-cms-assets-notes.name}.pdl.mf" message="${pdl.files.ccm-cms-assets-notes}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-assets-notes">
|
|
<mkdir dir="ccm-cms-assets-notes/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-assets-notes/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-assets-notes/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-assets-notes" depends="init">
|
|
<copy todir="ccm-cms-assets-notes/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-assets-notes/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-notes" name="jar-classes-ccm-cms-assets-notes">
|
|
<jar update="true" destfile="ccm-cms-assets-notes/${build.dir}/${apps.ccm-cms-assets-notes.name}-${apps.ccm-cms-assets-notes.version}.jar">
|
|
<fileset dir="ccm-cms-assets-notes/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-assets-notes.name}-${apps.ccm-cms-assets-notes.version}-pdl.jar ${apps.ccm-cms-assets-notes.name}-${apps.ccm-cms-assets-notes.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-notes" name="jar-pdl-ccm-cms-assets-notes">
|
|
<mkdir dir="ccm-cms-assets-notes/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-assets-notes/${build.dir}/${apps.ccm-cms-assets-notes.name}-${apps.ccm-cms-assets-notes.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-assets-notes/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-notes" name="jar-sql-ccm-cms-assets-notes">
|
|
<jar update="true" destfile="ccm-cms-assets-notes/${build.dir}/${apps.ccm-cms-assets-notes.name}-${apps.ccm-cms-assets-notes.version}-sql.jar">
|
|
<fileset dir="ccm-cms-assets-notes/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-assets-notes' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-assets-notes" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-assets-notes,copy-src-ccm-cms-assets-notes,generate-ddl-ccm-cms-assets-notes,manifest-pdl-ccm-cms-assets-notes,manifest-web-ccm-cms-assets-notes"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-assets-relatedlink' application" name="compile-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.src.dir}"/>
|
|
<path id="ccm-cms-assets-relatedlink.compile.srcpath">
|
|
<pathelement location="ccm-cms-assets-relatedlink/${src.dir}"/>
|
|
<pathelement location="ccm-cms-assets-relatedlink/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-assets-relatedlink.build.classpath" destdir="ccm-cms-assets-relatedlink/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-assets-relatedlink.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-assets-relatedlink">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-relatedlink/${build.classes.dir}/${apps.ccm-cms-assets-relatedlink.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-assets-relatedlink" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-assets-relatedlink" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-assets-relatedlink">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-assets-relatedlink${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-assets-relatedlink/${build.classes.dir}/${apps.ccm-cms-assets-relatedlink.name}.web.mf" message="${web.files.ccm-cms-assets-relatedlink}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-assets-relatedlink' application" name="generate-ddl-ccm-cms-assets-relatedlink" depends="init,compile-ccm-cms-assets-relatedlink,copy-sql-ccm-cms-assets-relatedlink,copy-src-ccm-cms-assets-relatedlink">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-relatedlink/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-assets-relatedlink" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.sql.dir}/${apps.ccm-cms-assets-relatedlink.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-assets-relatedlink.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-assets-relatedlink/${build.sql.dir}/${apps.ccm-cms-assets-relatedlink.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-assets-relatedlink/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-assets-relatedlink/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-assets-relatedlink.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.sql.dir}/${apps.ccm-cms-assets-relatedlink.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-assets-relatedlink.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-assets-relatedlink/${build.sql.dir}/${apps.ccm-cms-assets-relatedlink.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-assets-relatedlink/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-assets-relatedlink/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-assets-relatedlink.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.dir}"/>
|
|
<echo file="ccm-cms-assets-relatedlink/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-assets-relatedlink">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-assets-relatedlink/${build.classes.dir}/${apps.ccm-cms-assets-relatedlink.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-assets-relatedlink" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-assets-relatedlink" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-assets-relatedlink">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-assets-relatedlink${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-assets-relatedlink/${build.classes.dir}/${apps.ccm-cms-assets-relatedlink.name}.pdl.mf" message="${pdl.files.ccm-cms-assets-relatedlink}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-assets-relatedlink/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-assets-relatedlink" depends="init">
|
|
<copy todir="ccm-cms-assets-relatedlink/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-relatedlink" name="jar-classes-ccm-cms-assets-relatedlink">
|
|
<jar update="true" destfile="ccm-cms-assets-relatedlink/${build.dir}/${apps.ccm-cms-assets-relatedlink.name}-${apps.ccm-cms-assets-relatedlink.version}.jar">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-assets-relatedlink.name}-${apps.ccm-cms-assets-relatedlink.version}-pdl.jar ${apps.ccm-cms-assets-relatedlink.name}-${apps.ccm-cms-assets-relatedlink.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-relatedlink" name="jar-pdl-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-assets-relatedlink/${build.dir}/${apps.ccm-cms-assets-relatedlink.name}-${apps.ccm-cms-assets-relatedlink.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-relatedlink" name="jar-sql-ccm-cms-assets-relatedlink">
|
|
<jar update="true" destfile="ccm-cms-assets-relatedlink/${build.dir}/${apps.ccm-cms-assets-relatedlink.name}-${apps.ccm-cms-assets-relatedlink.version}-sql.jar">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-assets-relatedlink' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-assets-relatedlink" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-assets-relatedlink,copy-src-ccm-cms-assets-relatedlink,generate-ddl-ccm-cms-assets-relatedlink,manifest-pdl-ccm-cms-assets-relatedlink,manifest-web-ccm-cms-assets-relatedlink"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-address' application" name="compile-ccm-cms-types-address">
|
|
<mkdir dir="ccm-cms-types-address/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-address.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-address/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-address/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-address/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-address.build.classpath" destdir="ccm-cms-types-address/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-address.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-address">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-address/${build.classes.dir}/${apps.ccm-cms-types-address.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-address" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-address" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-address">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-address${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-address/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-address/${build.classes.dir}/${apps.ccm-cms-types-address.name}.web.mf" message="${web.files.ccm-cms-types-address}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-address' application" name="generate-ddl-ccm-cms-types-address" depends="init,compile-ccm-cms-types-address,copy-sql-ccm-cms-types-address,copy-src-ccm-cms-types-address">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-address/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-address" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-address/${build.sql.dir}/${apps.ccm-cms-types-address.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-address.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-address/${build.sql.dir}/${apps.ccm-cms-types-address.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-address/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-address/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-address.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-address/${build.sql.dir}/${apps.ccm-cms-types-address.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-address.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-address/${build.sql.dir}/${apps.ccm-cms-types-address.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-address/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-address/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-address.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-address/${build.dir}"/>
|
|
<echo file="ccm-cms-types-address/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-address">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-address/${build.classes.dir}/${apps.ccm-cms-types-address.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-address" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-address" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-address">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-address${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-address/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-address/${build.classes.dir}/${apps.ccm-cms-types-address.name}.pdl.mf" message="${pdl.files.ccm-cms-types-address}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-address">
|
|
<mkdir dir="ccm-cms-types-address/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-address/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-address/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-address" depends="init">
|
|
<copy todir="ccm-cms-types-address/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-address/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-address" name="jar-classes-ccm-cms-types-address">
|
|
<jar update="true" destfile="ccm-cms-types-address/${build.dir}/${apps.ccm-cms-types-address.name}-${apps.ccm-cms-types-address.version}.jar">
|
|
<fileset dir="ccm-cms-types-address/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-address.name}-${apps.ccm-cms-types-address.version}-pdl.jar ${apps.ccm-cms-types-address.name}-${apps.ccm-cms-types-address.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-address" name="jar-pdl-ccm-cms-types-address">
|
|
<mkdir dir="ccm-cms-types-address/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-address/${build.dir}/${apps.ccm-cms-types-address.name}-${apps.ccm-cms-types-address.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-address/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-address" name="jar-sql-ccm-cms-types-address">
|
|
<jar update="true" destfile="ccm-cms-types-address/${build.dir}/${apps.ccm-cms-types-address.name}-${apps.ccm-cms-types-address.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-address/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-address' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-address" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-address,copy-src-ccm-cms-types-address,generate-ddl-ccm-cms-types-address,manifest-pdl-ccm-cms-types-address,manifest-web-ccm-cms-types-address"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-article' application" name="compile-ccm-cms-types-article">
|
|
<mkdir dir="ccm-cms-types-article/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-article.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-article/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-article/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-article/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-article.build.classpath" destdir="ccm-cms-types-article/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-article.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-article">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-article/${build.classes.dir}/${apps.ccm-cms-types-article.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-article" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-article" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-article">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-article${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-article/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-article/${build.classes.dir}/${apps.ccm-cms-types-article.name}.web.mf" message="${web.files.ccm-cms-types-article}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-article' application" name="generate-ddl-ccm-cms-types-article" depends="init,compile-ccm-cms-types-article,copy-sql-ccm-cms-types-article,copy-src-ccm-cms-types-article">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-article/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-article" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-article/${build.sql.dir}/${apps.ccm-cms-types-article.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-article.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-article/${build.sql.dir}/${apps.ccm-cms-types-article.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-article/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-article/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-article.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-article/${build.sql.dir}/${apps.ccm-cms-types-article.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-article.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-article/${build.sql.dir}/${apps.ccm-cms-types-article.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-article/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-article/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-article.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-article/${build.dir}"/>
|
|
<echo file="ccm-cms-types-article/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-article">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-article/${build.classes.dir}/${apps.ccm-cms-types-article.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-article" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-article" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-article">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-article${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-article/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-article/${build.classes.dir}/${apps.ccm-cms-types-article.name}.pdl.mf" message="${pdl.files.ccm-cms-types-article}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-article">
|
|
<mkdir dir="ccm-cms-types-article/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-article/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-article/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-article" depends="init">
|
|
<copy todir="ccm-cms-types-article/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-article/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-article" name="jar-classes-ccm-cms-types-article">
|
|
<jar update="true" destfile="ccm-cms-types-article/${build.dir}/${apps.ccm-cms-types-article.name}-${apps.ccm-cms-types-article.version}.jar">
|
|
<fileset dir="ccm-cms-types-article/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-article.name}-${apps.ccm-cms-types-article.version}-pdl.jar ${apps.ccm-cms-types-article.name}-${apps.ccm-cms-types-article.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-article" name="jar-pdl-ccm-cms-types-article">
|
|
<mkdir dir="ccm-cms-types-article/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-article/${build.dir}/${apps.ccm-cms-types-article.name}-${apps.ccm-cms-types-article.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-article/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-article" name="jar-sql-ccm-cms-types-article">
|
|
<jar update="true" destfile="ccm-cms-types-article/${build.dir}/${apps.ccm-cms-types-article.name}-${apps.ccm-cms-types-article.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-article/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-article' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-article" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-article,copy-src-ccm-cms-types-article,generate-ddl-ccm-cms-types-article,manifest-pdl-ccm-cms-types-article,manifest-web-ccm-cms-types-article"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-bookmark' application" name="compile-ccm-cms-types-bookmark">
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-bookmark.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-bookmark/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-bookmark/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-bookmark.build.classpath" destdir="ccm-cms-types-bookmark/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-bookmark.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-bookmark">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-bookmark/${build.classes.dir}/${apps.ccm-cms-types-bookmark.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-bookmark" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-bookmark" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-bookmark">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-bookmark${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-bookmark/${build.classes.dir}/${apps.ccm-cms-types-bookmark.name}.web.mf" message="${web.files.ccm-cms-types-bookmark}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-bookmark' application" name="generate-ddl-ccm-cms-types-bookmark" depends="init,compile-ccm-cms-types-bookmark,copy-sql-ccm-cms-types-bookmark,copy-src-ccm-cms-types-bookmark">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-bookmark/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-bookmark" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.sql.dir}/${apps.ccm-cms-types-bookmark.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-bookmark.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-bookmark/${build.sql.dir}/${apps.ccm-cms-types-bookmark.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-bookmark/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-bookmark/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-bookmark.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.sql.dir}/${apps.ccm-cms-types-bookmark.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-bookmark.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-bookmark/${build.sql.dir}/${apps.ccm-cms-types-bookmark.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-bookmark/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-bookmark/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-bookmark.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.dir}"/>
|
|
<echo file="ccm-cms-types-bookmark/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-bookmark">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-bookmark/${build.classes.dir}/${apps.ccm-cms-types-bookmark.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-bookmark" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-bookmark" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-bookmark">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-bookmark${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-bookmark/${build.classes.dir}/${apps.ccm-cms-types-bookmark.name}.pdl.mf" message="${pdl.files.ccm-cms-types-bookmark}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-bookmark">
|
|
<mkdir dir="ccm-cms-types-bookmark/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-bookmark/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-bookmark/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-bookmark" depends="init">
|
|
<copy todir="ccm-cms-types-bookmark/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-bookmark/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-bookmark" name="jar-classes-ccm-cms-types-bookmark">
|
|
<jar update="true" destfile="ccm-cms-types-bookmark/${build.dir}/${apps.ccm-cms-types-bookmark.name}-${apps.ccm-cms-types-bookmark.version}.jar">
|
|
<fileset dir="ccm-cms-types-bookmark/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-bookmark.name}-${apps.ccm-cms-types-bookmark.version}-pdl.jar ${apps.ccm-cms-types-bookmark.name}-${apps.ccm-cms-types-bookmark.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-bookmark" name="jar-pdl-ccm-cms-types-bookmark">
|
|
<mkdir dir="ccm-cms-types-bookmark/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-bookmark/${build.dir}/${apps.ccm-cms-types-bookmark.name}-${apps.ccm-cms-types-bookmark.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-bookmark/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-bookmark" name="jar-sql-ccm-cms-types-bookmark">
|
|
<jar update="true" destfile="ccm-cms-types-bookmark/${build.dir}/${apps.ccm-cms-types-bookmark.name}-${apps.ccm-cms-types-bookmark.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-bookmark/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-bookmark' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-bookmark" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-bookmark,copy-src-ccm-cms-types-bookmark,generate-ddl-ccm-cms-types-bookmark,manifest-pdl-ccm-cms-types-bookmark,manifest-web-ccm-cms-types-bookmark"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-contact' application" name="compile-ccm-cms-types-contact">
|
|
<mkdir dir="ccm-cms-types-contact/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-contact.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-contact/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-contact/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-contact/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-contact.build.classpath" destdir="ccm-cms-types-contact/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-contact.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-contact">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-contact/${build.classes.dir}/${apps.ccm-cms-types-contact.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-contact" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-contact" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-contact">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-contact${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-contact/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-contact/${build.classes.dir}/${apps.ccm-cms-types-contact.name}.web.mf" message="${web.files.ccm-cms-types-contact}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-contact' application" name="generate-ddl-ccm-cms-types-contact" depends="init,compile-ccm-cms-types-contact,copy-sql-ccm-cms-types-contact,copy-src-ccm-cms-types-contact">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-contact/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-contact" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-contact/${build.sql.dir}/${apps.ccm-cms-types-contact.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-contact.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-contact/${build.sql.dir}/${apps.ccm-cms-types-contact.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-contact/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-contact/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-contact.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-contact/${build.sql.dir}/${apps.ccm-cms-types-contact.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-contact.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-contact/${build.sql.dir}/${apps.ccm-cms-types-contact.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-contact/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-contact/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-contact.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-contact/${build.dir}"/>
|
|
<echo file="ccm-cms-types-contact/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-contact">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-contact/${build.classes.dir}/${apps.ccm-cms-types-contact.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-contact" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-contact" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-contact">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-contact${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-contact/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-contact/${build.classes.dir}/${apps.ccm-cms-types-contact.name}.pdl.mf" message="${pdl.files.ccm-cms-types-contact}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-contact">
|
|
<mkdir dir="ccm-cms-types-contact/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-contact/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-contact/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-contact" depends="init">
|
|
<copy todir="ccm-cms-types-contact/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-contact/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-contact" name="jar-classes-ccm-cms-types-contact">
|
|
<jar update="true" destfile="ccm-cms-types-contact/${build.dir}/${apps.ccm-cms-types-contact.name}-${apps.ccm-cms-types-contact.version}.jar">
|
|
<fileset dir="ccm-cms-types-contact/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-contact.name}-${apps.ccm-cms-types-contact.version}-pdl.jar ${apps.ccm-cms-types-contact.name}-${apps.ccm-cms-types-contact.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-contact" name="jar-pdl-ccm-cms-types-contact">
|
|
<mkdir dir="ccm-cms-types-contact/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-contact/${build.dir}/${apps.ccm-cms-types-contact.name}-${apps.ccm-cms-types-contact.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-contact/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-contact" name="jar-sql-ccm-cms-types-contact">
|
|
<jar update="true" destfile="ccm-cms-types-contact/${build.dir}/${apps.ccm-cms-types-contact.name}-${apps.ccm-cms-types-contact.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-contact/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-contact' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-contact" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-contact,copy-src-ccm-cms-types-contact,generate-ddl-ccm-cms-types-contact,manifest-pdl-ccm-cms-types-contact,manifest-web-ccm-cms-types-contact"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-event' application" name="compile-ccm-cms-types-event">
|
|
<mkdir dir="ccm-cms-types-event/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-event.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-event/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-event/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-event/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-event.build.classpath" destdir="ccm-cms-types-event/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-event.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-event">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-event/${build.classes.dir}/${apps.ccm-cms-types-event.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-event" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-event" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-event">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-event${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-event/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-event/${build.classes.dir}/${apps.ccm-cms-types-event.name}.web.mf" message="${web.files.ccm-cms-types-event}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-event' application" name="generate-ddl-ccm-cms-types-event" depends="init,compile-ccm-cms-types-event,copy-sql-ccm-cms-types-event,copy-src-ccm-cms-types-event">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-event/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-event" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-event/${build.sql.dir}/${apps.ccm-cms-types-event.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-event.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-event/${build.sql.dir}/${apps.ccm-cms-types-event.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-event/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-event/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-event.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-event/${build.sql.dir}/${apps.ccm-cms-types-event.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-event.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-event/${build.sql.dir}/${apps.ccm-cms-types-event.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-event/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-event/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-event.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-event/${build.dir}"/>
|
|
<echo file="ccm-cms-types-event/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-event">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-event/${build.classes.dir}/${apps.ccm-cms-types-event.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-event" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-event" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-event">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-event${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-event/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-event/${build.classes.dir}/${apps.ccm-cms-types-event.name}.pdl.mf" message="${pdl.files.ccm-cms-types-event}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-event">
|
|
<mkdir dir="ccm-cms-types-event/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-event/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-event/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-event" depends="init">
|
|
<copy todir="ccm-cms-types-event/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-event/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-event" name="jar-classes-ccm-cms-types-event">
|
|
<jar update="true" destfile="ccm-cms-types-event/${build.dir}/${apps.ccm-cms-types-event.name}-${apps.ccm-cms-types-event.version}.jar">
|
|
<fileset dir="ccm-cms-types-event/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-event.name}-${apps.ccm-cms-types-event.version}-pdl.jar ${apps.ccm-cms-types-event.name}-${apps.ccm-cms-types-event.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-event" name="jar-pdl-ccm-cms-types-event">
|
|
<mkdir dir="ccm-cms-types-event/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-event/${build.dir}/${apps.ccm-cms-types-event.name}-${apps.ccm-cms-types-event.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-event/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-event" name="jar-sql-ccm-cms-types-event">
|
|
<jar update="true" destfile="ccm-cms-types-event/${build.dir}/${apps.ccm-cms-types-event.name}-${apps.ccm-cms-types-event.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-event/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-event' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-event" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-event,copy-src-ccm-cms-types-event,generate-ddl-ccm-cms-types-event,manifest-pdl-ccm-cms-types-event,manifest-web-ccm-cms-types-event"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-faqitem' application" name="compile-ccm-cms-types-faqitem">
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-faqitem.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-faqitem/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-faqitem/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-faqitem.build.classpath" destdir="ccm-cms-types-faqitem/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-faqitem.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-faqitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-faqitem/${build.classes.dir}/${apps.ccm-cms-types-faqitem.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-faqitem" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-faqitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-faqitem">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-faqitem${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-faqitem/${build.classes.dir}/${apps.ccm-cms-types-faqitem.name}.web.mf" message="${web.files.ccm-cms-types-faqitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-faqitem' application" name="generate-ddl-ccm-cms-types-faqitem" depends="init,compile-ccm-cms-types-faqitem,copy-sql-ccm-cms-types-faqitem,copy-src-ccm-cms-types-faqitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-faqitem/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-faqitem" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.sql.dir}/${apps.ccm-cms-types-faqitem.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-faqitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-faqitem/${build.sql.dir}/${apps.ccm-cms-types-faqitem.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-faqitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-faqitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-faqitem.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.sql.dir}/${apps.ccm-cms-types-faqitem.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-faqitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-faqitem/${build.sql.dir}/${apps.ccm-cms-types-faqitem.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-faqitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-faqitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-faqitem.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.dir}"/>
|
|
<echo file="ccm-cms-types-faqitem/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-faqitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-faqitem/${build.classes.dir}/${apps.ccm-cms-types-faqitem.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-faqitem" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-faqitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-faqitem">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-faqitem${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-faqitem/${build.classes.dir}/${apps.ccm-cms-types-faqitem.name}.pdl.mf" message="${pdl.files.ccm-cms-types-faqitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-faqitem">
|
|
<mkdir dir="ccm-cms-types-faqitem/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-faqitem/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-faqitem/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-faqitem" depends="init">
|
|
<copy todir="ccm-cms-types-faqitem/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-faqitem/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-faqitem" name="jar-classes-ccm-cms-types-faqitem">
|
|
<jar update="true" destfile="ccm-cms-types-faqitem/${build.dir}/${apps.ccm-cms-types-faqitem.name}-${apps.ccm-cms-types-faqitem.version}.jar">
|
|
<fileset dir="ccm-cms-types-faqitem/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-faqitem.name}-${apps.ccm-cms-types-faqitem.version}-pdl.jar ${apps.ccm-cms-types-faqitem.name}-${apps.ccm-cms-types-faqitem.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-faqitem" name="jar-pdl-ccm-cms-types-faqitem">
|
|
<mkdir dir="ccm-cms-types-faqitem/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-faqitem/${build.dir}/${apps.ccm-cms-types-faqitem.name}-${apps.ccm-cms-types-faqitem.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-faqitem/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-faqitem" name="jar-sql-ccm-cms-types-faqitem">
|
|
<jar update="true" destfile="ccm-cms-types-faqitem/${build.dir}/${apps.ccm-cms-types-faqitem.name}-${apps.ccm-cms-types-faqitem.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-faqitem/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-faqitem' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-faqitem" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-faqitem,copy-src-ccm-cms-types-faqitem,generate-ddl-ccm-cms-types-faqitem,manifest-pdl-ccm-cms-types-faqitem,manifest-web-ccm-cms-types-faqitem"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-filestorageitem' application" name="compile-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-filestorageitem.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-filestorageitem/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-filestorageitem/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-filestorageitem.build.classpath" destdir="ccm-cms-types-filestorageitem/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-filestorageitem.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-filestorageitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-filestorageitem/${build.classes.dir}/${apps.ccm-cms-types-filestorageitem.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-filestorageitem" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-filestorageitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-filestorageitem">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-filestorageitem${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-filestorageitem/${build.classes.dir}/${apps.ccm-cms-types-filestorageitem.name}.web.mf" message="${web.files.ccm-cms-types-filestorageitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-filestorageitem' application" name="generate-ddl-ccm-cms-types-filestorageitem" depends="init,compile-ccm-cms-types-filestorageitem,copy-sql-ccm-cms-types-filestorageitem,copy-src-ccm-cms-types-filestorageitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-filestorageitem/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-filestorageitem" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.sql.dir}/${apps.ccm-cms-types-filestorageitem.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-filestorageitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-filestorageitem/${build.sql.dir}/${apps.ccm-cms-types-filestorageitem.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-filestorageitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-filestorageitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-filestorageitem.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.sql.dir}/${apps.ccm-cms-types-filestorageitem.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-filestorageitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-filestorageitem/${build.sql.dir}/${apps.ccm-cms-types-filestorageitem.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-filestorageitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-filestorageitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-filestorageitem.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.dir}"/>
|
|
<echo file="ccm-cms-types-filestorageitem/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-filestorageitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-filestorageitem/${build.classes.dir}/${apps.ccm-cms-types-filestorageitem.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-filestorageitem" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-filestorageitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-filestorageitem">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-filestorageitem${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-filestorageitem/${build.classes.dir}/${apps.ccm-cms-types-filestorageitem.name}.pdl.mf" message="${pdl.files.ccm-cms-types-filestorageitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-filestorageitem/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-filestorageitem" depends="init">
|
|
<copy todir="ccm-cms-types-filestorageitem/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-filestorageitem" name="jar-classes-ccm-cms-types-filestorageitem">
|
|
<jar update="true" destfile="ccm-cms-types-filestorageitem/${build.dir}/${apps.ccm-cms-types-filestorageitem.name}-${apps.ccm-cms-types-filestorageitem.version}.jar">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-filestorageitem.name}-${apps.ccm-cms-types-filestorageitem.version}-pdl.jar ${apps.ccm-cms-types-filestorageitem.name}-${apps.ccm-cms-types-filestorageitem.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-filestorageitem" name="jar-pdl-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-filestorageitem/${build.dir}/${apps.ccm-cms-types-filestorageitem.name}-${apps.ccm-cms-types-filestorageitem.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-filestorageitem" name="jar-sql-ccm-cms-types-filestorageitem">
|
|
<jar update="true" destfile="ccm-cms-types-filestorageitem/${build.dir}/${apps.ccm-cms-types-filestorageitem.name}-${apps.ccm-cms-types-filestorageitem.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-filestorageitem' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-filestorageitem" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-filestorageitem,copy-src-ccm-cms-types-filestorageitem,generate-ddl-ccm-cms-types-filestorageitem,manifest-pdl-ccm-cms-types-filestorageitem,manifest-web-ccm-cms-types-filestorageitem"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-formitem' application" name="compile-ccm-cms-types-formitem">
|
|
<mkdir dir="ccm-cms-types-formitem/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-formitem.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-formitem/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-formitem/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-formitem/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-formitem.build.classpath" destdir="ccm-cms-types-formitem/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-formitem.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-formitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-formitem/${build.classes.dir}/${apps.ccm-cms-types-formitem.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-formitem" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-formitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-formitem">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-formitem${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-formitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-formitem/${build.classes.dir}/${apps.ccm-cms-types-formitem.name}.web.mf" message="${web.files.ccm-cms-types-formitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-formitem' application" name="generate-ddl-ccm-cms-types-formitem" depends="init,compile-ccm-cms-types-formitem,copy-sql-ccm-cms-types-formitem,copy-src-ccm-cms-types-formitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-formitem/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-formitem" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-formitem/${build.sql.dir}/${apps.ccm-cms-types-formitem.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-formitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-formitem/${build.sql.dir}/${apps.ccm-cms-types-formitem.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-formitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-formitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-formitem.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-formitem/${build.sql.dir}/${apps.ccm-cms-types-formitem.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-formitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-formitem/${build.sql.dir}/${apps.ccm-cms-types-formitem.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-formitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-formitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-formitem.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-formitem/${build.dir}"/>
|
|
<echo file="ccm-cms-types-formitem/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-formitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-formitem/${build.classes.dir}/${apps.ccm-cms-types-formitem.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-formitem" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-formitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-formitem">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-formitem${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-formitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-formitem/${build.classes.dir}/${apps.ccm-cms-types-formitem.name}.pdl.mf" message="${pdl.files.ccm-cms-types-formitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-formitem">
|
|
<mkdir dir="ccm-cms-types-formitem/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-formitem/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-formitem/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-formitem" depends="init">
|
|
<copy todir="ccm-cms-types-formitem/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-formitem/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formitem" name="jar-classes-ccm-cms-types-formitem">
|
|
<jar update="true" destfile="ccm-cms-types-formitem/${build.dir}/${apps.ccm-cms-types-formitem.name}-${apps.ccm-cms-types-formitem.version}.jar">
|
|
<fileset dir="ccm-cms-types-formitem/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-formitem.name}-${apps.ccm-cms-types-formitem.version}-pdl.jar ${apps.ccm-cms-types-formitem.name}-${apps.ccm-cms-types-formitem.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formitem" name="jar-pdl-ccm-cms-types-formitem">
|
|
<mkdir dir="ccm-cms-types-formitem/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-formitem/${build.dir}/${apps.ccm-cms-types-formitem.name}-${apps.ccm-cms-types-formitem.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-formitem/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formitem" name="jar-sql-ccm-cms-types-formitem">
|
|
<jar update="true" destfile="ccm-cms-types-formitem/${build.dir}/${apps.ccm-cms-types-formitem.name}-${apps.ccm-cms-types-formitem.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-formitem/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-formitem' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-formitem" depends="init,build-ccm-core,build-ccm-cms,build-ccm-cms-types-formsectionitem,compile-ccm-cms-types-formitem,copy-src-ccm-cms-types-formitem,generate-ddl-ccm-cms-types-formitem,manifest-pdl-ccm-cms-types-formitem,manifest-web-ccm-cms-types-formitem"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-formsectionitem' application" name="compile-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-formsectionitem.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-formsectionitem/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-formsectionitem/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-formsectionitem.build.classpath" destdir="ccm-cms-types-formsectionitem/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-formsectionitem.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-formsectionitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-formsectionitem/${build.classes.dir}/${apps.ccm-cms-types-formsectionitem.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-formsectionitem" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-formsectionitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-formsectionitem">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-formsectionitem${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-formsectionitem/${build.classes.dir}/${apps.ccm-cms-types-formsectionitem.name}.web.mf" message="${web.files.ccm-cms-types-formsectionitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-formsectionitem' application" name="generate-ddl-ccm-cms-types-formsectionitem" depends="init,compile-ccm-cms-types-formsectionitem,copy-sql-ccm-cms-types-formsectionitem,copy-src-ccm-cms-types-formsectionitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-formsectionitem/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-formsectionitem" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.sql.dir}/${apps.ccm-cms-types-formsectionitem.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-formsectionitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-formsectionitem/${build.sql.dir}/${apps.ccm-cms-types-formsectionitem.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-formsectionitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-formsectionitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-formsectionitem.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.sql.dir}/${apps.ccm-cms-types-formsectionitem.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-formsectionitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-formsectionitem/${build.sql.dir}/${apps.ccm-cms-types-formsectionitem.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-formsectionitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-formsectionitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-formsectionitem.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.dir}"/>
|
|
<echo file="ccm-cms-types-formsectionitem/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-formsectionitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-formsectionitem/${build.classes.dir}/${apps.ccm-cms-types-formsectionitem.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-formsectionitem" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-formsectionitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-formsectionitem">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-formsectionitem${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-formsectionitem/${build.classes.dir}/${apps.ccm-cms-types-formsectionitem.name}.pdl.mf" message="${pdl.files.ccm-cms-types-formsectionitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-formsectionitem/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-formsectionitem" depends="init">
|
|
<copy todir="ccm-cms-types-formsectionitem/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formsectionitem" name="jar-classes-ccm-cms-types-formsectionitem">
|
|
<jar update="true" destfile="ccm-cms-types-formsectionitem/${build.dir}/${apps.ccm-cms-types-formsectionitem.name}-${apps.ccm-cms-types-formsectionitem.version}.jar">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-formsectionitem.name}-${apps.ccm-cms-types-formsectionitem.version}-pdl.jar ${apps.ccm-cms-types-formsectionitem.name}-${apps.ccm-cms-types-formsectionitem.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formsectionitem" name="jar-pdl-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-formsectionitem/${build.dir}/${apps.ccm-cms-types-formsectionitem.name}-${apps.ccm-cms-types-formsectionitem.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formsectionitem" name="jar-sql-ccm-cms-types-formsectionitem">
|
|
<jar update="true" destfile="ccm-cms-types-formsectionitem/${build.dir}/${apps.ccm-cms-types-formsectionitem.name}-${apps.ccm-cms-types-formsectionitem.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-formsectionitem' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-formsectionitem" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-formsectionitem,copy-src-ccm-cms-types-formsectionitem,generate-ddl-ccm-cms-types-formsectionitem,manifest-pdl-ccm-cms-types-formsectionitem,manifest-web-ccm-cms-types-formsectionitem"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-glossaryitem' application" name="compile-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-glossaryitem.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-glossaryitem/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-glossaryitem/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-glossaryitem.build.classpath" destdir="ccm-cms-types-glossaryitem/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-glossaryitem.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-glossaryitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-glossaryitem/${build.classes.dir}/${apps.ccm-cms-types-glossaryitem.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-glossaryitem" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-glossaryitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-glossaryitem">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-glossaryitem${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-glossaryitem/${build.classes.dir}/${apps.ccm-cms-types-glossaryitem.name}.web.mf" message="${web.files.ccm-cms-types-glossaryitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-glossaryitem' application" name="generate-ddl-ccm-cms-types-glossaryitem" depends="init,compile-ccm-cms-types-glossaryitem,copy-sql-ccm-cms-types-glossaryitem,copy-src-ccm-cms-types-glossaryitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-glossaryitem/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-glossaryitem" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.sql.dir}/${apps.ccm-cms-types-glossaryitem.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-glossaryitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-glossaryitem/${build.sql.dir}/${apps.ccm-cms-types-glossaryitem.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-glossaryitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-glossaryitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-glossaryitem.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.sql.dir}/${apps.ccm-cms-types-glossaryitem.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-glossaryitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-glossaryitem/${build.sql.dir}/${apps.ccm-cms-types-glossaryitem.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-glossaryitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-glossaryitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-glossaryitem.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.dir}"/>
|
|
<echo file="ccm-cms-types-glossaryitem/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-glossaryitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-glossaryitem/${build.classes.dir}/${apps.ccm-cms-types-glossaryitem.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-glossaryitem" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-glossaryitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-glossaryitem">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-glossaryitem${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-glossaryitem/${build.classes.dir}/${apps.ccm-cms-types-glossaryitem.name}.pdl.mf" message="${pdl.files.ccm-cms-types-glossaryitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-glossaryitem/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-glossaryitem" depends="init">
|
|
<copy todir="ccm-cms-types-glossaryitem/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-glossaryitem" name="jar-classes-ccm-cms-types-glossaryitem">
|
|
<jar update="true" destfile="ccm-cms-types-glossaryitem/${build.dir}/${apps.ccm-cms-types-glossaryitem.name}-${apps.ccm-cms-types-glossaryitem.version}.jar">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-glossaryitem.name}-${apps.ccm-cms-types-glossaryitem.version}-pdl.jar ${apps.ccm-cms-types-glossaryitem.name}-${apps.ccm-cms-types-glossaryitem.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-glossaryitem" name="jar-pdl-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-glossaryitem/${build.dir}/${apps.ccm-cms-types-glossaryitem.name}-${apps.ccm-cms-types-glossaryitem.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-glossaryitem" name="jar-sql-ccm-cms-types-glossaryitem">
|
|
<jar update="true" destfile="ccm-cms-types-glossaryitem/${build.dir}/${apps.ccm-cms-types-glossaryitem.name}-${apps.ccm-cms-types-glossaryitem.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-glossaryitem' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-glossaryitem" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-glossaryitem,copy-src-ccm-cms-types-glossaryitem,generate-ddl-ccm-cms-types-glossaryitem,manifest-pdl-ccm-cms-types-glossaryitem,manifest-web-ccm-cms-types-glossaryitem"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-mparticle' application" name="compile-ccm-cms-types-mparticle">
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-mparticle.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-mparticle/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-mparticle/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-mparticle.build.classpath" destdir="ccm-cms-types-mparticle/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-mparticle.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-mparticle">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-mparticle/${build.classes.dir}/${apps.ccm-cms-types-mparticle.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-mparticle" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-mparticle" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-mparticle">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-mparticle${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-mparticle/${build.classes.dir}/${apps.ccm-cms-types-mparticle.name}.web.mf" message="${web.files.ccm-cms-types-mparticle}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-mparticle' application" name="generate-ddl-ccm-cms-types-mparticle" depends="init,compile-ccm-cms-types-mparticle,copy-sql-ccm-cms-types-mparticle,copy-src-ccm-cms-types-mparticle">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-mparticle/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-mparticle" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.sql.dir}/${apps.ccm-cms-types-mparticle.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-mparticle.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-mparticle/${build.sql.dir}/${apps.ccm-cms-types-mparticle.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-mparticle/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-mparticle/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-mparticle.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.sql.dir}/${apps.ccm-cms-types-mparticle.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-mparticle.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-mparticle/${build.sql.dir}/${apps.ccm-cms-types-mparticle.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-mparticle/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-mparticle/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-mparticle.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.dir}"/>
|
|
<echo file="ccm-cms-types-mparticle/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-mparticle">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-mparticle/${build.classes.dir}/${apps.ccm-cms-types-mparticle.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-mparticle" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-mparticle" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-mparticle">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-mparticle${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-mparticle/${build.classes.dir}/${apps.ccm-cms-types-mparticle.name}.pdl.mf" message="${pdl.files.ccm-cms-types-mparticle}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-mparticle">
|
|
<mkdir dir="ccm-cms-types-mparticle/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-mparticle/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-mparticle/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-mparticle" depends="init">
|
|
<copy todir="ccm-cms-types-mparticle/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-mparticle/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-mparticle" name="jar-classes-ccm-cms-types-mparticle">
|
|
<jar update="true" destfile="ccm-cms-types-mparticle/${build.dir}/${apps.ccm-cms-types-mparticle.name}-${apps.ccm-cms-types-mparticle.version}.jar">
|
|
<fileset dir="ccm-cms-types-mparticle/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-mparticle.name}-${apps.ccm-cms-types-mparticle.version}-pdl.jar ${apps.ccm-cms-types-mparticle.name}-${apps.ccm-cms-types-mparticle.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-mparticle" name="jar-pdl-ccm-cms-types-mparticle">
|
|
<mkdir dir="ccm-cms-types-mparticle/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-mparticle/${build.dir}/${apps.ccm-cms-types-mparticle.name}-${apps.ccm-cms-types-mparticle.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-mparticle/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-mparticle" name="jar-sql-ccm-cms-types-mparticle">
|
|
<jar update="true" destfile="ccm-cms-types-mparticle/${build.dir}/${apps.ccm-cms-types-mparticle.name}-${apps.ccm-cms-types-mparticle.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-mparticle/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-mparticle' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-mparticle" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-mparticle,copy-src-ccm-cms-types-mparticle,generate-ddl-ccm-cms-types-mparticle,manifest-pdl-ccm-cms-types-mparticle,manifest-web-ccm-cms-types-mparticle"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-newsitem' application" name="compile-ccm-cms-types-newsitem">
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-newsitem.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-newsitem/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-newsitem/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-newsitem.build.classpath" destdir="ccm-cms-types-newsitem/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-newsitem.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-newsitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-newsitem/${build.classes.dir}/${apps.ccm-cms-types-newsitem.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-newsitem" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-newsitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-newsitem">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-newsitem${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-newsitem/${build.classes.dir}/${apps.ccm-cms-types-newsitem.name}.web.mf" message="${web.files.ccm-cms-types-newsitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-newsitem' application" name="generate-ddl-ccm-cms-types-newsitem" depends="init,compile-ccm-cms-types-newsitem,copy-sql-ccm-cms-types-newsitem,copy-src-ccm-cms-types-newsitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-newsitem/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-newsitem" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.sql.dir}/${apps.ccm-cms-types-newsitem.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-newsitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-newsitem/${build.sql.dir}/${apps.ccm-cms-types-newsitem.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-newsitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-newsitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-newsitem.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.sql.dir}/${apps.ccm-cms-types-newsitem.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-newsitem.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-newsitem/${build.sql.dir}/${apps.ccm-cms-types-newsitem.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-newsitem/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-newsitem/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-newsitem.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.dir}"/>
|
|
<echo file="ccm-cms-types-newsitem/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-newsitem">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-newsitem/${build.classes.dir}/${apps.ccm-cms-types-newsitem.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-newsitem" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-newsitem" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-newsitem">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-newsitem${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-newsitem/${build.classes.dir}/${apps.ccm-cms-types-newsitem.name}.pdl.mf" message="${pdl.files.ccm-cms-types-newsitem}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-newsitem">
|
|
<mkdir dir="ccm-cms-types-newsitem/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-newsitem/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-newsitem/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-newsitem" depends="init">
|
|
<copy todir="ccm-cms-types-newsitem/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-newsitem/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-newsitem" name="jar-classes-ccm-cms-types-newsitem">
|
|
<jar update="true" destfile="ccm-cms-types-newsitem/${build.dir}/${apps.ccm-cms-types-newsitem.name}-${apps.ccm-cms-types-newsitem.version}.jar">
|
|
<fileset dir="ccm-cms-types-newsitem/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-newsitem.name}-${apps.ccm-cms-types-newsitem.version}-pdl.jar ${apps.ccm-cms-types-newsitem.name}-${apps.ccm-cms-types-newsitem.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-newsitem" name="jar-pdl-ccm-cms-types-newsitem">
|
|
<mkdir dir="ccm-cms-types-newsitem/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-newsitem/${build.dir}/${apps.ccm-cms-types-newsitem.name}-${apps.ccm-cms-types-newsitem.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-newsitem/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-newsitem" name="jar-sql-ccm-cms-types-newsitem">
|
|
<jar update="true" destfile="ccm-cms-types-newsitem/${build.dir}/${apps.ccm-cms-types-newsitem.name}-${apps.ccm-cms-types-newsitem.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-newsitem/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-newsitem' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-newsitem" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-newsitem,copy-src-ccm-cms-types-newsitem,generate-ddl-ccm-cms-types-newsitem,manifest-pdl-ccm-cms-types-newsitem,manifest-web-ccm-cms-types-newsitem"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-cms-types-siteproxy' application" name="compile-ccm-cms-types-siteproxy">
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.src.dir}"/>
|
|
<path id="ccm-cms-types-siteproxy.compile.srcpath">
|
|
<pathelement location="ccm-cms-types-siteproxy/${src.dir}"/>
|
|
<pathelement location="ccm-cms-types-siteproxy/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-cms-types-siteproxy.build.classpath" destdir="ccm-cms-types-siteproxy/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms-types-siteproxy.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-cms-types-siteproxy">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-siteproxy/${build.classes.dir}/${apps.ccm-cms-types-siteproxy.name}.web.mf">
|
|
<srcfiles dir="ccm-cms-types-siteproxy" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-cms-types-siteproxy" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-siteproxy">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-siteproxy${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-siteproxy/${build.classes.dir}/${apps.ccm-cms-types-siteproxy.name}.web.mf" message="${web.files.ccm-cms-types-siteproxy}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-cms-types-siteproxy' application" name="generate-ddl-ccm-cms-types-siteproxy" depends="init,compile-ccm-cms-types-siteproxy,copy-sql-ccm-cms-types-siteproxy,copy-src-ccm-cms-types-siteproxy">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-siteproxy/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms-types-siteproxy" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.sql.dir}/${apps.ccm-cms-types-siteproxy.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-siteproxy.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-siteproxy/${build.sql.dir}/${apps.ccm-cms-types-siteproxy.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms-types-siteproxy/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-siteproxy/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-siteproxy.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.sql.dir}/${apps.ccm-cms-types-siteproxy.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms-types-siteproxy.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms-types-siteproxy/${build.sql.dir}/${apps.ccm-cms-types-siteproxy.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms-types-siteproxy/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-cms-types-siteproxy/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-cms-types-siteproxy.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.dir}"/>
|
|
<echo file="ccm-cms-types-siteproxy/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-cms-types-siteproxy">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms-types-siteproxy/${build.classes.dir}/${apps.ccm-cms-types-siteproxy.name}.pdl.mf">
|
|
<srcfiles dir="ccm-cms-types-siteproxy" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-cms-types-siteproxy" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms-types-siteproxy">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms-types-siteproxy${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.classes.dir}"/>
|
|
<echo file="ccm-cms-types-siteproxy/${build.classes.dir}/${apps.ccm-cms-types-siteproxy.name}.pdl.mf" message="${pdl.files.ccm-cms-types-siteproxy}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-cms-types-siteproxy">
|
|
<mkdir dir="ccm-cms-types-siteproxy/${build.sql.dir}"/>
|
|
<copy todir="ccm-cms-types-siteproxy/${build.sql.dir}">
|
|
<fileset dir="ccm-cms-types-siteproxy/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-cms-types-siteproxy" depends="init">
|
|
<copy todir="ccm-cms-types-siteproxy/${build.classes.dir}">
|
|
<fileset dir="ccm-cms-types-siteproxy/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-siteproxy" name="jar-classes-ccm-cms-types-siteproxy">
|
|
<jar update="true" destfile="ccm-cms-types-siteproxy/${build.dir}/${apps.ccm-cms-types-siteproxy.name}-${apps.ccm-cms-types-siteproxy.version}.jar">
|
|
<fileset dir="ccm-cms-types-siteproxy/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-cms-types-siteproxy.name}-${apps.ccm-cms-types-siteproxy.version}-pdl.jar ${apps.ccm-cms-types-siteproxy.name}-${apps.ccm-cms-types-siteproxy.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-siteproxy" name="jar-pdl-ccm-cms-types-siteproxy">
|
|
<mkdir dir="ccm-cms-types-siteproxy/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-cms-types-siteproxy/${build.dir}/${apps.ccm-cms-types-siteproxy.name}-${apps.ccm-cms-types-siteproxy.version}-pdl.jar">
|
|
<fileset dir="ccm-cms-types-siteproxy/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-siteproxy" name="jar-sql-ccm-cms-types-siteproxy">
|
|
<jar update="true" destfile="ccm-cms-types-siteproxy/${build.dir}/${apps.ccm-cms-types-siteproxy.name}-${apps.ccm-cms-types-siteproxy.version}-sql.jar">
|
|
<fileset dir="ccm-cms-types-siteproxy/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-cms-types-siteproxy' application (compile, generate DDL, jar, etc)" name="build-ccm-cms-types-siteproxy" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-cms-types-siteproxy,copy-src-ccm-cms-types-siteproxy,generate-ddl-ccm-cms-types-siteproxy,manifest-pdl-ccm-cms-types-siteproxy,manifest-web-ccm-cms-types-siteproxy"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-forum' application" name="compile-ccm-forum">
|
|
<mkdir dir="ccm-forum/${build.src.dir}"/>
|
|
<path id="ccm-forum.compile.srcpath">
|
|
<pathelement location="ccm-forum/${src.dir}"/>
|
|
<pathelement location="ccm-forum/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-forum/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-forum.build.classpath" destdir="ccm-forum/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-forum.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-forum">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-forum/${build.classes.dir}/${apps.ccm-forum.name}.web.mf">
|
|
<srcfiles dir="ccm-forum" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-forum" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-forum">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-forum${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-forum/${build.classes.dir}"/>
|
|
<echo file="ccm-forum/${build.classes.dir}/${apps.ccm-forum.name}.web.mf" message="${web.files.ccm-forum}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-forum' application" name="generate-ddl-ccm-forum" depends="init,compile-ccm-forum,copy-sql-ccm-forum,copy-src-ccm-forum">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-forum/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-forum" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-forum/${build.sql.dir}/${apps.ccm-forum.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-forum.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-forum/${build.sql.dir}/${apps.ccm-forum.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-forum/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-forum/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-forum.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-forum/${build.sql.dir}/${apps.ccm-forum.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-forum.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-forum/${build.sql.dir}/${apps.ccm-forum.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-forum/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-forum/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-forum.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-forum/${build.dir}"/>
|
|
<echo file="ccm-forum/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-forum">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-forum/${build.classes.dir}/${apps.ccm-forum.name}.pdl.mf">
|
|
<srcfiles dir="ccm-forum" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-forum" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-forum">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-forum${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-forum/${build.classes.dir}"/>
|
|
<echo file="ccm-forum/${build.classes.dir}/${apps.ccm-forum.name}.pdl.mf" message="${pdl.files.ccm-forum}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-forum">
|
|
<mkdir dir="ccm-forum/${build.sql.dir}"/>
|
|
<copy todir="ccm-forum/${build.sql.dir}">
|
|
<fileset dir="ccm-forum/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-forum" depends="init">
|
|
<copy todir="ccm-forum/${build.classes.dir}">
|
|
<fileset dir="ccm-forum/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-forum" name="jar-classes-ccm-forum">
|
|
<jar update="true" destfile="ccm-forum/${build.dir}/${apps.ccm-forum.name}-${apps.ccm-forum.version}.jar">
|
|
<fileset dir="ccm-forum/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-forum.name}-${apps.ccm-forum.version}-pdl.jar ${apps.ccm-forum.name}-${apps.ccm-forum.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-forum" name="jar-pdl-ccm-forum">
|
|
<mkdir dir="ccm-forum/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-forum/${build.dir}/${apps.ccm-forum.name}-${apps.ccm-forum.version}-pdl.jar">
|
|
<fileset dir="ccm-forum/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-forum" name="jar-sql-ccm-forum">
|
|
<jar update="true" destfile="ccm-forum/${build.dir}/${apps.ccm-forum.name}-${apps.ccm-forum.version}-sql.jar">
|
|
<fileset dir="ccm-forum/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-forum' application (compile, generate DDL, jar, etc)" name="build-ccm-forum" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-forum,copy-src-ccm-forum,generate-ddl-ccm-forum,manifest-pdl-ccm-forum,manifest-web-ccm-forum"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-simplesurvey' application" name="compile-ccm-simplesurvey">
|
|
<mkdir dir="ccm-simplesurvey/${build.src.dir}"/>
|
|
<path id="ccm-simplesurvey.compile.srcpath">
|
|
<pathelement location="ccm-simplesurvey/${src.dir}"/>
|
|
<pathelement location="ccm-simplesurvey/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-simplesurvey/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-simplesurvey.build.classpath" destdir="ccm-simplesurvey/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-simplesurvey.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-simplesurvey">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-simplesurvey/${build.classes.dir}/${apps.ccm-simplesurvey.name}.web.mf">
|
|
<srcfiles dir="ccm-simplesurvey" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-simplesurvey" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-simplesurvey${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-simplesurvey/${build.classes.dir}"/>
|
|
<echo file="ccm-simplesurvey/${build.classes.dir}/${apps.ccm-simplesurvey.name}.web.mf" message="${web.files.ccm-simplesurvey}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-simplesurvey' application" name="generate-ddl-ccm-simplesurvey" depends="init,compile-ccm-simplesurvey,copy-sql-ccm-simplesurvey,copy-src-ccm-simplesurvey">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-simplesurvey/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-simplesurvey" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-simplesurvey/${build.sql.dir}/${apps.ccm-simplesurvey.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-simplesurvey.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-simplesurvey/${build.sql.dir}/${apps.ccm-simplesurvey.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-simplesurvey/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-simplesurvey/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-simplesurvey.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-simplesurvey/${build.sql.dir}/${apps.ccm-simplesurvey.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-simplesurvey.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-simplesurvey/${build.sql.dir}/${apps.ccm-simplesurvey.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-simplesurvey/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-simplesurvey/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-simplesurvey.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-simplesurvey/${build.dir}"/>
|
|
<echo file="ccm-simplesurvey/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-simplesurvey">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-simplesurvey/${build.classes.dir}/${apps.ccm-simplesurvey.name}.pdl.mf">
|
|
<srcfiles dir="ccm-simplesurvey" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-simplesurvey" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-simplesurvey${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-simplesurvey/${build.classes.dir}"/>
|
|
<echo file="ccm-simplesurvey/${build.classes.dir}/${apps.ccm-simplesurvey.name}.pdl.mf" message="${pdl.files.ccm-simplesurvey}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-simplesurvey">
|
|
<mkdir dir="ccm-simplesurvey/${build.sql.dir}"/>
|
|
<copy todir="ccm-simplesurvey/${build.sql.dir}">
|
|
<fileset dir="ccm-simplesurvey/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-simplesurvey" depends="init">
|
|
<copy todir="ccm-simplesurvey/${build.classes.dir}">
|
|
<fileset dir="ccm-simplesurvey/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-simplesurvey" name="jar-classes-ccm-simplesurvey">
|
|
<jar update="true" destfile="ccm-simplesurvey/${build.dir}/${apps.ccm-simplesurvey.name}-${apps.ccm-simplesurvey.version}.jar">
|
|
<fileset dir="ccm-simplesurvey/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-simplesurvey.name}-${apps.ccm-simplesurvey.version}-pdl.jar ${apps.ccm-simplesurvey.name}-${apps.ccm-simplesurvey.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-simplesurvey" name="jar-pdl-ccm-simplesurvey">
|
|
<mkdir dir="ccm-simplesurvey/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-simplesurvey/${build.dir}/${apps.ccm-simplesurvey.name}-${apps.ccm-simplesurvey.version}-pdl.jar">
|
|
<fileset dir="ccm-simplesurvey/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-simplesurvey" name="jar-sql-ccm-simplesurvey">
|
|
<jar update="true" destfile="ccm-simplesurvey/${build.dir}/${apps.ccm-simplesurvey.name}-${apps.ccm-simplesurvey.version}-sql.jar">
|
|
<fileset dir="ccm-simplesurvey/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-simplesurvey' application (compile, generate DDL, jar, etc)" name="build-ccm-simplesurvey" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-simplesurvey,copy-src-ccm-simplesurvey,generate-ddl-ccm-simplesurvey,manifest-pdl-ccm-simplesurvey,manifest-web-ccm-simplesurvey"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-user-preferences' application" name="compile-ccm-user-preferences">
|
|
<mkdir dir="ccm-user-preferences/${build.src.dir}"/>
|
|
<path id="ccm-user-preferences.compile.srcpath">
|
|
<pathelement location="ccm-user-preferences/${src.dir}"/>
|
|
<pathelement location="ccm-user-preferences/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-user-preferences/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-user-preferences.build.classpath" destdir="ccm-user-preferences/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-user-preferences.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-user-preferences">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-user-preferences/${build.classes.dir}/${apps.ccm-user-preferences.name}.web.mf">
|
|
<srcfiles dir="ccm-user-preferences" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-user-preferences" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-user-preferences${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-user-preferences/${build.classes.dir}"/>
|
|
<echo file="ccm-user-preferences/${build.classes.dir}/${apps.ccm-user-preferences.name}.web.mf" message="${web.files.ccm-user-preferences}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-user-preferences' application" name="generate-ddl-ccm-user-preferences" depends="init,compile-ccm-user-preferences,copy-sql-ccm-user-preferences,copy-src-ccm-user-preferences">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-user-preferences/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-user-preferences" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-user-preferences/${build.sql.dir}/${apps.ccm-user-preferences.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-user-preferences.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-user-preferences/${build.sql.dir}/${apps.ccm-user-preferences.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-user-preferences/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-user-preferences/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-user-preferences.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-user-preferences/${build.sql.dir}/${apps.ccm-user-preferences.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-user-preferences.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-user-preferences/${build.sql.dir}/${apps.ccm-user-preferences.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-user-preferences/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-user-preferences/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-user-preferences.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-user-preferences/${build.dir}"/>
|
|
<echo file="ccm-user-preferences/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-user-preferences">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-user-preferences/${build.classes.dir}/${apps.ccm-user-preferences.name}.pdl.mf">
|
|
<srcfiles dir="ccm-user-preferences" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-user-preferences" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-user-preferences${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-user-preferences/${build.classes.dir}"/>
|
|
<echo file="ccm-user-preferences/${build.classes.dir}/${apps.ccm-user-preferences.name}.pdl.mf" message="${pdl.files.ccm-user-preferences}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-user-preferences">
|
|
<mkdir dir="ccm-user-preferences/${build.sql.dir}"/>
|
|
<copy todir="ccm-user-preferences/${build.sql.dir}">
|
|
<fileset dir="ccm-user-preferences/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-user-preferences" depends="init">
|
|
<copy todir="ccm-user-preferences/${build.classes.dir}">
|
|
<fileset dir="ccm-user-preferences/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-user-preferences" name="jar-classes-ccm-user-preferences">
|
|
<jar update="true" destfile="ccm-user-preferences/${build.dir}/${apps.ccm-user-preferences.name}-${apps.ccm-user-preferences.version}.jar">
|
|
<fileset dir="ccm-user-preferences/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-user-preferences.name}-${apps.ccm-user-preferences.version}-pdl.jar ${apps.ccm-user-preferences.name}-${apps.ccm-user-preferences.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-user-preferences" name="jar-pdl-ccm-user-preferences">
|
|
<mkdir dir="ccm-user-preferences/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-user-preferences/${build.dir}/${apps.ccm-user-preferences.name}-${apps.ccm-user-preferences.version}-pdl.jar">
|
|
<fileset dir="ccm-user-preferences/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-user-preferences" name="jar-sql-ccm-user-preferences">
|
|
<jar update="true" destfile="ccm-user-preferences/${build.dir}/${apps.ccm-user-preferences.name}-${apps.ccm-user-preferences.version}-sql.jar">
|
|
<fileset dir="ccm-user-preferences/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-user-preferences' application (compile, generate DDL, jar, etc)" name="build-ccm-user-preferences" depends="init,build-ccm-core,compile-ccm-user-preferences,copy-src-ccm-user-preferences,generate-ddl-ccm-user-preferences,manifest-pdl-ccm-user-preferences,manifest-web-ccm-user-preferences"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-image-step' application" name="compile-ccm-ldn-image-step">
|
|
<mkdir dir="ccm-ldn-image-step/${build.src.dir}"/>
|
|
<path id="ccm-ldn-image-step.compile.srcpath">
|
|
<pathelement location="ccm-ldn-image-step/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-image-step/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-image-step/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-image-step.build.classpath" destdir="ccm-ldn-image-step/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-image-step.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-image-step">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-image-step/${build.classes.dir}/${apps.ccm-ldn-image-step.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-image-step" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-image-step" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-image-step${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-image-step/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-image-step/${build.classes.dir}/${apps.ccm-ldn-image-step.name}.web.mf" message="${web.files.ccm-ldn-image-step}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-image-step' application" name="generate-ddl-ccm-ldn-image-step" depends="init,compile-ccm-ldn-image-step,copy-sql-ccm-ldn-image-step,copy-src-ccm-ldn-image-step">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-image-step/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-image-step" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-image-step/${build.sql.dir}/${apps.ccm-ldn-image-step.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-image-step.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-image-step/${build.sql.dir}/${apps.ccm-ldn-image-step.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-image-step/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-image-step/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-image-step.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-image-step/${build.sql.dir}/${apps.ccm-ldn-image-step.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-image-step.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-image-step/${build.sql.dir}/${apps.ccm-ldn-image-step.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-image-step/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-image-step/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-image-step.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-image-step/${build.dir}"/>
|
|
<echo file="ccm-ldn-image-step/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-image-step">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-image-step/${build.classes.dir}/${apps.ccm-ldn-image-step.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-image-step" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-image-step" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-image-step${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-image-step/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-image-step/${build.classes.dir}/${apps.ccm-ldn-image-step.name}.pdl.mf" message="${pdl.files.ccm-ldn-image-step}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-image-step">
|
|
<mkdir dir="ccm-ldn-image-step/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-image-step/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-image-step/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-image-step" depends="init">
|
|
<copy todir="ccm-ldn-image-step/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-image-step/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-image-step" name="jar-classes-ccm-ldn-image-step">
|
|
<jar update="true" destfile="ccm-ldn-image-step/${build.dir}/${apps.ccm-ldn-image-step.name}-${apps.ccm-ldn-image-step.version}.jar">
|
|
<fileset dir="ccm-ldn-image-step/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-image-step.name}-${apps.ccm-ldn-image-step.version}-pdl.jar ${apps.ccm-ldn-image-step.name}-${apps.ccm-ldn-image-step.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-image-step" name="jar-pdl-ccm-ldn-image-step">
|
|
<mkdir dir="ccm-ldn-image-step/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-image-step/${build.dir}/${apps.ccm-ldn-image-step.name}-${apps.ccm-ldn-image-step.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-image-step/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-image-step" name="jar-sql-ccm-ldn-image-step">
|
|
<jar update="true" destfile="ccm-ldn-image-step/${build.dir}/${apps.ccm-ldn-image-step.name}-${apps.ccm-ldn-image-step.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-image-step/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-image-step' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-image-step" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-navigation,compile-ccm-ldn-image-step,copy-src-ccm-ldn-image-step,generate-ddl-ccm-ldn-image-step,manifest-pdl-ccm-ldn-image-step,manifest-web-ccm-ldn-image-step"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-navigation' application" name="compile-ccm-ldn-navigation">
|
|
<mkdir dir="ccm-ldn-navigation/${build.src.dir}"/>
|
|
<path id="ccm-ldn-navigation.compile.srcpath">
|
|
<pathelement location="ccm-ldn-navigation/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-navigation/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-navigation/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-navigation.build.classpath" destdir="ccm-ldn-navigation/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-navigation.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-navigation">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-navigation/${build.classes.dir}/${apps.ccm-ldn-navigation.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-navigation" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-navigation" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-navigation${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-navigation/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-navigation/${build.classes.dir}/${apps.ccm-ldn-navigation.name}.web.mf" message="${web.files.ccm-ldn-navigation}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-navigation' application" name="generate-ddl-ccm-ldn-navigation" depends="init,compile-ccm-ldn-navigation,copy-sql-ccm-ldn-navigation,copy-src-ccm-ldn-navigation">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-navigation/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-navigation" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-navigation/${build.sql.dir}/${apps.ccm-ldn-navigation.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-navigation.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-navigation/${build.sql.dir}/${apps.ccm-ldn-navigation.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-navigation/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-navigation/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-navigation.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-navigation/${build.sql.dir}/${apps.ccm-ldn-navigation.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-navigation.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-navigation/${build.sql.dir}/${apps.ccm-ldn-navigation.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-navigation/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-navigation/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-navigation.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-navigation/${build.dir}"/>
|
|
<echo file="ccm-ldn-navigation/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-navigation">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-navigation/${build.classes.dir}/${apps.ccm-ldn-navigation.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-navigation" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-navigation" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-navigation${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-navigation/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-navigation/${build.classes.dir}/${apps.ccm-ldn-navigation.name}.pdl.mf" message="${pdl.files.ccm-ldn-navigation}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-navigation">
|
|
<mkdir dir="ccm-ldn-navigation/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-navigation/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-navigation/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-navigation" depends="init">
|
|
<copy todir="ccm-ldn-navigation/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-navigation/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-navigation" name="jar-classes-ccm-ldn-navigation">
|
|
<jar update="true" destfile="ccm-ldn-navigation/${build.dir}/${apps.ccm-ldn-navigation.name}-${apps.ccm-ldn-navigation.version}.jar">
|
|
<fileset dir="ccm-ldn-navigation/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-navigation.name}-${apps.ccm-ldn-navigation.version}-pdl.jar ${apps.ccm-ldn-navigation.name}-${apps.ccm-ldn-navigation.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-navigation" name="jar-pdl-ccm-ldn-navigation">
|
|
<mkdir dir="ccm-ldn-navigation/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-navigation/${build.dir}/${apps.ccm-ldn-navigation.name}-${apps.ccm-ldn-navigation.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-navigation/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-navigation" name="jar-sql-ccm-ldn-navigation">
|
|
<jar update="true" destfile="ccm-ldn-navigation/${build.dir}/${apps.ccm-ldn-navigation.name}-${apps.ccm-ldn-navigation.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-navigation/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-navigation' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-navigation" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-terms,build-ccm-ldn-util,compile-ccm-ldn-navigation,copy-src-ccm-ldn-navigation,generate-ddl-ccm-ldn-navigation,manifest-pdl-ccm-ldn-navigation,manifest-web-ccm-ldn-navigation"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-portal' application" name="compile-ccm-ldn-portal">
|
|
<mkdir dir="ccm-ldn-portal/${build.src.dir}"/>
|
|
<path id="ccm-ldn-portal.compile.srcpath">
|
|
<pathelement location="ccm-ldn-portal/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-portal/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-portal/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-portal.build.classpath" destdir="ccm-ldn-portal/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-portal.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-portal">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-portal/${build.classes.dir}/${apps.ccm-ldn-portal.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-portal" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-portal" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-portal${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-portal/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-portal/${build.classes.dir}/${apps.ccm-ldn-portal.name}.web.mf" message="${web.files.ccm-ldn-portal}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-portal' application" name="generate-ddl-ccm-ldn-portal" depends="init,compile-ccm-ldn-portal,copy-sql-ccm-ldn-portal,copy-src-ccm-ldn-portal">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-portal/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-portal" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-portal/${build.sql.dir}/${apps.ccm-ldn-portal.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-portal.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-portal/${build.sql.dir}/${apps.ccm-ldn-portal.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-portal/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-portal/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-portal.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-portal/${build.sql.dir}/${apps.ccm-ldn-portal.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-portal.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-portal/${build.sql.dir}/${apps.ccm-ldn-portal.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-portal/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-portal/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-portal.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-portal/${build.dir}"/>
|
|
<echo file="ccm-ldn-portal/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-portal">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-portal/${build.classes.dir}/${apps.ccm-ldn-portal.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-portal" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-portal" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-portal${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-portal/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-portal/${build.classes.dir}/${apps.ccm-ldn-portal.name}.pdl.mf" message="${pdl.files.ccm-ldn-portal}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-portal">
|
|
<mkdir dir="ccm-ldn-portal/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-portal/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-portal/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-portal" depends="init">
|
|
<copy todir="ccm-ldn-portal/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-portal/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-portal" name="jar-classes-ccm-ldn-portal">
|
|
<jar update="true" destfile="ccm-ldn-portal/${build.dir}/${apps.ccm-ldn-portal.name}-${apps.ccm-ldn-portal.version}.jar">
|
|
<fileset dir="ccm-ldn-portal/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-portal.name}-${apps.ccm-ldn-portal.version}-pdl.jar ${apps.ccm-ldn-portal.name}-${apps.ccm-ldn-portal.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-portal" name="jar-pdl-ccm-ldn-portal">
|
|
<mkdir dir="ccm-ldn-portal/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-portal/${build.dir}/${apps.ccm-ldn-portal.name}-${apps.ccm-ldn-portal.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-portal/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-portal" name="jar-sql-ccm-ldn-portal">
|
|
<jar update="true" destfile="ccm-ldn-portal/${build.dir}/${apps.ccm-ldn-portal.name}-${apps.ccm-ldn-portal.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-portal/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-portal' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-portal" depends="init,build-ccm-core,build-ccm-cms,build-ccm-forum,build-ccm-ldn-navigation,build-ccm-ldn-rss,build-ccm-ldn-subsite,build-ccm-ldn-util,compile-ccm-ldn-portal,copy-src-ccm-ldn-portal,generate-ddl-ccm-ldn-portal,manifest-pdl-ccm-ldn-portal,manifest-web-ccm-ldn-portal"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-rss' application" name="compile-ccm-ldn-rss">
|
|
<mkdir dir="ccm-ldn-rss/${build.src.dir}"/>
|
|
<path id="ccm-ldn-rss.compile.srcpath">
|
|
<pathelement location="ccm-ldn-rss/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-rss/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-rss/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-rss.build.classpath" destdir="ccm-ldn-rss/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-rss.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-rss">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-rss/${build.classes.dir}/${apps.ccm-ldn-rss.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-rss" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-rss" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-rss${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-rss/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-rss/${build.classes.dir}/${apps.ccm-ldn-rss.name}.web.mf" message="${web.files.ccm-ldn-rss}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-rss' application" name="generate-ddl-ccm-ldn-rss" depends="init,compile-ccm-ldn-rss,copy-sql-ccm-ldn-rss,copy-src-ccm-ldn-rss">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-rss/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-rss" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-rss/${build.sql.dir}/${apps.ccm-ldn-rss.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-rss.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-rss/${build.sql.dir}/${apps.ccm-ldn-rss.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-rss/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-rss/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-rss.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-rss/${build.sql.dir}/${apps.ccm-ldn-rss.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-rss.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-rss/${build.sql.dir}/${apps.ccm-ldn-rss.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-rss/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-rss/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-rss.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-rss/${build.dir}"/>
|
|
<echo file="ccm-ldn-rss/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-rss">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-rss/${build.classes.dir}/${apps.ccm-ldn-rss.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-rss" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-rss" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-rss${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-rss/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-rss/${build.classes.dir}/${apps.ccm-ldn-rss.name}.pdl.mf" message="${pdl.files.ccm-ldn-rss}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-rss">
|
|
<mkdir dir="ccm-ldn-rss/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-rss/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-rss/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-rss" depends="init">
|
|
<copy todir="ccm-ldn-rss/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-rss/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-rss" name="jar-classes-ccm-ldn-rss">
|
|
<jar update="true" destfile="ccm-ldn-rss/${build.dir}/${apps.ccm-ldn-rss.name}-${apps.ccm-ldn-rss.version}.jar">
|
|
<fileset dir="ccm-ldn-rss/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-rss.name}-${apps.ccm-ldn-rss.version}-pdl.jar ${apps.ccm-ldn-rss.name}-${apps.ccm-ldn-rss.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-rss" name="jar-pdl-ccm-ldn-rss">
|
|
<mkdir dir="ccm-ldn-rss/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-rss/${build.dir}/${apps.ccm-ldn-rss.name}-${apps.ccm-ldn-rss.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-rss/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-rss" name="jar-sql-ccm-ldn-rss">
|
|
<jar update="true" destfile="ccm-ldn-rss/${build.dir}/${apps.ccm-ldn-rss.name}-${apps.ccm-ldn-rss.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-rss/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-rss' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-rss" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-terms,build-ccm-ldn-util,compile-ccm-ldn-rss,copy-src-ccm-ldn-rss,generate-ddl-ccm-ldn-rss,manifest-pdl-ccm-ldn-rss,manifest-web-ccm-ldn-rss"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-search' application" name="compile-ccm-ldn-search">
|
|
<mkdir dir="ccm-ldn-search/${build.src.dir}"/>
|
|
<path id="ccm-ldn-search.compile.srcpath">
|
|
<pathelement location="ccm-ldn-search/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-search/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-search/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-search.build.classpath" destdir="ccm-ldn-search/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-search.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-search">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-search/${build.classes.dir}/${apps.ccm-ldn-search.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-search" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-search" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-search${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-search/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-search/${build.classes.dir}/${apps.ccm-ldn-search.name}.web.mf" message="${web.files.ccm-ldn-search}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-search' application" name="generate-ddl-ccm-ldn-search" depends="init,compile-ccm-ldn-search,copy-sql-ccm-ldn-search,copy-src-ccm-ldn-search">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-search/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-search" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-search/${build.sql.dir}/${apps.ccm-ldn-search.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-search.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-search/${build.sql.dir}/${apps.ccm-ldn-search.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-search/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-search/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-search.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-search/${build.sql.dir}/${apps.ccm-ldn-search.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-search.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-search/${build.sql.dir}/${apps.ccm-ldn-search.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-search/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-search/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-search.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-search/${build.dir}"/>
|
|
<echo file="ccm-ldn-search/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-search">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-search/${build.classes.dir}/${apps.ccm-ldn-search.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-search" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-search" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-search${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-search/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-search/${build.classes.dir}/${apps.ccm-ldn-search.name}.pdl.mf" message="${pdl.files.ccm-ldn-search}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-search">
|
|
<mkdir dir="ccm-ldn-search/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-search/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-search/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-search" depends="init">
|
|
<copy todir="ccm-ldn-search/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-search/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-search" name="jar-classes-ccm-ldn-search">
|
|
<jar update="true" destfile="ccm-ldn-search/${build.dir}/${apps.ccm-ldn-search.name}-${apps.ccm-ldn-search.version}.jar">
|
|
<fileset dir="ccm-ldn-search/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-search.name}-${apps.ccm-ldn-search.version}-pdl.jar ${apps.ccm-ldn-search.name}-${apps.ccm-ldn-search.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-search" name="jar-pdl-ccm-ldn-search">
|
|
<mkdir dir="ccm-ldn-search/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-search/${build.dir}/${apps.ccm-ldn-search.name}-${apps.ccm-ldn-search.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-search/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-search" name="jar-sql-ccm-ldn-search">
|
|
<jar update="true" destfile="ccm-ldn-search/${build.dir}/${apps.ccm-ldn-search.name}-${apps.ccm-ldn-search.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-search/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-search' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-search" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-util,compile-ccm-ldn-search,copy-src-ccm-ldn-search,generate-ddl-ccm-ldn-search,manifest-pdl-ccm-ldn-search,manifest-web-ccm-ldn-search"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-shortcuts' application" name="compile-ccm-ldn-shortcuts">
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.src.dir}"/>
|
|
<path id="ccm-ldn-shortcuts.compile.srcpath">
|
|
<pathelement location="ccm-ldn-shortcuts/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-shortcuts/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-shortcuts.build.classpath" destdir="ccm-ldn-shortcuts/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-shortcuts.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-shortcuts">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-shortcuts/${build.classes.dir}/${apps.ccm-ldn-shortcuts.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-shortcuts" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-shortcuts" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-shortcuts${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-shortcuts/${build.classes.dir}/${apps.ccm-ldn-shortcuts.name}.web.mf" message="${web.files.ccm-ldn-shortcuts}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-shortcuts' application" name="generate-ddl-ccm-ldn-shortcuts" depends="init,compile-ccm-ldn-shortcuts,copy-sql-ccm-ldn-shortcuts,copy-src-ccm-ldn-shortcuts">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-shortcuts/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-shortcuts" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.sql.dir}/${apps.ccm-ldn-shortcuts.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-shortcuts.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-shortcuts/${build.sql.dir}/${apps.ccm-ldn-shortcuts.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-shortcuts/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-shortcuts/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-shortcuts.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.sql.dir}/${apps.ccm-ldn-shortcuts.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-shortcuts.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-shortcuts/${build.sql.dir}/${apps.ccm-ldn-shortcuts.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-shortcuts/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-shortcuts/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-shortcuts.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.dir}"/>
|
|
<echo file="ccm-ldn-shortcuts/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-shortcuts">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-shortcuts/${build.classes.dir}/${apps.ccm-ldn-shortcuts.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-shortcuts" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-shortcuts" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-shortcuts${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-shortcuts/${build.classes.dir}/${apps.ccm-ldn-shortcuts.name}.pdl.mf" message="${pdl.files.ccm-ldn-shortcuts}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-shortcuts">
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-shortcuts/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-shortcuts/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-shortcuts" depends="init">
|
|
<copy todir="ccm-ldn-shortcuts/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-shortcuts/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-shortcuts" name="jar-classes-ccm-ldn-shortcuts">
|
|
<jar update="true" destfile="ccm-ldn-shortcuts/${build.dir}/${apps.ccm-ldn-shortcuts.name}-${apps.ccm-ldn-shortcuts.version}.jar">
|
|
<fileset dir="ccm-ldn-shortcuts/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-shortcuts.name}-${apps.ccm-ldn-shortcuts.version}-pdl.jar ${apps.ccm-ldn-shortcuts.name}-${apps.ccm-ldn-shortcuts.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-shortcuts" name="jar-pdl-ccm-ldn-shortcuts">
|
|
<mkdir dir="ccm-ldn-shortcuts/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-shortcuts/${build.dir}/${apps.ccm-ldn-shortcuts.name}-${apps.ccm-ldn-shortcuts.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-shortcuts/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-shortcuts" name="jar-sql-ccm-ldn-shortcuts">
|
|
<jar update="true" destfile="ccm-ldn-shortcuts/${build.dir}/${apps.ccm-ldn-shortcuts.name}-${apps.ccm-ldn-shortcuts.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-shortcuts/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-shortcuts' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-shortcuts" depends="init,build-ccm-core,compile-ccm-ldn-shortcuts,copy-src-ccm-ldn-shortcuts,generate-ddl-ccm-ldn-shortcuts,manifest-pdl-ccm-ldn-shortcuts,manifest-web-ccm-ldn-shortcuts"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-subsite' application" name="compile-ccm-ldn-subsite">
|
|
<mkdir dir="ccm-ldn-subsite/${build.src.dir}"/>
|
|
<path id="ccm-ldn-subsite.compile.srcpath">
|
|
<pathelement location="ccm-ldn-subsite/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-subsite/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-subsite/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-subsite.build.classpath" destdir="ccm-ldn-subsite/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-subsite.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-subsite">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-subsite/${build.classes.dir}/${apps.ccm-ldn-subsite.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-subsite" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-subsite" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-subsite${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-subsite/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-subsite/${build.classes.dir}/${apps.ccm-ldn-subsite.name}.web.mf" message="${web.files.ccm-ldn-subsite}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-subsite' application" name="generate-ddl-ccm-ldn-subsite" depends="init,compile-ccm-ldn-subsite,copy-sql-ccm-ldn-subsite,copy-src-ccm-ldn-subsite">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-subsite/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-subsite" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-subsite/${build.sql.dir}/${apps.ccm-ldn-subsite.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-subsite.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-subsite/${build.sql.dir}/${apps.ccm-ldn-subsite.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-subsite/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-subsite/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-subsite.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-subsite/${build.sql.dir}/${apps.ccm-ldn-subsite.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-subsite.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-subsite/${build.sql.dir}/${apps.ccm-ldn-subsite.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-subsite/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-subsite/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-subsite.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-subsite/${build.dir}"/>
|
|
<echo file="ccm-ldn-subsite/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-subsite">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-subsite/${build.classes.dir}/${apps.ccm-ldn-subsite.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-subsite" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-subsite" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-subsite${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-subsite/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-subsite/${build.classes.dir}/${apps.ccm-ldn-subsite.name}.pdl.mf" message="${pdl.files.ccm-ldn-subsite}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-subsite">
|
|
<mkdir dir="ccm-ldn-subsite/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-subsite/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-subsite/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-subsite" depends="init">
|
|
<copy todir="ccm-ldn-subsite/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-subsite/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-subsite" name="jar-classes-ccm-ldn-subsite">
|
|
<jar update="true" destfile="ccm-ldn-subsite/${build.dir}/${apps.ccm-ldn-subsite.name}-${apps.ccm-ldn-subsite.version}.jar">
|
|
<fileset dir="ccm-ldn-subsite/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-subsite.name}-${apps.ccm-ldn-subsite.version}-pdl.jar ${apps.ccm-ldn-subsite.name}-${apps.ccm-ldn-subsite.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-subsite" name="jar-pdl-ccm-ldn-subsite">
|
|
<mkdir dir="ccm-ldn-subsite/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-subsite/${build.dir}/${apps.ccm-ldn-subsite.name}-${apps.ccm-ldn-subsite.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-subsite/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-subsite" name="jar-sql-ccm-ldn-subsite">
|
|
<jar update="true" destfile="ccm-ldn-subsite/${build.dir}/${apps.ccm-ldn-subsite.name}-${apps.ccm-ldn-subsite.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-subsite/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-subsite' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-subsite" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-navigation,build-ccm-ldn-util,compile-ccm-ldn-subsite,copy-src-ccm-ldn-subsite,generate-ddl-ccm-ldn-subsite,manifest-pdl-ccm-ldn-subsite,manifest-web-ccm-ldn-subsite"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-terms' application" name="compile-ccm-ldn-terms">
|
|
<mkdir dir="ccm-ldn-terms/${build.src.dir}"/>
|
|
<path id="ccm-ldn-terms.compile.srcpath">
|
|
<pathelement location="ccm-ldn-terms/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-terms/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-terms/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-terms.build.classpath" destdir="ccm-ldn-terms/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-terms.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-terms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-terms/${build.classes.dir}/${apps.ccm-ldn-terms.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-terms" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-terms" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-terms${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-terms/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-terms/${build.classes.dir}/${apps.ccm-ldn-terms.name}.web.mf" message="${web.files.ccm-ldn-terms}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-terms' application" name="generate-ddl-ccm-ldn-terms" depends="init,compile-ccm-ldn-terms,copy-sql-ccm-ldn-terms,copy-src-ccm-ldn-terms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-terms/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-terms" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-terms/${build.sql.dir}/${apps.ccm-ldn-terms.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-terms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-terms/${build.sql.dir}/${apps.ccm-ldn-terms.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-terms/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-terms/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-terms.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-terms/${build.sql.dir}/${apps.ccm-ldn-terms.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-terms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-terms/${build.sql.dir}/${apps.ccm-ldn-terms.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-terms/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-terms/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-terms.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-terms/${build.dir}"/>
|
|
<echo file="ccm-ldn-terms/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-terms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-terms/${build.classes.dir}/${apps.ccm-ldn-terms.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-terms" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-terms" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-terms${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-terms/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-terms/${build.classes.dir}/${apps.ccm-ldn-terms.name}.pdl.mf" message="${pdl.files.ccm-ldn-terms}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-terms">
|
|
<mkdir dir="ccm-ldn-terms/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-terms/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-terms/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-terms" depends="init">
|
|
<copy todir="ccm-ldn-terms/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-terms/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-terms" name="jar-classes-ccm-ldn-terms">
|
|
<jar update="true" destfile="ccm-ldn-terms/${build.dir}/${apps.ccm-ldn-terms.name}-${apps.ccm-ldn-terms.version}.jar">
|
|
<fileset dir="ccm-ldn-terms/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-terms.name}-${apps.ccm-ldn-terms.version}-pdl.jar ${apps.ccm-ldn-terms.name}-${apps.ccm-ldn-terms.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-terms" name="jar-pdl-ccm-ldn-terms">
|
|
<mkdir dir="ccm-ldn-terms/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-terms/${build.dir}/${apps.ccm-ldn-terms.name}-${apps.ccm-ldn-terms.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-terms/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-terms" name="jar-sql-ccm-ldn-terms">
|
|
<jar update="true" destfile="ccm-ldn-terms/${build.dir}/${apps.ccm-ldn-terms.name}-${apps.ccm-ldn-terms.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-terms/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-terms' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-terms" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-util,compile-ccm-ldn-terms,copy-src-ccm-ldn-terms,generate-ddl-ccm-ldn-terms,manifest-pdl-ccm-ldn-terms,manifest-web-ccm-ldn-terms"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-theme' application" name="compile-ccm-ldn-theme">
|
|
<mkdir dir="ccm-ldn-theme/${build.src.dir}"/>
|
|
<path id="ccm-ldn-theme.compile.srcpath">
|
|
<pathelement location="ccm-ldn-theme/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-theme/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-theme/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-theme.build.classpath" destdir="ccm-ldn-theme/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-theme.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-theme">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-theme/${build.classes.dir}/${apps.ccm-ldn-theme.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-theme" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-theme" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-theme${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-theme/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-theme/${build.classes.dir}/${apps.ccm-ldn-theme.name}.web.mf" message="${web.files.ccm-ldn-theme}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-theme' application" name="generate-ddl-ccm-ldn-theme" depends="init,compile-ccm-ldn-theme,copy-sql-ccm-ldn-theme,copy-src-ccm-ldn-theme">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-theme/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-theme" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-theme/${build.sql.dir}/${apps.ccm-ldn-theme.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-theme.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-theme/${build.sql.dir}/${apps.ccm-ldn-theme.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-theme/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-theme/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-theme.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-theme/${build.sql.dir}/${apps.ccm-ldn-theme.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-theme.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-theme/${build.sql.dir}/${apps.ccm-ldn-theme.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-theme/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-theme/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-theme.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-theme/${build.dir}"/>
|
|
<echo file="ccm-ldn-theme/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-theme">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-theme/${build.classes.dir}/${apps.ccm-ldn-theme.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-theme" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-theme" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-theme${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-theme/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-theme/${build.classes.dir}/${apps.ccm-ldn-theme.name}.pdl.mf" message="${pdl.files.ccm-ldn-theme}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-ldn-theme">
|
|
<mkdir dir="ccm-ldn-theme/${build.sql.dir}"/>
|
|
<copy todir="ccm-ldn-theme/${build.sql.dir}">
|
|
<fileset dir="ccm-ldn-theme/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-theme" depends="init">
|
|
<copy todir="ccm-ldn-theme/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-theme/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-theme" name="jar-classes-ccm-ldn-theme">
|
|
<jar update="true" destfile="ccm-ldn-theme/${build.dir}/${apps.ccm-ldn-theme.name}-${apps.ccm-ldn-theme.version}.jar">
|
|
<fileset dir="ccm-ldn-theme/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-theme.name}-${apps.ccm-ldn-theme.version}-pdl.jar ${apps.ccm-ldn-theme.name}-${apps.ccm-ldn-theme.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-theme" name="jar-pdl-ccm-ldn-theme">
|
|
<mkdir dir="ccm-ldn-theme/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-theme/${build.dir}/${apps.ccm-ldn-theme.name}-${apps.ccm-ldn-theme.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-theme/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-theme" name="jar-sql-ccm-ldn-theme">
|
|
<jar update="true" destfile="ccm-ldn-theme/${build.dir}/${apps.ccm-ldn-theme.name}-${apps.ccm-ldn-theme.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-theme/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-theme' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-theme" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-subsite,compile-ccm-ldn-theme,copy-src-ccm-ldn-theme,generate-ddl-ccm-ldn-theme,manifest-pdl-ccm-ldn-theme,manifest-web-ccm-ldn-theme"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-ldn-util' application" name="compile-ccm-ldn-util">
|
|
<mkdir dir="ccm-ldn-util/${build.src.dir}"/>
|
|
<path id="ccm-ldn-util.compile.srcpath">
|
|
<pathelement location="ccm-ldn-util/${src.dir}"/>
|
|
<pathelement location="ccm-ldn-util/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-util/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-util.build.classpath" destdir="ccm-ldn-util/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-util.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-ldn-util">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-util/${build.classes.dir}/${apps.ccm-ldn-util.name}.web.mf">
|
|
<srcfiles dir="ccm-ldn-util" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-ldn-util" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-util${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-util/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-util/${build.classes.dir}/${apps.ccm-ldn-util.name}.web.mf" message="${web.files.ccm-ldn-util}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-ldn-util' application" name="generate-ddl-ccm-ldn-util" depends="init,compile-ccm-ldn-util">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-util/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-util" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-util/${build.sql.dir}/${apps.ccm-ldn-util.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-util.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-util/${build.sql.dir}/${apps.ccm-ldn-util.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-util/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-util/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-util.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-util/${build.sql.dir}/${apps.ccm-ldn-util.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-util.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-util/${build.sql.dir}/${apps.ccm-ldn-util.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-util/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-ldn-util/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-util.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-ldn-util/${build.dir}"/>
|
|
<echo file="ccm-ldn-util/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-ldn-util">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-util/${build.classes.dir}/${apps.ccm-ldn-util.name}.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-util" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-ldn-util" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-util${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-util/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-util/${build.classes.dir}/${apps.ccm-ldn-util.name}.pdl.mf" message="${pdl.files.ccm-ldn-util}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-src-ccm-ldn-util" depends="init">
|
|
<copy todir="ccm-ldn-util/${build.classes.dir}">
|
|
<fileset dir="ccm-ldn-util/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-util" name="jar-classes-ccm-ldn-util">
|
|
<jar update="true" destfile="ccm-ldn-util/${build.dir}/${apps.ccm-ldn-util.name}-${apps.ccm-ldn-util.version}.jar">
|
|
<fileset dir="ccm-ldn-util/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-ldn-util.name}-${apps.ccm-ldn-util.version}-pdl.jar ${apps.ccm-ldn-util.name}-${apps.ccm-ldn-util.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-util" name="jar-pdl-ccm-ldn-util">
|
|
<mkdir dir="ccm-ldn-util/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-ldn-util/${build.dir}/${apps.ccm-ldn-util.name}-${apps.ccm-ldn-util.version}-pdl.jar">
|
|
<fileset dir="ccm-ldn-util/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-util" name="jar-sql-ccm-ldn-util">
|
|
<jar update="true" destfile="ccm-ldn-util/${build.dir}/${apps.ccm-ldn-util.name}-${apps.ccm-ldn-util.version}-sql.jar">
|
|
<fileset dir="ccm-ldn-util/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-ldn-util' application (compile, generate DDL, jar, etc)" name="build-ccm-ldn-util" depends="init,build-ccm-core,build-ccm-cms,compile-ccm-ldn-util,copy-src-ccm-ldn-util,generate-ddl-ccm-ldn-util,manifest-pdl-ccm-ldn-util,manifest-web-ccm-ldn-util"/>
|
|
<target depends="init" description="Compiles the Java code for the 'ccm-shp-aplaws' application" name="compile-ccm-shp-aplaws">
|
|
<mkdir dir="ccm-shp-aplaws/${build.src.dir}"/>
|
|
<path id="ccm-shp-aplaws.compile.srcpath">
|
|
<pathelement location="ccm-shp-aplaws/${src.dir}"/>
|
|
<pathelement location="ccm-shp-aplaws/${build.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-shp-aplaws/${build.classes.dir}"/>
|
|
<javac classpathref="ccm-shp-aplaws.build.classpath" destdir="ccm-shp-aplaws/${build.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-shp-aplaws.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target depends="init" name="manifest-web-ccm-shp-aplaws">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-shp-aplaws/${build.classes.dir}/${apps.ccm-shp-aplaws.name}.web.mf">
|
|
<srcfiles dir="ccm-shp-aplaws" includes="web/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="web.files.ccm-shp-aplaws" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="web/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-shp-aplaws${file.separator}web${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-shp-aplaws/${build.classes.dir}"/>
|
|
<echo file="ccm-shp-aplaws/${build.classes.dir}/${apps.ccm-shp-aplaws.name}.web.mf" message="${web.files.ccm-shp-aplaws}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target description="Generates DDL for the 'ccm-shp-aplaws' application" name="generate-ddl-ccm-shp-aplaws" depends="init,compile-ccm-shp-aplaws,copy-sql-ccm-shp-aplaws,copy-src-ccm-shp-aplaws">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-shp-aplaws/${build.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-shp-aplaws" includes="${pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<mkdir dir="ccm-shp-aplaws/${build.sql.dir}/${apps.ccm-shp-aplaws.name}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-shp-aplaws.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-shp-aplaws/${build.sql.dir}/${apps.ccm-shp-aplaws.name}/${ddl.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-shp-aplaws/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-shp-aplaws/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-shp-aplaws.pdl.path.internal}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-shp-aplaws/${build.sql.dir}/${apps.ccm-shp-aplaws.name}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-shp-aplaws.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-shp-aplaws/${build.sql.dir}/${apps.ccm-shp-aplaws.name}/${ddl.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-shp-aplaws/${pdl.dir}"/>
|
|
<arg line="-sqldir ccm-shp-aplaws/${build.sql.dir}"/>
|
|
<arg line="-library-path ${apps.ccm-shp-aplaws.pdl.path.internal}:"/>
|
|
</java>
|
|
</then>
|
|
</if>
|
|
<mkdir dir="ccm-shp-aplaws/${build.dir}"/>
|
|
<echo file="ccm-shp-aplaws/${build.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</target>
|
|
<target depends="init" name="manifest-pdl-ccm-shp-aplaws">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-shp-aplaws/${build.classes.dir}/${apps.ccm-shp-aplaws.name}.pdl.mf">
|
|
<srcfiles dir="ccm-shp-aplaws" includes="pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="pdl.files.ccm-shp-aplaws" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-shp-aplaws${file.separator}pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-shp-aplaws/${build.classes.dir}"/>
|
|
<echo file="ccm-shp-aplaws/${build.classes.dir}/${apps.ccm-shp-aplaws.name}.pdl.mf" message="${pdl.files.ccm-shp-aplaws}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-sql-ccm-shp-aplaws">
|
|
<mkdir dir="ccm-shp-aplaws/${build.sql.dir}"/>
|
|
<copy todir="ccm-shp-aplaws/${build.sql.dir}">
|
|
<fileset dir="ccm-shp-aplaws/${sql.dir}">
|
|
<include name="**/*.sql"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target name="copy-src-ccm-shp-aplaws" depends="init">
|
|
<copy todir="ccm-shp-aplaws/${build.classes.dir}">
|
|
<fileset dir="ccm-shp-aplaws/${src.dir}">
|
|
<exclude name="**/package.html"/>
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,build-ccm-shp-aplaws" name="jar-classes-ccm-shp-aplaws">
|
|
<jar update="true" destfile="ccm-shp-aplaws/${build.dir}/${apps.ccm-shp-aplaws.name}-${apps.ccm-shp-aplaws.version}.jar">
|
|
<fileset dir="ccm-shp-aplaws/${build.classes.dir}"/>
|
|
<manifest>
|
|
<attribute value="${apps.ccm-shp-aplaws.name}-${apps.ccm-shp-aplaws.version}-pdl.jar ${apps.ccm-shp-aplaws.name}-${apps.ccm-shp-aplaws.version}-sql.jar" name="Class-Path"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-shp-aplaws" name="jar-pdl-ccm-shp-aplaws">
|
|
<mkdir dir="ccm-shp-aplaws/${pdl.dir}"/>
|
|
<jar update="true" destfile="ccm-shp-aplaws/${build.dir}/${apps.ccm-shp-aplaws.name}-${apps.ccm-shp-aplaws.version}-pdl.jar">
|
|
<fileset dir="ccm-shp-aplaws/${pdl.dir}"/>
|
|
</jar>
|
|
</target>
|
|
<target depends="init,build-ccm-shp-aplaws" name="jar-sql-ccm-shp-aplaws">
|
|
<jar update="true" destfile="ccm-shp-aplaws/${build.dir}/${apps.ccm-shp-aplaws.name}-${apps.ccm-shp-aplaws.version}-sql.jar">
|
|
<fileset dir="ccm-shp-aplaws/${build.sql.dir}">
|
|
<exclude name=".ddl-timestamp"/>
|
|
</fileset>
|
|
</jar>
|
|
</target>
|
|
<target description="Builds the 'ccm-shp-aplaws' application (compile, generate DDL, jar, etc)" name="build-ccm-shp-aplaws" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-navigation,build-ccm-ldn-portal,build-ccm-ldn-search,build-ccm-ldn-subsite,build-ccm-ldn-terms,compile-ccm-shp-aplaws,copy-src-ccm-shp-aplaws,generate-ddl-ccm-shp-aplaws,manifest-pdl-ccm-shp-aplaws,manifest-web-ccm-shp-aplaws"/>
|
|
<target name="build" description="Builds all applications" depends="init,build-ccm-core,build-ccm-cms,build-ccm-cms-assets-fileattachment,build-ccm-cms-assets-notes,build-ccm-cms-assets-relatedlink,build-ccm-cms-types-address,build-ccm-cms-types-article,build-ccm-cms-types-bookmark,build-ccm-cms-types-contact,build-ccm-cms-types-event,build-ccm-cms-types-faqitem,build-ccm-cms-types-filestorageitem,build-ccm-cms-types-formitem,build-ccm-cms-types-formsectionitem,build-ccm-cms-types-glossaryitem,build-ccm-cms-types-mparticle,build-ccm-cms-types-newsitem,build-ccm-cms-types-siteproxy,build-ccm-forum,build-ccm-simplesurvey,build-ccm-user-preferences,build-ccm-ldn-image-step,build-ccm-ldn-navigation,build-ccm-ldn-portal,build-ccm-ldn-rss,build-ccm-ldn-search,build-ccm-ldn-shortcuts,build-ccm-ldn-subsite,build-ccm-ldn-terms,build-ccm-ldn-theme,build-ccm-ldn-util,build-ccm-shp-aplaws"/>
|
|
<target depends="init" name="deploy-ccm-core-hook">
|
|
<ant inheritRefs="true" dir="ccm-core" target="deploy-hook" antfile="build-hooks.xml"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-core" name="deploy-war-ccm-core">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-core/${lib.dir}"/>
|
|
<war webxml="ccm-core/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-core.name}-${apps.ccm-core.version}.war">
|
|
<fileset dir="ccm-core/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-core/${lib.dir}"/>
|
|
<classes dir="ccm-core/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-core" name="deploy-jar-classes-ccm-core">
|
|
<mkdir dir="${deploy.lib.dir.ccm-core}"/>
|
|
<copy file="ccm-core/${build.dir}/${apps.ccm-core.name}-${apps.ccm-core.version}.jar" todir="${deploy.lib.dir.ccm-core}"/>
|
|
<if>
|
|
<available type="dir" file="ccm-core/${build.classes.dir}/com/arsdigita/util/protocol/"/>
|
|
<then>
|
|
<mkdir dir="${deploy.system.jars.dir}"/>
|
|
<jar update="true" destfile="${deploy.system.jars.dir}/${apps.ccm-core.name}-${apps.ccm-core.version}-system.jar">
|
|
<fileset dir="ccm-core/${build.classes.dir}">
|
|
<include name="com/arsdigita/util/protocol/**"/>
|
|
</fileset>
|
|
</jar>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target depends="init,build-ccm-core" name="deploy-classes-ccm-core">
|
|
<mkdir dir="${deploy.classes.dir.ccm-core}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-core}">
|
|
<fileset dir="ccm-core/${build.classes.dir}"/>
|
|
</copy>
|
|
<if>
|
|
<available type="dir" file="ccm-core/${build.classes.dir}/com/arsdigita/util/protocol/"/>
|
|
<then>
|
|
<mkdir dir="${deploy.system.jars.dir}"/>
|
|
<jar update="true" destfile="${deploy.system.jars.dir}/${apps.ccm-core.name}-${apps.ccm-core.version}-system.jar">
|
|
<fileset dir="ccm-core/${build.classes.dir}">
|
|
<include name="com/arsdigita/util/protocol/**"/>
|
|
</fileset>
|
|
</jar>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-core">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-core">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-core" name="deploy-pdl-ccm-core">
|
|
<mkdir dir="${deploy.lib.dir.ccm-core}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-core}">
|
|
<fileset dir="ccm-core/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-core,jar-sql-ccm-core" name="deploy-sql-ccm-core">
|
|
<mkdir dir="${deploy.lib.dir.ccm-core}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-core}">
|
|
<fileset dir="ccm-core/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-core">
|
|
<copy todir="${deploy.dir.ccm-core}">
|
|
<fileset dir="ccm-core">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-core">
|
|
<copy todir="${deploy.bin.dir.ccm-core}">
|
|
<fileset dir="ccm-core">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-core" name="deploy-javadoc-ccm-core">
|
|
<copy todir="${deploy.api.dir.ccm-core}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-core"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-core' application" name="deploy-ccm-core" depends="init,build-ccm-core,deploy-ccm-core-hook,deploy-classes-ccm-core,deploy-lib-ccm-core,deploy-pdl-ccm-core,deploy-sql-ccm-core,deploy-web-ccm-core,deploy-bin-ccm-core">
|
|
<echo message="deployed 'ccm-core' to ${deploy.dir.ccm-core}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms" name="deploy-war-ccm-cms">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms/${lib.dir}"/>
|
|
<war webxml="ccm-cms/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms.name}-${apps.ccm-cms.version}.war">
|
|
<fileset dir="ccm-cms/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms/${lib.dir}"/>
|
|
<classes dir="ccm-cms/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms" name="deploy-jar-classes-ccm-cms">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms}"/>
|
|
<copy file="ccm-cms/${build.dir}/${apps.ccm-cms.name}-${apps.ccm-cms.version}.jar" todir="${deploy.lib.dir.ccm-cms}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms" name="deploy-classes-ccm-cms">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms}">
|
|
<fileset dir="ccm-cms/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms" name="deploy-pdl-ccm-cms">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms}">
|
|
<fileset dir="ccm-cms/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms,jar-sql-ccm-cms" name="deploy-sql-ccm-cms">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms}">
|
|
<fileset dir="ccm-cms/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms">
|
|
<copy todir="${deploy.dir.ccm-cms}">
|
|
<fileset dir="ccm-cms">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms">
|
|
<copy todir="${deploy.bin.dir.ccm-cms}">
|
|
<fileset dir="ccm-cms">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms" name="deploy-javadoc-ccm-cms">
|
|
<copy todir="${deploy.api.dir.ccm-cms}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms' application" name="deploy-ccm-cms" depends="init,build-ccm-cms,deploy-classes-ccm-cms,deploy-lib-ccm-cms,deploy-pdl-ccm-cms,deploy-sql-ccm-cms,deploy-web-ccm-cms,deploy-bin-ccm-cms">
|
|
<echo message="deployed 'ccm-cms' to ${deploy.dir.ccm-cms}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-assets-fileattachment" name="deploy-war-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-assets-fileattachment/${lib.dir}"/>
|
|
<war webxml="ccm-cms-assets-fileattachment/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-assets-fileattachment.name}-${apps.ccm-cms-assets-fileattachment.version}.war">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-assets-fileattachment/${lib.dir}"/>
|
|
<classes dir="ccm-cms-assets-fileattachment/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-assets-fileattachment" name="deploy-jar-classes-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-fileattachment}"/>
|
|
<copy file="ccm-cms-assets-fileattachment/${build.dir}/${apps.ccm-cms-assets-fileattachment.name}-${apps.ccm-cms-assets-fileattachment.version}.jar" todir="${deploy.lib.dir.ccm-cms-assets-fileattachment}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-fileattachment" name="deploy-classes-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-assets-fileattachment}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-assets-fileattachment}">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-assets-fileattachment">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-assets-fileattachment" name="deploy-pdl-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-fileattachment}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-assets-fileattachment}">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-assets-fileattachment,jar-sql-ccm-cms-assets-fileattachment" name="deploy-sql-ccm-cms-assets-fileattachment">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-fileattachment}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-assets-fileattachment}">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-assets-fileattachment">
|
|
<copy todir="${deploy.dir.ccm-cms-assets-fileattachment}">
|
|
<fileset dir="ccm-cms-assets-fileattachment">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-assets-fileattachment">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-assets-fileattachment}">
|
|
<fileset dir="ccm-cms-assets-fileattachment">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-assets-fileattachment" name="deploy-javadoc-ccm-cms-assets-fileattachment">
|
|
<copy todir="${deploy.api.dir.ccm-cms-assets-fileattachment}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-assets-fileattachment"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-assets-fileattachment' application" name="deploy-ccm-cms-assets-fileattachment" depends="init,build-ccm-cms-assets-fileattachment,deploy-classes-ccm-cms-assets-fileattachment,deploy-lib-ccm-cms-assets-fileattachment,deploy-pdl-ccm-cms-assets-fileattachment,deploy-sql-ccm-cms-assets-fileattachment,deploy-web-ccm-cms-assets-fileattachment,deploy-bin-ccm-cms-assets-fileattachment">
|
|
<echo message="deployed 'ccm-cms-assets-fileattachment' to ${deploy.dir.ccm-cms-assets-fileattachment}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-assets-notes" name="deploy-war-ccm-cms-assets-notes">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-assets-notes/${lib.dir}"/>
|
|
<war webxml="ccm-cms-assets-notes/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-assets-notes.name}-${apps.ccm-cms-assets-notes.version}.war">
|
|
<fileset dir="ccm-cms-assets-notes/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-assets-notes/${lib.dir}"/>
|
|
<classes dir="ccm-cms-assets-notes/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-assets-notes" name="deploy-jar-classes-ccm-cms-assets-notes">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-notes}"/>
|
|
<copy file="ccm-cms-assets-notes/${build.dir}/${apps.ccm-cms-assets-notes.name}-${apps.ccm-cms-assets-notes.version}.jar" todir="${deploy.lib.dir.ccm-cms-assets-notes}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-notes" name="deploy-classes-ccm-cms-assets-notes">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-assets-notes}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-assets-notes}">
|
|
<fileset dir="ccm-cms-assets-notes/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-assets-notes">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-assets-notes">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-assets-notes" name="deploy-pdl-ccm-cms-assets-notes">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-notes}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-assets-notes}">
|
|
<fileset dir="ccm-cms-assets-notes/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-assets-notes,jar-sql-ccm-cms-assets-notes" name="deploy-sql-ccm-cms-assets-notes">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-notes}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-assets-notes}">
|
|
<fileset dir="ccm-cms-assets-notes/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-assets-notes">
|
|
<copy todir="${deploy.dir.ccm-cms-assets-notes}">
|
|
<fileset dir="ccm-cms-assets-notes">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-assets-notes">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-assets-notes}">
|
|
<fileset dir="ccm-cms-assets-notes">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-assets-notes" name="deploy-javadoc-ccm-cms-assets-notes">
|
|
<copy todir="${deploy.api.dir.ccm-cms-assets-notes}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-assets-notes"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-assets-notes' application" name="deploy-ccm-cms-assets-notes" depends="init,build-ccm-cms-assets-notes,deploy-classes-ccm-cms-assets-notes,deploy-lib-ccm-cms-assets-notes,deploy-pdl-ccm-cms-assets-notes,deploy-sql-ccm-cms-assets-notes,deploy-web-ccm-cms-assets-notes,deploy-bin-ccm-cms-assets-notes">
|
|
<echo message="deployed 'ccm-cms-assets-notes' to ${deploy.dir.ccm-cms-assets-notes}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-assets-relatedlink" name="deploy-war-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-assets-relatedlink/${lib.dir}"/>
|
|
<war webxml="ccm-cms-assets-relatedlink/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-assets-relatedlink.name}-${apps.ccm-cms-assets-relatedlink.version}.war">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-assets-relatedlink/${lib.dir}"/>
|
|
<classes dir="ccm-cms-assets-relatedlink/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-assets-relatedlink" name="deploy-jar-classes-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-relatedlink}"/>
|
|
<copy file="ccm-cms-assets-relatedlink/${build.dir}/${apps.ccm-cms-assets-relatedlink.name}-${apps.ccm-cms-assets-relatedlink.version}.jar" todir="${deploy.lib.dir.ccm-cms-assets-relatedlink}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-assets-relatedlink" name="deploy-classes-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-assets-relatedlink}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-assets-relatedlink}">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-assets-relatedlink">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-assets-relatedlink" name="deploy-pdl-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-relatedlink}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-assets-relatedlink}">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-assets-relatedlink,jar-sql-ccm-cms-assets-relatedlink" name="deploy-sql-ccm-cms-assets-relatedlink">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-assets-relatedlink}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-assets-relatedlink}">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-assets-relatedlink">
|
|
<copy todir="${deploy.dir.ccm-cms-assets-relatedlink}">
|
|
<fileset dir="ccm-cms-assets-relatedlink">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-assets-relatedlink">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-assets-relatedlink}">
|
|
<fileset dir="ccm-cms-assets-relatedlink">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-assets-relatedlink" name="deploy-javadoc-ccm-cms-assets-relatedlink">
|
|
<copy todir="${deploy.api.dir.ccm-cms-assets-relatedlink}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-assets-relatedlink"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-assets-relatedlink' application" name="deploy-ccm-cms-assets-relatedlink" depends="init,build-ccm-cms-assets-relatedlink,deploy-classes-ccm-cms-assets-relatedlink,deploy-lib-ccm-cms-assets-relatedlink,deploy-pdl-ccm-cms-assets-relatedlink,deploy-sql-ccm-cms-assets-relatedlink,deploy-web-ccm-cms-assets-relatedlink,deploy-bin-ccm-cms-assets-relatedlink">
|
|
<echo message="deployed 'ccm-cms-assets-relatedlink' to ${deploy.dir.ccm-cms-assets-relatedlink}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-address" name="deploy-war-ccm-cms-types-address">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-address/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-address/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-address.name}-${apps.ccm-cms-types-address.version}.war">
|
|
<fileset dir="ccm-cms-types-address/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-address/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-address/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-address" name="deploy-jar-classes-ccm-cms-types-address">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-address}"/>
|
|
<copy file="ccm-cms-types-address/${build.dir}/${apps.ccm-cms-types-address.name}-${apps.ccm-cms-types-address.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-address}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-address" name="deploy-classes-ccm-cms-types-address">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-address}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-address}">
|
|
<fileset dir="ccm-cms-types-address/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-address">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-address">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-address" name="deploy-pdl-ccm-cms-types-address">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-address}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-address}">
|
|
<fileset dir="ccm-cms-types-address/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-address,jar-sql-ccm-cms-types-address" name="deploy-sql-ccm-cms-types-address">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-address}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-address}">
|
|
<fileset dir="ccm-cms-types-address/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-address">
|
|
<copy todir="${deploy.dir.ccm-cms-types-address}">
|
|
<fileset dir="ccm-cms-types-address">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-address">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-address}">
|
|
<fileset dir="ccm-cms-types-address">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-address" name="deploy-javadoc-ccm-cms-types-address">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-address}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-address"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-address' application" name="deploy-ccm-cms-types-address" depends="init,build-ccm-cms-types-address,deploy-classes-ccm-cms-types-address,deploy-lib-ccm-cms-types-address,deploy-pdl-ccm-cms-types-address,deploy-sql-ccm-cms-types-address,deploy-web-ccm-cms-types-address,deploy-bin-ccm-cms-types-address">
|
|
<echo message="deployed 'ccm-cms-types-address' to ${deploy.dir.ccm-cms-types-address}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-article" name="deploy-war-ccm-cms-types-article">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-article/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-article/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-article.name}-${apps.ccm-cms-types-article.version}.war">
|
|
<fileset dir="ccm-cms-types-article/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-article/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-article/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-article" name="deploy-jar-classes-ccm-cms-types-article">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-article}"/>
|
|
<copy file="ccm-cms-types-article/${build.dir}/${apps.ccm-cms-types-article.name}-${apps.ccm-cms-types-article.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-article}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-article" name="deploy-classes-ccm-cms-types-article">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-article}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-article}">
|
|
<fileset dir="ccm-cms-types-article/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-article">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-article">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-article" name="deploy-pdl-ccm-cms-types-article">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-article}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-article}">
|
|
<fileset dir="ccm-cms-types-article/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-article,jar-sql-ccm-cms-types-article" name="deploy-sql-ccm-cms-types-article">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-article}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-article}">
|
|
<fileset dir="ccm-cms-types-article/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-article">
|
|
<copy todir="${deploy.dir.ccm-cms-types-article}">
|
|
<fileset dir="ccm-cms-types-article">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-article">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-article}">
|
|
<fileset dir="ccm-cms-types-article">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-article" name="deploy-javadoc-ccm-cms-types-article">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-article}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-article"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-article' application" name="deploy-ccm-cms-types-article" depends="init,build-ccm-cms-types-article,deploy-classes-ccm-cms-types-article,deploy-lib-ccm-cms-types-article,deploy-pdl-ccm-cms-types-article,deploy-sql-ccm-cms-types-article,deploy-web-ccm-cms-types-article,deploy-bin-ccm-cms-types-article">
|
|
<echo message="deployed 'ccm-cms-types-article' to ${deploy.dir.ccm-cms-types-article}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-bookmark" name="deploy-war-ccm-cms-types-bookmark">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-bookmark/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-bookmark/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-bookmark.name}-${apps.ccm-cms-types-bookmark.version}.war">
|
|
<fileset dir="ccm-cms-types-bookmark/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-bookmark/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-bookmark/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-bookmark" name="deploy-jar-classes-ccm-cms-types-bookmark">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-bookmark}"/>
|
|
<copy file="ccm-cms-types-bookmark/${build.dir}/${apps.ccm-cms-types-bookmark.name}-${apps.ccm-cms-types-bookmark.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-bookmark}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-bookmark" name="deploy-classes-ccm-cms-types-bookmark">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-bookmark}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-bookmark}">
|
|
<fileset dir="ccm-cms-types-bookmark/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-bookmark">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-bookmark">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-bookmark" name="deploy-pdl-ccm-cms-types-bookmark">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-bookmark}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-bookmark}">
|
|
<fileset dir="ccm-cms-types-bookmark/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-bookmark,jar-sql-ccm-cms-types-bookmark" name="deploy-sql-ccm-cms-types-bookmark">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-bookmark}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-bookmark}">
|
|
<fileset dir="ccm-cms-types-bookmark/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-bookmark">
|
|
<copy todir="${deploy.dir.ccm-cms-types-bookmark}">
|
|
<fileset dir="ccm-cms-types-bookmark">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-bookmark">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-bookmark}">
|
|
<fileset dir="ccm-cms-types-bookmark">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-bookmark" name="deploy-javadoc-ccm-cms-types-bookmark">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-bookmark}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-bookmark"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-bookmark' application" name="deploy-ccm-cms-types-bookmark" depends="init,build-ccm-cms-types-bookmark,deploy-classes-ccm-cms-types-bookmark,deploy-lib-ccm-cms-types-bookmark,deploy-pdl-ccm-cms-types-bookmark,deploy-sql-ccm-cms-types-bookmark,deploy-web-ccm-cms-types-bookmark,deploy-bin-ccm-cms-types-bookmark">
|
|
<echo message="deployed 'ccm-cms-types-bookmark' to ${deploy.dir.ccm-cms-types-bookmark}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-contact" name="deploy-war-ccm-cms-types-contact">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-contact/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-contact/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-contact.name}-${apps.ccm-cms-types-contact.version}.war">
|
|
<fileset dir="ccm-cms-types-contact/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-contact/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-contact/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-contact" name="deploy-jar-classes-ccm-cms-types-contact">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-contact}"/>
|
|
<copy file="ccm-cms-types-contact/${build.dir}/${apps.ccm-cms-types-contact.name}-${apps.ccm-cms-types-contact.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-contact}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-contact" name="deploy-classes-ccm-cms-types-contact">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-contact}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-contact}">
|
|
<fileset dir="ccm-cms-types-contact/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-contact">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-contact">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-contact" name="deploy-pdl-ccm-cms-types-contact">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-contact}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-contact}">
|
|
<fileset dir="ccm-cms-types-contact/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-contact,jar-sql-ccm-cms-types-contact" name="deploy-sql-ccm-cms-types-contact">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-contact}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-contact}">
|
|
<fileset dir="ccm-cms-types-contact/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-contact">
|
|
<copy todir="${deploy.dir.ccm-cms-types-contact}">
|
|
<fileset dir="ccm-cms-types-contact">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-contact">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-contact}">
|
|
<fileset dir="ccm-cms-types-contact">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-contact" name="deploy-javadoc-ccm-cms-types-contact">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-contact}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-contact"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-contact' application" name="deploy-ccm-cms-types-contact" depends="init,build-ccm-cms-types-contact,deploy-classes-ccm-cms-types-contact,deploy-lib-ccm-cms-types-contact,deploy-pdl-ccm-cms-types-contact,deploy-sql-ccm-cms-types-contact,deploy-web-ccm-cms-types-contact,deploy-bin-ccm-cms-types-contact">
|
|
<echo message="deployed 'ccm-cms-types-contact' to ${deploy.dir.ccm-cms-types-contact}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-event" name="deploy-war-ccm-cms-types-event">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-event/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-event/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-event.name}-${apps.ccm-cms-types-event.version}.war">
|
|
<fileset dir="ccm-cms-types-event/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-event/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-event/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-event" name="deploy-jar-classes-ccm-cms-types-event">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-event}"/>
|
|
<copy file="ccm-cms-types-event/${build.dir}/${apps.ccm-cms-types-event.name}-${apps.ccm-cms-types-event.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-event}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-event" name="deploy-classes-ccm-cms-types-event">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-event}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-event}">
|
|
<fileset dir="ccm-cms-types-event/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-event">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-event">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-event" name="deploy-pdl-ccm-cms-types-event">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-event}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-event}">
|
|
<fileset dir="ccm-cms-types-event/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-event,jar-sql-ccm-cms-types-event" name="deploy-sql-ccm-cms-types-event">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-event}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-event}">
|
|
<fileset dir="ccm-cms-types-event/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-event">
|
|
<copy todir="${deploy.dir.ccm-cms-types-event}">
|
|
<fileset dir="ccm-cms-types-event">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-event">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-event}">
|
|
<fileset dir="ccm-cms-types-event">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-event" name="deploy-javadoc-ccm-cms-types-event">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-event}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-event"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-event' application" name="deploy-ccm-cms-types-event" depends="init,build-ccm-cms-types-event,deploy-classes-ccm-cms-types-event,deploy-lib-ccm-cms-types-event,deploy-pdl-ccm-cms-types-event,deploy-sql-ccm-cms-types-event,deploy-web-ccm-cms-types-event,deploy-bin-ccm-cms-types-event">
|
|
<echo message="deployed 'ccm-cms-types-event' to ${deploy.dir.ccm-cms-types-event}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-faqitem" name="deploy-war-ccm-cms-types-faqitem">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-faqitem/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-faqitem/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-faqitem.name}-${apps.ccm-cms-types-faqitem.version}.war">
|
|
<fileset dir="ccm-cms-types-faqitem/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-faqitem/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-faqitem/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-faqitem" name="deploy-jar-classes-ccm-cms-types-faqitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-faqitem}"/>
|
|
<copy file="ccm-cms-types-faqitem/${build.dir}/${apps.ccm-cms-types-faqitem.name}-${apps.ccm-cms-types-faqitem.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-faqitem}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-faqitem" name="deploy-classes-ccm-cms-types-faqitem">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-faqitem}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-faqitem}">
|
|
<fileset dir="ccm-cms-types-faqitem/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-faqitem">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-faqitem">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-faqitem" name="deploy-pdl-ccm-cms-types-faqitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-faqitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-faqitem}">
|
|
<fileset dir="ccm-cms-types-faqitem/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-faqitem,jar-sql-ccm-cms-types-faqitem" name="deploy-sql-ccm-cms-types-faqitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-faqitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-faqitem}">
|
|
<fileset dir="ccm-cms-types-faqitem/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-faqitem">
|
|
<copy todir="${deploy.dir.ccm-cms-types-faqitem}">
|
|
<fileset dir="ccm-cms-types-faqitem">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-faqitem">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-faqitem}">
|
|
<fileset dir="ccm-cms-types-faqitem">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-faqitem" name="deploy-javadoc-ccm-cms-types-faqitem">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-faqitem}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-faqitem"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-faqitem' application" name="deploy-ccm-cms-types-faqitem" depends="init,build-ccm-cms-types-faqitem,deploy-classes-ccm-cms-types-faqitem,deploy-lib-ccm-cms-types-faqitem,deploy-pdl-ccm-cms-types-faqitem,deploy-sql-ccm-cms-types-faqitem,deploy-web-ccm-cms-types-faqitem,deploy-bin-ccm-cms-types-faqitem">
|
|
<echo message="deployed 'ccm-cms-types-faqitem' to ${deploy.dir.ccm-cms-types-faqitem}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-filestorageitem" name="deploy-war-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-filestorageitem/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-filestorageitem/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-filestorageitem.name}-${apps.ccm-cms-types-filestorageitem.version}.war">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-filestorageitem/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-filestorageitem/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-filestorageitem" name="deploy-jar-classes-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-filestorageitem}"/>
|
|
<copy file="ccm-cms-types-filestorageitem/${build.dir}/${apps.ccm-cms-types-filestorageitem.name}-${apps.ccm-cms-types-filestorageitem.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-filestorageitem}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-filestorageitem" name="deploy-classes-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-filestorageitem}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-filestorageitem}">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-filestorageitem">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-filestorageitem" name="deploy-pdl-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-filestorageitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-filestorageitem}">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-filestorageitem,jar-sql-ccm-cms-types-filestorageitem" name="deploy-sql-ccm-cms-types-filestorageitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-filestorageitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-filestorageitem}">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-filestorageitem">
|
|
<copy todir="${deploy.dir.ccm-cms-types-filestorageitem}">
|
|
<fileset dir="ccm-cms-types-filestorageitem">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-filestorageitem">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-filestorageitem}">
|
|
<fileset dir="ccm-cms-types-filestorageitem">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-filestorageitem" name="deploy-javadoc-ccm-cms-types-filestorageitem">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-filestorageitem}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-filestorageitem"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-filestorageitem' application" name="deploy-ccm-cms-types-filestorageitem" depends="init,build-ccm-cms-types-filestorageitem,deploy-classes-ccm-cms-types-filestorageitem,deploy-lib-ccm-cms-types-filestorageitem,deploy-pdl-ccm-cms-types-filestorageitem,deploy-sql-ccm-cms-types-filestorageitem,deploy-web-ccm-cms-types-filestorageitem,deploy-bin-ccm-cms-types-filestorageitem">
|
|
<echo message="deployed 'ccm-cms-types-filestorageitem' to ${deploy.dir.ccm-cms-types-filestorageitem}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-formitem" name="deploy-war-ccm-cms-types-formitem">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-formitem/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-formitem/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-formitem.name}-${apps.ccm-cms-types-formitem.version}.war">
|
|
<fileset dir="ccm-cms-types-formitem/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-formitem/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-formitem/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-formitem" name="deploy-jar-classes-ccm-cms-types-formitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-formitem}"/>
|
|
<copy file="ccm-cms-types-formitem/${build.dir}/${apps.ccm-cms-types-formitem.name}-${apps.ccm-cms-types-formitem.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-formitem}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formitem" name="deploy-classes-ccm-cms-types-formitem">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-formitem}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-formitem}">
|
|
<fileset dir="ccm-cms-types-formitem/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-formitem">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-formitem">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-formitem" name="deploy-pdl-ccm-cms-types-formitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-formitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-formitem}">
|
|
<fileset dir="ccm-cms-types-formitem/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-formitem,jar-sql-ccm-cms-types-formitem" name="deploy-sql-ccm-cms-types-formitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-formitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-formitem}">
|
|
<fileset dir="ccm-cms-types-formitem/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-formitem">
|
|
<copy todir="${deploy.dir.ccm-cms-types-formitem}">
|
|
<fileset dir="ccm-cms-types-formitem">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-formitem">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-formitem}">
|
|
<fileset dir="ccm-cms-types-formitem">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-formitem" name="deploy-javadoc-ccm-cms-types-formitem">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-formitem}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-formitem"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-formitem' application" name="deploy-ccm-cms-types-formitem" depends="init,build-ccm-cms-types-formitem,deploy-classes-ccm-cms-types-formitem,deploy-lib-ccm-cms-types-formitem,deploy-pdl-ccm-cms-types-formitem,deploy-sql-ccm-cms-types-formitem,deploy-web-ccm-cms-types-formitem,deploy-bin-ccm-cms-types-formitem">
|
|
<echo message="deployed 'ccm-cms-types-formitem' to ${deploy.dir.ccm-cms-types-formitem}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-formsectionitem" name="deploy-war-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-formsectionitem/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-formsectionitem/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-formsectionitem.name}-${apps.ccm-cms-types-formsectionitem.version}.war">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-formsectionitem/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-formsectionitem/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-formsectionitem" name="deploy-jar-classes-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-formsectionitem}"/>
|
|
<copy file="ccm-cms-types-formsectionitem/${build.dir}/${apps.ccm-cms-types-formsectionitem.name}-${apps.ccm-cms-types-formsectionitem.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-formsectionitem}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-formsectionitem" name="deploy-classes-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-formsectionitem}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-formsectionitem}">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-formsectionitem">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-formsectionitem" name="deploy-pdl-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-formsectionitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-formsectionitem}">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-formsectionitem,jar-sql-ccm-cms-types-formsectionitem" name="deploy-sql-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-formsectionitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-formsectionitem}">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-formsectionitem">
|
|
<copy todir="${deploy.dir.ccm-cms-types-formsectionitem}">
|
|
<fileset dir="ccm-cms-types-formsectionitem">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-formsectionitem">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-formsectionitem}">
|
|
<fileset dir="ccm-cms-types-formsectionitem">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-formsectionitem" name="deploy-javadoc-ccm-cms-types-formsectionitem">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-formsectionitem}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-formsectionitem"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-formsectionitem' application" name="deploy-ccm-cms-types-formsectionitem" depends="init,build-ccm-cms-types-formsectionitem,deploy-classes-ccm-cms-types-formsectionitem,deploy-lib-ccm-cms-types-formsectionitem,deploy-pdl-ccm-cms-types-formsectionitem,deploy-sql-ccm-cms-types-formsectionitem,deploy-web-ccm-cms-types-formsectionitem,deploy-bin-ccm-cms-types-formsectionitem">
|
|
<echo message="deployed 'ccm-cms-types-formsectionitem' to ${deploy.dir.ccm-cms-types-formsectionitem}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-glossaryitem" name="deploy-war-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-glossaryitem/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-glossaryitem/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-glossaryitem.name}-${apps.ccm-cms-types-glossaryitem.version}.war">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-glossaryitem/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-glossaryitem/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-glossaryitem" name="deploy-jar-classes-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-glossaryitem}"/>
|
|
<copy file="ccm-cms-types-glossaryitem/${build.dir}/${apps.ccm-cms-types-glossaryitem.name}-${apps.ccm-cms-types-glossaryitem.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-glossaryitem}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-glossaryitem" name="deploy-classes-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-glossaryitem}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-glossaryitem}">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-glossaryitem">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-glossaryitem" name="deploy-pdl-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-glossaryitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-glossaryitem}">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-glossaryitem,jar-sql-ccm-cms-types-glossaryitem" name="deploy-sql-ccm-cms-types-glossaryitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-glossaryitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-glossaryitem}">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-glossaryitem">
|
|
<copy todir="${deploy.dir.ccm-cms-types-glossaryitem}">
|
|
<fileset dir="ccm-cms-types-glossaryitem">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-glossaryitem">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-glossaryitem}">
|
|
<fileset dir="ccm-cms-types-glossaryitem">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-glossaryitem" name="deploy-javadoc-ccm-cms-types-glossaryitem">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-glossaryitem}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-glossaryitem"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-glossaryitem' application" name="deploy-ccm-cms-types-glossaryitem" depends="init,build-ccm-cms-types-glossaryitem,deploy-classes-ccm-cms-types-glossaryitem,deploy-lib-ccm-cms-types-glossaryitem,deploy-pdl-ccm-cms-types-glossaryitem,deploy-sql-ccm-cms-types-glossaryitem,deploy-web-ccm-cms-types-glossaryitem,deploy-bin-ccm-cms-types-glossaryitem">
|
|
<echo message="deployed 'ccm-cms-types-glossaryitem' to ${deploy.dir.ccm-cms-types-glossaryitem}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-mparticle" name="deploy-war-ccm-cms-types-mparticle">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-mparticle/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-mparticle/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-mparticle.name}-${apps.ccm-cms-types-mparticle.version}.war">
|
|
<fileset dir="ccm-cms-types-mparticle/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-mparticle/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-mparticle/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-mparticle" name="deploy-jar-classes-ccm-cms-types-mparticle">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-mparticle}"/>
|
|
<copy file="ccm-cms-types-mparticle/${build.dir}/${apps.ccm-cms-types-mparticle.name}-${apps.ccm-cms-types-mparticle.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-mparticle}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-mparticle" name="deploy-classes-ccm-cms-types-mparticle">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-mparticle}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-mparticle}">
|
|
<fileset dir="ccm-cms-types-mparticle/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-mparticle">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-mparticle">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-mparticle" name="deploy-pdl-ccm-cms-types-mparticle">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-mparticle}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-mparticle}">
|
|
<fileset dir="ccm-cms-types-mparticle/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-mparticle,jar-sql-ccm-cms-types-mparticle" name="deploy-sql-ccm-cms-types-mparticle">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-mparticle}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-mparticle}">
|
|
<fileset dir="ccm-cms-types-mparticle/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-mparticle">
|
|
<copy todir="${deploy.dir.ccm-cms-types-mparticle}">
|
|
<fileset dir="ccm-cms-types-mparticle">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-mparticle">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-mparticle}">
|
|
<fileset dir="ccm-cms-types-mparticle">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-mparticle" name="deploy-javadoc-ccm-cms-types-mparticle">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-mparticle}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-mparticle"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-mparticle' application" name="deploy-ccm-cms-types-mparticle" depends="init,build-ccm-cms-types-mparticle,deploy-classes-ccm-cms-types-mparticle,deploy-lib-ccm-cms-types-mparticle,deploy-pdl-ccm-cms-types-mparticle,deploy-sql-ccm-cms-types-mparticle,deploy-web-ccm-cms-types-mparticle,deploy-bin-ccm-cms-types-mparticle">
|
|
<echo message="deployed 'ccm-cms-types-mparticle' to ${deploy.dir.ccm-cms-types-mparticle}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-newsitem" name="deploy-war-ccm-cms-types-newsitem">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-newsitem/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-newsitem/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-newsitem.name}-${apps.ccm-cms-types-newsitem.version}.war">
|
|
<fileset dir="ccm-cms-types-newsitem/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-newsitem/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-newsitem/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-newsitem" name="deploy-jar-classes-ccm-cms-types-newsitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-newsitem}"/>
|
|
<copy file="ccm-cms-types-newsitem/${build.dir}/${apps.ccm-cms-types-newsitem.name}-${apps.ccm-cms-types-newsitem.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-newsitem}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-newsitem" name="deploy-classes-ccm-cms-types-newsitem">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-newsitem}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-newsitem}">
|
|
<fileset dir="ccm-cms-types-newsitem/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-newsitem">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-newsitem">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-newsitem" name="deploy-pdl-ccm-cms-types-newsitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-newsitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-newsitem}">
|
|
<fileset dir="ccm-cms-types-newsitem/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-newsitem,jar-sql-ccm-cms-types-newsitem" name="deploy-sql-ccm-cms-types-newsitem">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-newsitem}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-newsitem}">
|
|
<fileset dir="ccm-cms-types-newsitem/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-newsitem">
|
|
<copy todir="${deploy.dir.ccm-cms-types-newsitem}">
|
|
<fileset dir="ccm-cms-types-newsitem">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-newsitem">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-newsitem}">
|
|
<fileset dir="ccm-cms-types-newsitem">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-newsitem" name="deploy-javadoc-ccm-cms-types-newsitem">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-newsitem}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-newsitem"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-newsitem' application" name="deploy-ccm-cms-types-newsitem" depends="init,build-ccm-cms-types-newsitem,deploy-classes-ccm-cms-types-newsitem,deploy-lib-ccm-cms-types-newsitem,deploy-pdl-ccm-cms-types-newsitem,deploy-sql-ccm-cms-types-newsitem,deploy-web-ccm-cms-types-newsitem,deploy-bin-ccm-cms-types-newsitem">
|
|
<echo message="deployed 'ccm-cms-types-newsitem' to ${deploy.dir.ccm-cms-types-newsitem}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-siteproxy" name="deploy-war-ccm-cms-types-siteproxy">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-cms-types-siteproxy/${lib.dir}"/>
|
|
<war webxml="ccm-cms-types-siteproxy/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-cms-types-siteproxy.name}-${apps.ccm-cms-types-siteproxy.version}.war">
|
|
<fileset dir="ccm-cms-types-siteproxy/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-cms-types-siteproxy/${lib.dir}"/>
|
|
<classes dir="ccm-cms-types-siteproxy/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-cms-types-siteproxy" name="deploy-jar-classes-ccm-cms-types-siteproxy">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-siteproxy}"/>
|
|
<copy file="ccm-cms-types-siteproxy/${build.dir}/${apps.ccm-cms-types-siteproxy.name}-${apps.ccm-cms-types-siteproxy.version}.jar" todir="${deploy.lib.dir.ccm-cms-types-siteproxy}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-cms-types-siteproxy" name="deploy-classes-ccm-cms-types-siteproxy">
|
|
<mkdir dir="${deploy.classes.dir.ccm-cms-types-siteproxy}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-cms-types-siteproxy}">
|
|
<fileset dir="ccm-cms-types-siteproxy/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-cms-types-siteproxy">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-cms-types-siteproxy">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-cms-types-siteproxy" name="deploy-pdl-ccm-cms-types-siteproxy">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-siteproxy}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-siteproxy}">
|
|
<fileset dir="ccm-cms-types-siteproxy/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-cms-types-siteproxy,jar-sql-ccm-cms-types-siteproxy" name="deploy-sql-ccm-cms-types-siteproxy">
|
|
<mkdir dir="${deploy.lib.dir.ccm-cms-types-siteproxy}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-cms-types-siteproxy}">
|
|
<fileset dir="ccm-cms-types-siteproxy/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-cms-types-siteproxy">
|
|
<copy todir="${deploy.dir.ccm-cms-types-siteproxy}">
|
|
<fileset dir="ccm-cms-types-siteproxy">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-cms-types-siteproxy">
|
|
<copy todir="${deploy.bin.dir.ccm-cms-types-siteproxy}">
|
|
<fileset dir="ccm-cms-types-siteproxy">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-cms-types-siteproxy" name="deploy-javadoc-ccm-cms-types-siteproxy">
|
|
<copy todir="${deploy.api.dir.ccm-cms-types-siteproxy}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-cms-types-siteproxy"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-cms-types-siteproxy' application" name="deploy-ccm-cms-types-siteproxy" depends="init,build-ccm-cms-types-siteproxy,deploy-classes-ccm-cms-types-siteproxy,deploy-lib-ccm-cms-types-siteproxy,deploy-pdl-ccm-cms-types-siteproxy,deploy-sql-ccm-cms-types-siteproxy,deploy-web-ccm-cms-types-siteproxy,deploy-bin-ccm-cms-types-siteproxy">
|
|
<echo message="deployed 'ccm-cms-types-siteproxy' to ${deploy.dir.ccm-cms-types-siteproxy}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-forum" name="deploy-war-ccm-forum">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-forum/${lib.dir}"/>
|
|
<war webxml="ccm-forum/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-forum.name}-${apps.ccm-forum.version}.war">
|
|
<fileset dir="ccm-forum/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-forum/${lib.dir}"/>
|
|
<classes dir="ccm-forum/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-forum" name="deploy-jar-classes-ccm-forum">
|
|
<mkdir dir="${deploy.lib.dir.ccm-forum}"/>
|
|
<copy file="ccm-forum/${build.dir}/${apps.ccm-forum.name}-${apps.ccm-forum.version}.jar" todir="${deploy.lib.dir.ccm-forum}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-forum" name="deploy-classes-ccm-forum">
|
|
<mkdir dir="${deploy.classes.dir.ccm-forum}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-forum}">
|
|
<fileset dir="ccm-forum/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-forum">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-forum">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-forum" name="deploy-pdl-ccm-forum">
|
|
<mkdir dir="${deploy.lib.dir.ccm-forum}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-forum}">
|
|
<fileset dir="ccm-forum/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-forum,jar-sql-ccm-forum" name="deploy-sql-ccm-forum">
|
|
<mkdir dir="${deploy.lib.dir.ccm-forum}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-forum}">
|
|
<fileset dir="ccm-forum/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-forum">
|
|
<copy todir="${deploy.dir.ccm-forum}">
|
|
<fileset dir="ccm-forum">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-forum">
|
|
<copy todir="${deploy.bin.dir.ccm-forum}">
|
|
<fileset dir="ccm-forum">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-forum" name="deploy-javadoc-ccm-forum">
|
|
<copy todir="${deploy.api.dir.ccm-forum}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-forum"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-forum' application" name="deploy-ccm-forum" depends="init,build-ccm-forum,deploy-classes-ccm-forum,deploy-lib-ccm-forum,deploy-pdl-ccm-forum,deploy-sql-ccm-forum,deploy-web-ccm-forum,deploy-bin-ccm-forum">
|
|
<echo message="deployed 'ccm-forum' to ${deploy.dir.ccm-forum}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-simplesurvey" name="deploy-war-ccm-simplesurvey">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-simplesurvey/${lib.dir}"/>
|
|
<war webxml="ccm-simplesurvey/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-simplesurvey.name}-${apps.ccm-simplesurvey.version}.war">
|
|
<fileset dir="ccm-simplesurvey/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-simplesurvey/${lib.dir}"/>
|
|
<classes dir="ccm-simplesurvey/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-simplesurvey" name="deploy-jar-classes-ccm-simplesurvey">
|
|
<mkdir dir="${deploy.lib.dir.ccm-simplesurvey}"/>
|
|
<copy file="ccm-simplesurvey/${build.dir}/${apps.ccm-simplesurvey.name}-${apps.ccm-simplesurvey.version}.jar" todir="${deploy.lib.dir.ccm-simplesurvey}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-simplesurvey" name="deploy-classes-ccm-simplesurvey">
|
|
<mkdir dir="${deploy.classes.dir.ccm-simplesurvey}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-simplesurvey}">
|
|
<fileset dir="ccm-simplesurvey/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-simplesurvey">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-simplesurvey" name="deploy-pdl-ccm-simplesurvey">
|
|
<mkdir dir="${deploy.lib.dir.ccm-simplesurvey}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-simplesurvey}">
|
|
<fileset dir="ccm-simplesurvey/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-simplesurvey,jar-sql-ccm-simplesurvey" name="deploy-sql-ccm-simplesurvey">
|
|
<mkdir dir="${deploy.lib.dir.ccm-simplesurvey}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-simplesurvey}">
|
|
<fileset dir="ccm-simplesurvey/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-simplesurvey">
|
|
<copy todir="${deploy.dir.ccm-simplesurvey}">
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-simplesurvey">
|
|
<copy todir="${deploy.bin.dir.ccm-simplesurvey}">
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-simplesurvey" name="deploy-javadoc-ccm-simplesurvey">
|
|
<copy todir="${deploy.api.dir.ccm-simplesurvey}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-simplesurvey"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-simplesurvey' application" name="deploy-ccm-simplesurvey" depends="init,build-ccm-simplesurvey,deploy-classes-ccm-simplesurvey,deploy-lib-ccm-simplesurvey,deploy-pdl-ccm-simplesurvey,deploy-sql-ccm-simplesurvey,deploy-web-ccm-simplesurvey,deploy-bin-ccm-simplesurvey">
|
|
<echo message="deployed 'ccm-simplesurvey' to ${deploy.dir.ccm-simplesurvey}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-user-preferences" name="deploy-war-ccm-user-preferences">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-user-preferences/${lib.dir}"/>
|
|
<war webxml="ccm-user-preferences/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-user-preferences.name}-${apps.ccm-user-preferences.version}.war">
|
|
<fileset dir="ccm-user-preferences/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-user-preferences/${lib.dir}"/>
|
|
<classes dir="ccm-user-preferences/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-user-preferences" name="deploy-jar-classes-ccm-user-preferences">
|
|
<mkdir dir="${deploy.lib.dir.ccm-user-preferences}"/>
|
|
<copy file="ccm-user-preferences/${build.dir}/${apps.ccm-user-preferences.name}-${apps.ccm-user-preferences.version}.jar" todir="${deploy.lib.dir.ccm-user-preferences}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-user-preferences" name="deploy-classes-ccm-user-preferences">
|
|
<mkdir dir="${deploy.classes.dir.ccm-user-preferences}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-user-preferences}">
|
|
<fileset dir="ccm-user-preferences/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-user-preferences">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-user-preferences" name="deploy-pdl-ccm-user-preferences">
|
|
<mkdir dir="${deploy.lib.dir.ccm-user-preferences}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-user-preferences}">
|
|
<fileset dir="ccm-user-preferences/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-user-preferences,jar-sql-ccm-user-preferences" name="deploy-sql-ccm-user-preferences">
|
|
<mkdir dir="${deploy.lib.dir.ccm-user-preferences}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-user-preferences}">
|
|
<fileset dir="ccm-user-preferences/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-user-preferences">
|
|
<copy todir="${deploy.dir.ccm-user-preferences}">
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-user-preferences">
|
|
<copy todir="${deploy.bin.dir.ccm-user-preferences}">
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-user-preferences" name="deploy-javadoc-ccm-user-preferences">
|
|
<copy todir="${deploy.api.dir.ccm-user-preferences}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-user-preferences"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-user-preferences' application" name="deploy-ccm-user-preferences" depends="init,build-ccm-user-preferences,deploy-classes-ccm-user-preferences,deploy-lib-ccm-user-preferences,deploy-pdl-ccm-user-preferences,deploy-sql-ccm-user-preferences,deploy-web-ccm-user-preferences,deploy-bin-ccm-user-preferences">
|
|
<echo message="deployed 'ccm-user-preferences' to ${deploy.dir.ccm-user-preferences}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-image-step" name="deploy-war-ccm-ldn-image-step">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-image-step/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-image-step/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-image-step.name}-${apps.ccm-ldn-image-step.version}.war">
|
|
<fileset dir="ccm-ldn-image-step/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-image-step/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-image-step/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-image-step" name="deploy-jar-classes-ccm-ldn-image-step">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-image-step}"/>
|
|
<copy file="ccm-ldn-image-step/${build.dir}/${apps.ccm-ldn-image-step.name}-${apps.ccm-ldn-image-step.version}.jar" todir="${deploy.lib.dir.ccm-ldn-image-step}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-image-step" name="deploy-classes-ccm-ldn-image-step">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-image-step}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-image-step}">
|
|
<fileset dir="ccm-ldn-image-step/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-image-step">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-image-step" name="deploy-pdl-ccm-ldn-image-step">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-image-step}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-image-step}">
|
|
<fileset dir="ccm-ldn-image-step/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-image-step,jar-sql-ccm-ldn-image-step" name="deploy-sql-ccm-ldn-image-step">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-image-step}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-image-step}">
|
|
<fileset dir="ccm-ldn-image-step/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-image-step">
|
|
<copy todir="${deploy.dir.ccm-ldn-image-step}">
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-image-step">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-image-step}">
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-image-step" name="deploy-javadoc-ccm-ldn-image-step">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-image-step}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-image-step"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-image-step' application" name="deploy-ccm-ldn-image-step" depends="init,build-ccm-ldn-image-step,deploy-classes-ccm-ldn-image-step,deploy-lib-ccm-ldn-image-step,deploy-pdl-ccm-ldn-image-step,deploy-sql-ccm-ldn-image-step,deploy-web-ccm-ldn-image-step,deploy-bin-ccm-ldn-image-step">
|
|
<echo message="deployed 'ccm-ldn-image-step' to ${deploy.dir.ccm-ldn-image-step}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-navigation" name="deploy-war-ccm-ldn-navigation">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-navigation/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-navigation/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-navigation.name}-${apps.ccm-ldn-navigation.version}.war">
|
|
<fileset dir="ccm-ldn-navigation/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-navigation/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-navigation/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-navigation" name="deploy-jar-classes-ccm-ldn-navigation">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-navigation}"/>
|
|
<copy file="ccm-ldn-navigation/${build.dir}/${apps.ccm-ldn-navigation.name}-${apps.ccm-ldn-navigation.version}.jar" todir="${deploy.lib.dir.ccm-ldn-navigation}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-navigation" name="deploy-classes-ccm-ldn-navigation">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-navigation}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-navigation}">
|
|
<fileset dir="ccm-ldn-navigation/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-navigation">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-navigation" name="deploy-pdl-ccm-ldn-navigation">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-navigation}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-navigation}">
|
|
<fileset dir="ccm-ldn-navigation/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-navigation,jar-sql-ccm-ldn-navigation" name="deploy-sql-ccm-ldn-navigation">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-navigation}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-navigation}">
|
|
<fileset dir="ccm-ldn-navigation/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-navigation">
|
|
<copy todir="${deploy.dir.ccm-ldn-navigation}">
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-navigation">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-navigation}">
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-navigation" name="deploy-javadoc-ccm-ldn-navigation">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-navigation}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-navigation"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-navigation' application" name="deploy-ccm-ldn-navigation" depends="init,build-ccm-ldn-navigation,deploy-classes-ccm-ldn-navigation,deploy-lib-ccm-ldn-navigation,deploy-pdl-ccm-ldn-navigation,deploy-sql-ccm-ldn-navigation,deploy-web-ccm-ldn-navigation,deploy-bin-ccm-ldn-navigation">
|
|
<echo message="deployed 'ccm-ldn-navigation' to ${deploy.dir.ccm-ldn-navigation}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-portal" name="deploy-war-ccm-ldn-portal">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-portal/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-portal/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-portal.name}-${apps.ccm-ldn-portal.version}.war">
|
|
<fileset dir="ccm-ldn-portal/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-portal/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-portal/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-portal" name="deploy-jar-classes-ccm-ldn-portal">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-portal}"/>
|
|
<copy file="ccm-ldn-portal/${build.dir}/${apps.ccm-ldn-portal.name}-${apps.ccm-ldn-portal.version}.jar" todir="${deploy.lib.dir.ccm-ldn-portal}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-portal" name="deploy-classes-ccm-ldn-portal">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-portal}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-portal}">
|
|
<fileset dir="ccm-ldn-portal/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-portal">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-portal" name="deploy-pdl-ccm-ldn-portal">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-portal}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-portal}">
|
|
<fileset dir="ccm-ldn-portal/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-portal,jar-sql-ccm-ldn-portal" name="deploy-sql-ccm-ldn-portal">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-portal}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-portal}">
|
|
<fileset dir="ccm-ldn-portal/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-portal">
|
|
<copy todir="${deploy.dir.ccm-ldn-portal}">
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-portal">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-portal}">
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-portal" name="deploy-javadoc-ccm-ldn-portal">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-portal}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-portal"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-portal' application" name="deploy-ccm-ldn-portal" depends="init,build-ccm-ldn-portal,deploy-classes-ccm-ldn-portal,deploy-lib-ccm-ldn-portal,deploy-pdl-ccm-ldn-portal,deploy-sql-ccm-ldn-portal,deploy-web-ccm-ldn-portal,deploy-bin-ccm-ldn-portal">
|
|
<echo message="deployed 'ccm-ldn-portal' to ${deploy.dir.ccm-ldn-portal}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-rss" name="deploy-war-ccm-ldn-rss">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-rss/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-rss/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-rss.name}-${apps.ccm-ldn-rss.version}.war">
|
|
<fileset dir="ccm-ldn-rss/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-rss/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-rss/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-rss" name="deploy-jar-classes-ccm-ldn-rss">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-rss}"/>
|
|
<copy file="ccm-ldn-rss/${build.dir}/${apps.ccm-ldn-rss.name}-${apps.ccm-ldn-rss.version}.jar" todir="${deploy.lib.dir.ccm-ldn-rss}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-rss" name="deploy-classes-ccm-ldn-rss">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-rss}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-rss}">
|
|
<fileset dir="ccm-ldn-rss/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-rss">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-rss" name="deploy-pdl-ccm-ldn-rss">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-rss}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-rss}">
|
|
<fileset dir="ccm-ldn-rss/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-rss,jar-sql-ccm-ldn-rss" name="deploy-sql-ccm-ldn-rss">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-rss}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-rss}">
|
|
<fileset dir="ccm-ldn-rss/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-rss">
|
|
<copy todir="${deploy.dir.ccm-ldn-rss}">
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-rss">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-rss}">
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-rss" name="deploy-javadoc-ccm-ldn-rss">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-rss}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-rss"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-rss' application" name="deploy-ccm-ldn-rss" depends="init,build-ccm-ldn-rss,deploy-classes-ccm-ldn-rss,deploy-lib-ccm-ldn-rss,deploy-pdl-ccm-ldn-rss,deploy-sql-ccm-ldn-rss,deploy-web-ccm-ldn-rss,deploy-bin-ccm-ldn-rss">
|
|
<echo message="deployed 'ccm-ldn-rss' to ${deploy.dir.ccm-ldn-rss}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-search" name="deploy-war-ccm-ldn-search">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-search/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-search/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-search.name}-${apps.ccm-ldn-search.version}.war">
|
|
<fileset dir="ccm-ldn-search/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-search/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-search/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-search" name="deploy-jar-classes-ccm-ldn-search">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-search}"/>
|
|
<copy file="ccm-ldn-search/${build.dir}/${apps.ccm-ldn-search.name}-${apps.ccm-ldn-search.version}.jar" todir="${deploy.lib.dir.ccm-ldn-search}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-search" name="deploy-classes-ccm-ldn-search">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-search}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-search}">
|
|
<fileset dir="ccm-ldn-search/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-search">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-search" name="deploy-pdl-ccm-ldn-search">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-search}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-search}">
|
|
<fileset dir="ccm-ldn-search/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-search,jar-sql-ccm-ldn-search" name="deploy-sql-ccm-ldn-search">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-search}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-search}">
|
|
<fileset dir="ccm-ldn-search/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-search">
|
|
<copy todir="${deploy.dir.ccm-ldn-search}">
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-search">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-search}">
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-search" name="deploy-javadoc-ccm-ldn-search">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-search}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-search"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-search' application" name="deploy-ccm-ldn-search" depends="init,build-ccm-ldn-search,deploy-classes-ccm-ldn-search,deploy-lib-ccm-ldn-search,deploy-pdl-ccm-ldn-search,deploy-sql-ccm-ldn-search,deploy-web-ccm-ldn-search,deploy-bin-ccm-ldn-search">
|
|
<echo message="deployed 'ccm-ldn-search' to ${deploy.dir.ccm-ldn-search}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-shortcuts" name="deploy-war-ccm-ldn-shortcuts">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-shortcuts/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-shortcuts/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-shortcuts.name}-${apps.ccm-ldn-shortcuts.version}.war">
|
|
<fileset dir="ccm-ldn-shortcuts/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-shortcuts/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-shortcuts/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-shortcuts" name="deploy-jar-classes-ccm-ldn-shortcuts">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-shortcuts}"/>
|
|
<copy file="ccm-ldn-shortcuts/${build.dir}/${apps.ccm-ldn-shortcuts.name}-${apps.ccm-ldn-shortcuts.version}.jar" todir="${deploy.lib.dir.ccm-ldn-shortcuts}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-shortcuts" name="deploy-classes-ccm-ldn-shortcuts">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-shortcuts}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-shortcuts}">
|
|
<fileset dir="ccm-ldn-shortcuts/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-shortcuts">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-shortcuts" name="deploy-pdl-ccm-ldn-shortcuts">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-shortcuts}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-shortcuts}">
|
|
<fileset dir="ccm-ldn-shortcuts/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-shortcuts,jar-sql-ccm-ldn-shortcuts" name="deploy-sql-ccm-ldn-shortcuts">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-shortcuts}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-shortcuts}">
|
|
<fileset dir="ccm-ldn-shortcuts/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-shortcuts">
|
|
<copy todir="${deploy.dir.ccm-ldn-shortcuts}">
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-shortcuts">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-shortcuts}">
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-shortcuts" name="deploy-javadoc-ccm-ldn-shortcuts">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-shortcuts}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-shortcuts"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-shortcuts' application" name="deploy-ccm-ldn-shortcuts" depends="init,build-ccm-ldn-shortcuts,deploy-classes-ccm-ldn-shortcuts,deploy-lib-ccm-ldn-shortcuts,deploy-pdl-ccm-ldn-shortcuts,deploy-sql-ccm-ldn-shortcuts,deploy-web-ccm-ldn-shortcuts,deploy-bin-ccm-ldn-shortcuts">
|
|
<echo message="deployed 'ccm-ldn-shortcuts' to ${deploy.dir.ccm-ldn-shortcuts}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-subsite" name="deploy-war-ccm-ldn-subsite">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-subsite/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-subsite/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-subsite.name}-${apps.ccm-ldn-subsite.version}.war">
|
|
<fileset dir="ccm-ldn-subsite/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-subsite/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-subsite/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-subsite" name="deploy-jar-classes-ccm-ldn-subsite">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-subsite}"/>
|
|
<copy file="ccm-ldn-subsite/${build.dir}/${apps.ccm-ldn-subsite.name}-${apps.ccm-ldn-subsite.version}.jar" todir="${deploy.lib.dir.ccm-ldn-subsite}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-subsite" name="deploy-classes-ccm-ldn-subsite">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-subsite}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-subsite}">
|
|
<fileset dir="ccm-ldn-subsite/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-subsite">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-subsite" name="deploy-pdl-ccm-ldn-subsite">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-subsite}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-subsite}">
|
|
<fileset dir="ccm-ldn-subsite/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-subsite,jar-sql-ccm-ldn-subsite" name="deploy-sql-ccm-ldn-subsite">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-subsite}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-subsite}">
|
|
<fileset dir="ccm-ldn-subsite/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-subsite">
|
|
<copy todir="${deploy.dir.ccm-ldn-subsite}">
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-subsite">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-subsite}">
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-subsite" name="deploy-javadoc-ccm-ldn-subsite">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-subsite}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-subsite"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-subsite' application" name="deploy-ccm-ldn-subsite" depends="init,build-ccm-ldn-subsite,deploy-classes-ccm-ldn-subsite,deploy-lib-ccm-ldn-subsite,deploy-pdl-ccm-ldn-subsite,deploy-sql-ccm-ldn-subsite,deploy-web-ccm-ldn-subsite,deploy-bin-ccm-ldn-subsite">
|
|
<echo message="deployed 'ccm-ldn-subsite' to ${deploy.dir.ccm-ldn-subsite}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-terms" name="deploy-war-ccm-ldn-terms">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-terms/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-terms/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-terms.name}-${apps.ccm-ldn-terms.version}.war">
|
|
<fileset dir="ccm-ldn-terms/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-terms/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-terms/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-terms" name="deploy-jar-classes-ccm-ldn-terms">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-terms}"/>
|
|
<copy file="ccm-ldn-terms/${build.dir}/${apps.ccm-ldn-terms.name}-${apps.ccm-ldn-terms.version}.jar" todir="${deploy.lib.dir.ccm-ldn-terms}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-terms" name="deploy-classes-ccm-ldn-terms">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-terms}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-terms}">
|
|
<fileset dir="ccm-ldn-terms/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-terms">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-terms" name="deploy-pdl-ccm-ldn-terms">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-terms}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-terms}">
|
|
<fileset dir="ccm-ldn-terms/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-terms,jar-sql-ccm-ldn-terms" name="deploy-sql-ccm-ldn-terms">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-terms}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-terms}">
|
|
<fileset dir="ccm-ldn-terms/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-terms">
|
|
<copy todir="${deploy.dir.ccm-ldn-terms}">
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-terms">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-terms}">
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-terms" name="deploy-javadoc-ccm-ldn-terms">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-terms}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-terms"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-terms' application" name="deploy-ccm-ldn-terms" depends="init,build-ccm-ldn-terms,deploy-classes-ccm-ldn-terms,deploy-lib-ccm-ldn-terms,deploy-pdl-ccm-ldn-terms,deploy-sql-ccm-ldn-terms,deploy-web-ccm-ldn-terms,deploy-bin-ccm-ldn-terms">
|
|
<echo message="deployed 'ccm-ldn-terms' to ${deploy.dir.ccm-ldn-terms}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-theme" name="deploy-war-ccm-ldn-theme">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-theme/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-theme/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-theme.name}-${apps.ccm-ldn-theme.version}.war">
|
|
<fileset dir="ccm-ldn-theme/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-theme/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-theme/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-theme" name="deploy-jar-classes-ccm-ldn-theme">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-theme}"/>
|
|
<copy file="ccm-ldn-theme/${build.dir}/${apps.ccm-ldn-theme.name}-${apps.ccm-ldn-theme.version}.jar" todir="${deploy.lib.dir.ccm-ldn-theme}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-theme" name="deploy-classes-ccm-ldn-theme">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-theme}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-theme}">
|
|
<fileset dir="ccm-ldn-theme/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-theme">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-theme" name="deploy-pdl-ccm-ldn-theme">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-theme}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-theme}">
|
|
<fileset dir="ccm-ldn-theme/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-theme,jar-sql-ccm-ldn-theme" name="deploy-sql-ccm-ldn-theme">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-theme}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-theme}">
|
|
<fileset dir="ccm-ldn-theme/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-theme">
|
|
<copy todir="${deploy.dir.ccm-ldn-theme}">
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-theme">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-theme}">
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-theme" name="deploy-javadoc-ccm-ldn-theme">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-theme}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-theme"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-theme' application" name="deploy-ccm-ldn-theme" depends="init,build-ccm-ldn-theme,deploy-classes-ccm-ldn-theme,deploy-lib-ccm-ldn-theme,deploy-pdl-ccm-ldn-theme,deploy-sql-ccm-ldn-theme,deploy-web-ccm-ldn-theme,deploy-bin-ccm-ldn-theme">
|
|
<echo message="deployed 'ccm-ldn-theme' to ${deploy.dir.ccm-ldn-theme}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-util" name="deploy-war-ccm-ldn-util">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-ldn-util/${lib.dir}"/>
|
|
<war webxml="ccm-ldn-util/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-ldn-util.name}-${apps.ccm-ldn-util.version}.war">
|
|
<fileset dir="ccm-ldn-util/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-ldn-util/${lib.dir}"/>
|
|
<classes dir="ccm-ldn-util/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-ldn-util" name="deploy-jar-classes-ccm-ldn-util">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-util}"/>
|
|
<copy file="ccm-ldn-util/${build.dir}/${apps.ccm-ldn-util.name}-${apps.ccm-ldn-util.version}.jar" todir="${deploy.lib.dir.ccm-ldn-util}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-ldn-util" name="deploy-classes-ccm-ldn-util">
|
|
<mkdir dir="${deploy.classes.dir.ccm-ldn-util}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-ldn-util}">
|
|
<fileset dir="ccm-ldn-util/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-ldn-util">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-ldn-util" name="deploy-pdl-ccm-ldn-util">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-util}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-util}">
|
|
<fileset dir="ccm-ldn-util/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-ldn-util,jar-sql-ccm-ldn-util" name="deploy-sql-ccm-ldn-util">
|
|
<mkdir dir="${deploy.lib.dir.ccm-ldn-util}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-ldn-util}">
|
|
<fileset dir="ccm-ldn-util/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-ldn-util">
|
|
<copy todir="${deploy.dir.ccm-ldn-util}">
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-ldn-util">
|
|
<copy todir="${deploy.bin.dir.ccm-ldn-util}">
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-ldn-util" name="deploy-javadoc-ccm-ldn-util">
|
|
<copy todir="${deploy.api.dir.ccm-ldn-util}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-ldn-util"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-ldn-util' application" name="deploy-ccm-ldn-util" depends="init,build-ccm-ldn-util,deploy-classes-ccm-ldn-util,deploy-lib-ccm-ldn-util,deploy-pdl-ccm-ldn-util,deploy-sql-ccm-ldn-util,deploy-web-ccm-ldn-util,deploy-bin-ccm-ldn-util">
|
|
<echo message="deployed 'ccm-ldn-util' to ${deploy.dir.ccm-ldn-util}"/>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-shp-aplaws" name="deploy-war-ccm-shp-aplaws">
|
|
<mkdir dir="${deploy.war.dir}"/>
|
|
<mkdir dir="ccm-shp-aplaws/${lib.dir}"/>
|
|
<war webxml="ccm-shp-aplaws/${web.dir}/WEB-INF/web.xml" destfile="${deploy.war.dir}/${apps.ccm-shp-aplaws.name}-${apps.ccm-shp-aplaws.version}.war">
|
|
<fileset dir="ccm-shp-aplaws/${web.dir}">
|
|
<exclude name="WEB-INF/web.xml"/>
|
|
</fileset>
|
|
<lib dir="ccm-shp-aplaws/${lib.dir}"/>
|
|
<classes dir="ccm-shp-aplaws/${build.classes.dir}"/>
|
|
</war>
|
|
</target>
|
|
<target depends="init,jar-classes-ccm-shp-aplaws" name="deploy-jar-classes-ccm-shp-aplaws">
|
|
<mkdir dir="${deploy.lib.dir.ccm-shp-aplaws}"/>
|
|
<copy file="ccm-shp-aplaws/${build.dir}/${apps.ccm-shp-aplaws.name}-${apps.ccm-shp-aplaws.version}.jar" todir="${deploy.lib.dir.ccm-shp-aplaws}"/>
|
|
</target>
|
|
<target depends="init,build-ccm-shp-aplaws" name="deploy-classes-ccm-shp-aplaws">
|
|
<mkdir dir="${deploy.classes.dir.ccm-shp-aplaws}"/>
|
|
<copy todir="${deploy.classes.dir.ccm-shp-aplaws}">
|
|
<fileset dir="ccm-shp-aplaws/${build.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-lib-ccm-shp-aplaws">
|
|
<mkdir dir="${deploy.private.lib.dir}"/>
|
|
<copy todir="${deploy.private.lib.dir}">
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="${lib.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${lib.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,jar-pdl-ccm-shp-aplaws" name="deploy-pdl-ccm-shp-aplaws">
|
|
<mkdir dir="${deploy.lib.dir.ccm-shp-aplaws}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-shp-aplaws}">
|
|
<fileset dir="ccm-shp-aplaws/${build.dir}">
|
|
<include name="*pdl.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,generate-ddl-ccm-shp-aplaws,jar-sql-ccm-shp-aplaws" name="deploy-sql-ccm-shp-aplaws">
|
|
<mkdir dir="${deploy.lib.dir.ccm-shp-aplaws}"/>
|
|
<copy todir="${deploy.lib.dir.ccm-shp-aplaws}">
|
|
<fileset dir="ccm-shp-aplaws/${build.dir}">
|
|
<include name="*sql.jar"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-web-ccm-shp-aplaws">
|
|
<copy todir="${deploy.dir.ccm-shp-aplaws}">
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="${web.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${web.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="deploy-bin-ccm-shp-aplaws">
|
|
<copy todir="${deploy.bin.dir.ccm-shp-aplaws}">
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="${bin.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="${bin.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target depends="init,javadoc-ccm-shp-aplaws" name="deploy-javadoc-ccm-shp-aplaws">
|
|
<copy todir="${deploy.api.dir.ccm-shp-aplaws}">
|
|
<fileset dir="${app.javadoc.dir}/ccm-shp-aplaws"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Builds and deploys the 'ccm-shp-aplaws' application" name="deploy-ccm-shp-aplaws" depends="init,build-ccm-shp-aplaws,deploy-classes-ccm-shp-aplaws,deploy-lib-ccm-shp-aplaws,deploy-pdl-ccm-shp-aplaws,deploy-sql-ccm-shp-aplaws,deploy-web-ccm-shp-aplaws,deploy-bin-ccm-shp-aplaws">
|
|
<echo message="deployed 'ccm-shp-aplaws' to ${deploy.dir.ccm-shp-aplaws}"/>
|
|
</target>
|
|
<target name="deploy-web" depends="init,deploy-web-ccm-core,deploy-web-ccm-cms,deploy-web-ccm-cms-assets-fileattachment,deploy-web-ccm-cms-assets-notes,deploy-web-ccm-cms-assets-relatedlink,deploy-web-ccm-cms-types-address,deploy-web-ccm-cms-types-article,deploy-web-ccm-cms-types-bookmark,deploy-web-ccm-cms-types-contact,deploy-web-ccm-cms-types-event,deploy-web-ccm-cms-types-faqitem,deploy-web-ccm-cms-types-filestorageitem,deploy-web-ccm-cms-types-formitem,deploy-web-ccm-cms-types-formsectionitem,deploy-web-ccm-cms-types-glossaryitem,deploy-web-ccm-cms-types-mparticle,deploy-web-ccm-cms-types-newsitem,deploy-web-ccm-cms-types-siteproxy,deploy-web-ccm-forum,deploy-web-ccm-simplesurvey,deploy-web-ccm-user-preferences,deploy-web-ccm-ldn-image-step,deploy-web-ccm-ldn-navigation,deploy-web-ccm-ldn-portal,deploy-web-ccm-ldn-rss,deploy-web-ccm-ldn-search,deploy-web-ccm-ldn-shortcuts,deploy-web-ccm-ldn-subsite,deploy-web-ccm-ldn-terms,deploy-web-ccm-ldn-theme,deploy-web-ccm-ldn-util,deploy-web-ccm-shp-aplaws"/>
|
|
<target name="deploy-jar-classes" depends="init,deploy-jar-classes-ccm-core,deploy-jar-classes-ccm-cms,deploy-jar-classes-ccm-cms-assets-fileattachment,deploy-jar-classes-ccm-cms-assets-notes,deploy-jar-classes-ccm-cms-assets-relatedlink,deploy-jar-classes-ccm-cms-types-address,deploy-jar-classes-ccm-cms-types-article,deploy-jar-classes-ccm-cms-types-bookmark,deploy-jar-classes-ccm-cms-types-contact,deploy-jar-classes-ccm-cms-types-event,deploy-jar-classes-ccm-cms-types-faqitem,deploy-jar-classes-ccm-cms-types-filestorageitem,deploy-jar-classes-ccm-cms-types-formitem,deploy-jar-classes-ccm-cms-types-formsectionitem,deploy-jar-classes-ccm-cms-types-glossaryitem,deploy-jar-classes-ccm-cms-types-mparticle,deploy-jar-classes-ccm-cms-types-newsitem,deploy-jar-classes-ccm-cms-types-siteproxy,deploy-jar-classes-ccm-forum,deploy-jar-classes-ccm-simplesurvey,deploy-jar-classes-ccm-user-preferences,deploy-jar-classes-ccm-ldn-image-step,deploy-jar-classes-ccm-ldn-navigation,deploy-jar-classes-ccm-ldn-portal,deploy-jar-classes-ccm-ldn-rss,deploy-jar-classes-ccm-ldn-search,deploy-jar-classes-ccm-ldn-shortcuts,deploy-jar-classes-ccm-ldn-subsite,deploy-jar-classes-ccm-ldn-terms,deploy-jar-classes-ccm-ldn-theme,deploy-jar-classes-ccm-ldn-util,deploy-jar-classes-ccm-shp-aplaws"/>
|
|
<target name="deploy-global" depends="init"/>
|
|
<target name="deploy-local" depends="init,deploy-ccm-core,deploy-ccm-cms,deploy-ccm-cms-assets-fileattachment,deploy-ccm-cms-assets-notes,deploy-ccm-cms-assets-relatedlink,deploy-ccm-cms-types-address,deploy-ccm-cms-types-article,deploy-ccm-cms-types-bookmark,deploy-ccm-cms-types-contact,deploy-ccm-cms-types-event,deploy-ccm-cms-types-faqitem,deploy-ccm-cms-types-filestorageitem,deploy-ccm-cms-types-formitem,deploy-ccm-cms-types-formsectionitem,deploy-ccm-cms-types-glossaryitem,deploy-ccm-cms-types-mparticle,deploy-ccm-cms-types-newsitem,deploy-ccm-cms-types-siteproxy,deploy-ccm-forum,deploy-ccm-simplesurvey,deploy-ccm-user-preferences,deploy-ccm-ldn-image-step,deploy-ccm-ldn-navigation,deploy-ccm-ldn-portal,deploy-ccm-ldn-rss,deploy-ccm-ldn-search,deploy-ccm-ldn-shortcuts,deploy-ccm-ldn-subsite,deploy-ccm-ldn-terms,deploy-ccm-ldn-theme,deploy-ccm-ldn-util,deploy-ccm-shp-aplaws"/>
|
|
<target depends="init" name="copy-webxml-init">
|
|
<available property="root.webapp.exists" type="dir" file="${deploy.webapp.dir}/ROOT/WEB-INF"/>
|
|
<condition value="${deploy.webapp.dir}/ROOT/WEB-INF/${webxml.source.file}" property="resolved.webxml.source.file">
|
|
<and>
|
|
<isset property="root.webapp.exists"/>
|
|
<available file="${deploy.webapp.dir}/ROOT/WEB-INF/${webxml.source.file}"/>
|
|
<not>
|
|
<available file="${webxml.source.file}"/>
|
|
</not>
|
|
</and>
|
|
</condition>
|
|
<condition value="${webxml.source.file}" property="resolved.webxml.source.file">
|
|
<not>
|
|
<isset property="resolved.webxml.source.file"/>
|
|
</not>
|
|
</condition>
|
|
</target>
|
|
<target if="root.webapp.exists" depends="init,copy-webxml-init" name="copy-webxml">
|
|
<copy tofile="${deploy.webapp.dir}/ROOT/WEB-INF/web.xml" file="${resolved.webxml.source.file}"/>
|
|
</target>
|
|
<target depends="init,deploy-global,deploy-local,copy-webxml" name="deploy" description="Builds and deploys all applications, also deploys prebuilt applications and config files"/>
|
|
<target description="Generates the API documentation for the 'ccm-core' application" name="javadoc-ccm-core" depends="init">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-core"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-core.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-core.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-core" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-core/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms' application" name="javadoc-ccm-cms" depends="init,build-ccm-core">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-assets-fileattachment' application" name="javadoc-ccm-cms-assets-fileattachment" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-assets-fileattachment"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-assets-fileattachment.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-assets-fileattachment.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-assets-fileattachment" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-assets-fileattachment/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-assets-notes' application" name="javadoc-ccm-cms-assets-notes" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-assets-notes"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-assets-notes.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-assets-notes.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-assets-notes" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-assets-notes/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-assets-relatedlink' application" name="javadoc-ccm-cms-assets-relatedlink" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-assets-relatedlink"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-assets-relatedlink.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-assets-relatedlink.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-assets-relatedlink" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-assets-relatedlink/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-address' application" name="javadoc-ccm-cms-types-address" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-address"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-address.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-address.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-address" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-address/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-article' application" name="javadoc-ccm-cms-types-article" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-article"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-article.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-article.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-article" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-article/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-bookmark' application" name="javadoc-ccm-cms-types-bookmark" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-bookmark"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-bookmark.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-bookmark.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-bookmark" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-bookmark/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-contact' application" name="javadoc-ccm-cms-types-contact" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-contact"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-contact.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-contact.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-contact" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-contact/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-event' application" name="javadoc-ccm-cms-types-event" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-event"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-event.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-event.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-event" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-event/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-faqitem' application" name="javadoc-ccm-cms-types-faqitem" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-faqitem"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-faqitem.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-faqitem.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-faqitem" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-faqitem/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-filestorageitem' application" name="javadoc-ccm-cms-types-filestorageitem" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-filestorageitem"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-filestorageitem.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-filestorageitem.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-filestorageitem" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-filestorageitem/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-formitem' application" name="javadoc-ccm-cms-types-formitem" depends="init,build-ccm-core,build-ccm-cms,build-ccm-cms-types-formsectionitem">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-formitem"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-formitem.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-formitem.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-formitem" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-formitem/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-formsectionitem' application" name="javadoc-ccm-cms-types-formsectionitem" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-formsectionitem"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-formsectionitem.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-formsectionitem.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-formsectionitem" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-formsectionitem/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-glossaryitem' application" name="javadoc-ccm-cms-types-glossaryitem" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-glossaryitem"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-glossaryitem.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-glossaryitem.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-glossaryitem" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-glossaryitem/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-mparticle' application" name="javadoc-ccm-cms-types-mparticle" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-mparticle"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-mparticle.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-mparticle.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-mparticle" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-mparticle/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-newsitem' application" name="javadoc-ccm-cms-types-newsitem" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-newsitem"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-newsitem.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-newsitem.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-newsitem" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-newsitem/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-cms-types-siteproxy' application" name="javadoc-ccm-cms-types-siteproxy" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-cms-types-siteproxy"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-cms-types-siteproxy.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-cms-types-siteproxy.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-cms-types-siteproxy" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-cms-types-siteproxy/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-forum' application" name="javadoc-ccm-forum" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-forum"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-forum.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-forum.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-forum" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-forum/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-simplesurvey' application" name="javadoc-ccm-simplesurvey" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-simplesurvey"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-simplesurvey.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-simplesurvey.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-simplesurvey" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-simplesurvey/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-user-preferences' application" name="javadoc-ccm-user-preferences" depends="init,build-ccm-core">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-user-preferences"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-user-preferences.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-user-preferences.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-user-preferences" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-user-preferences/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-image-step' application" name="javadoc-ccm-ldn-image-step" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-navigation">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-image-step"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-image-step.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-image-step.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-image-step" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-image-step/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-navigation' application" name="javadoc-ccm-ldn-navigation" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-terms,build-ccm-ldn-util">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-navigation"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-navigation.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-navigation.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-navigation" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-navigation/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-portal' application" name="javadoc-ccm-ldn-portal" depends="init,build-ccm-core,build-ccm-cms,build-ccm-forum,build-ccm-ldn-navigation,build-ccm-ldn-rss,build-ccm-ldn-subsite,build-ccm-ldn-util">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-portal"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-portal.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-portal.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-portal" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-portal/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-rss' application" name="javadoc-ccm-ldn-rss" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-terms,build-ccm-ldn-util">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-rss"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-rss.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-rss.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-rss" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-rss/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-search' application" name="javadoc-ccm-ldn-search" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-util">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-search"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-search.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-search.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-search" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-search/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-shortcuts' application" name="javadoc-ccm-ldn-shortcuts" depends="init,build-ccm-core">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-shortcuts"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-shortcuts.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-shortcuts.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-shortcuts" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-shortcuts/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-subsite' application" name="javadoc-ccm-ldn-subsite" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-navigation,build-ccm-ldn-util">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-subsite"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-subsite.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-subsite.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-subsite" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-subsite/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-terms' application" name="javadoc-ccm-ldn-terms" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-util">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-terms"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-terms.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-terms.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-terms" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-terms/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-theme' application" name="javadoc-ccm-ldn-theme" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-subsite">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-theme"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-theme.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-theme.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-theme" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-theme/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-ldn-util' application" name="javadoc-ccm-ldn-util" depends="init,build-ccm-core,build-ccm-cms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-ldn-util"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-ldn-util.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-ldn-util.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-ldn-util" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-ldn-util/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target description="Generates the API documentation for the 'ccm-shp-aplaws' application" name="javadoc-ccm-shp-aplaws" depends="init,build-ccm-core,build-ccm-cms,build-ccm-ldn-navigation,build-ccm-ldn-portal,build-ccm-ldn-search,build-ccm-ldn-subsite,build-ccm-ldn-terms">
|
|
<mkdir dir="${app.javadoc.dir}/ccm-shp-aplaws"/>
|
|
<javadoc doctitle="<h1>${apps.ccm-shp-aplaws.prettyname} API Documentation</h1>" windowtitle="${apps.ccm-shp-aplaws.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${app.javadoc.dir}/ccm-shp-aplaws" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="ccm-shp-aplaws/${src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target depends="init" name="javadoc-combine-src">
|
|
<mkdir dir="${build.src.dir}"/>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-core/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-assets-notes/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-address/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-article/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-bookmark/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-contact/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-event/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-faqitem/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-formitem/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-mparticle/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-newsitem/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-cms-types-siteproxy/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-forum/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-simplesurvey/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-user-preferences/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-image-step/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-navigation/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-portal/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-rss/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-search/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-shortcuts/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-subsite/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-terms/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-theme/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-ldn-util/${src.dir}"/>
|
|
</copy>
|
|
<copy todir="${build.src.dir}">
|
|
<fileset dir="ccm-shp-aplaws/${src.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Generates the combined API documentation" depends="init,javadoc-combine-src" name="javadoc">
|
|
<mkdir dir="${javadoc.dir}"/>
|
|
<javadoc doctitle="<h1>${app.prettyname} API Documentation</h1>" windowtitle="${app.prettyname} API Documentation" bottom=" <i>Copyright (c) ${YEAR} Red Hat, Inc. Corporation. All Rights Reserved.</i> Generated at ${TODAY}:${TSTAMP} UTC" destdir="${javadoc.dir}" use="true" version="true" author="true" maxmemory="134217728">
|
|
<packageset dir="${build.src.dir}"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
|
<link href="http://java.sun.com/j2ee/tutorial/api/"/>
|
|
</javadoc>
|
|
</target>
|
|
<target name="deploy-test" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-forum,build-tests-ccm-simplesurvey,build-tests-ccm-user-preferences,build-tests-ccm-ldn-image-step,build-tests-ccm-ldn-navigation,build-tests-ccm-ldn-portal,build-tests-ccm-ldn-rss,build-tests-ccm-ldn-search,build-tests-ccm-ldn-shortcuts,build-tests-ccm-ldn-subsite,build-tests-ccm-ldn-terms,build-tests-ccm-ldn-theme,build-tests-ccm-ldn-util,build-tests-ccm-shp-aplaws">
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-core/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-assets-fileattachment/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-assets-fileattachment/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-assets-fileattachment/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-assets-notes/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-assets-notes/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-assets-notes/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-assets-relatedlink/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-assets-relatedlink/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-assets-relatedlink/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-address/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-address/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-address/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-article/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-article/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-article/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-bookmark/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-bookmark/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-bookmark/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-contact/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-contact/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-contact/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-event/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-event/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-event/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-faqitem/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-faqitem/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-faqitem/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-filestorageitem/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-filestorageitem/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-filestorageitem/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-formitem/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-formitem/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-formitem/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-formsectionitem/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-formsectionitem/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-formsectionitem/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-glossaryitem/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-glossaryitem/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-glossaryitem/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-mparticle/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-mparticle/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-mparticle/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-newsitem/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-newsitem/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-newsitem/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms-types-siteproxy/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms-types-siteproxy/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-cms-types-siteproxy/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-forum/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-forum/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-forum/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-simplesurvey/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-simplesurvey/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-simplesurvey/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-user-preferences/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-user-preferences/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-user-preferences/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-image-step/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-image-step/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-image-step/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-navigation/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-navigation/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-navigation/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-portal/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-portal/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-portal/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-rss/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-rss/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-rss/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-search/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-search/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-search/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-shortcuts/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-shortcuts/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-shortcuts/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-subsite/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-subsite/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-subsite/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-terms/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-terms/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-terms/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-theme/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-theme/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-theme/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-util/${build.test.classes.dir}"/>
|
|
</copy>
|
|
<mkdir dir="${deploy.test.dir}"/>
|
|
<copy todir="${deploy.test.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-shp-aplaws/${test.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-shp-aplaws/${test.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="${deploy.test.classes.dir}">
|
|
<fileset dir="ccm-shp-aplaws/${build.test.classes.dir}"/>
|
|
</copy>
|
|
</target>
|
|
<target description="Verifies that the PDL files compile" unless="pdl.no.verify" depends="init" name="verify-pdl">
|
|
<java fork="yes" failonerror="yes" classname="${ddl.generator.classname}">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="server.build.classpath"/>
|
|
<arg line="${pdl.args}"/>
|
|
<arg line="-path ccm-core/${pdl.dir}:ccm-cms/${pdl.dir}:ccm-cms-assets-fileattachment/${pdl.dir}:ccm-cms-assets-notes/${pdl.dir}:ccm-cms-assets-relatedlink/${pdl.dir}:ccm-cms-types-address/${pdl.dir}:ccm-cms-types-article/${pdl.dir}:ccm-cms-types-bookmark/${pdl.dir}:ccm-cms-types-contact/${pdl.dir}:ccm-cms-types-event/${pdl.dir}:ccm-cms-types-faqitem/${pdl.dir}:ccm-cms-types-filestorageitem/${pdl.dir}:ccm-cms-types-formitem/${pdl.dir}:ccm-cms-types-formsectionitem/${pdl.dir}:ccm-cms-types-glossaryitem/${pdl.dir}:ccm-cms-types-mparticle/${pdl.dir}:ccm-cms-types-newsitem/${pdl.dir}:ccm-cms-types-siteproxy/${pdl.dir}:ccm-forum/${pdl.dir}:ccm-simplesurvey/${pdl.dir}:ccm-user-preferences/${pdl.dir}:ccm-ldn-image-step/${pdl.dir}:ccm-ldn-navigation/${pdl.dir}:ccm-ldn-portal/${pdl.dir}:ccm-ldn-rss/${pdl.dir}:ccm-ldn-search/${pdl.dir}:ccm-ldn-shortcuts/${pdl.dir}:ccm-ldn-subsite/${pdl.dir}:ccm-ldn-terms/${pdl.dir}:ccm-ldn-theme/${pdl.dir}:ccm-ldn-util/${pdl.dir}:ccm-shp-aplaws/${pdl.dir}:"/>
|
|
</java>
|
|
<echo message="PDL files compiled successfully."/>
|
|
</target>
|
|
<target name="jsp-compiler-check">
|
|
<condition property="jsp.compiler.available">
|
|
<and>
|
|
<available type="dir" file="${catalina.home.dir}"/>
|
|
<available classname="org.apache.jasper.JspC">
|
|
<classpath>
|
|
<fileset dir="${catalina.home.dir}">
|
|
<include name="server/lib/*.jar"/>
|
|
<include name="common/lib/*.jar"/>
|
|
</fileset>
|
|
<path refid="server.build.classpath"/>
|
|
</classpath>
|
|
</available>
|
|
</and>
|
|
</condition>
|
|
</target>
|
|
<target if="jsp.compiler.available" depends="init,deploy,jsp-compiler-check" name="compile-jsp">
|
|
<taskdef name="jasper2" classname="org.apache.jasper.JspC">
|
|
<classpath>
|
|
<fileset dir="${catalina.home.dir}">
|
|
<include name="server/lib/*.jar"/>
|
|
<include name="common/lib/*.jar"/>
|
|
</fileset>
|
|
<path refid="server.build.classpath"/>
|
|
</classpath>
|
|
</taskdef>
|
|
<jasper2 outputDir="${build.dir}/jsp-java" webXmlFragment="${build.dir}/generated_web.xml" uriroot="${deploy.dir}" verbose="1"/>
|
|
</target>
|
|
<target if="jsp.compiler.available" depends="init,compile-jsp" name="build-jsp">
|
|
<javac destdir="${build.dir}/jsp-classes" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="${build.dir}/jsp-java"/>
|
|
<classpath>
|
|
<fileset dir="${catalina.home.dir}">
|
|
<include name="server/lib/*.jar"/>
|
|
<include name="common/lib/*.jar"/>
|
|
</fileset>
|
|
<path refid="server.build.classpath"/>
|
|
</classpath>
|
|
</javac>
|
|
</target>
|
|
<target unless="jsp.compiler.available" name="no-build-jsp">
|
|
<echo message="JSP verification skipped. The CATALINA_HOME environment variable must point to a Tomcat 4.1 installation."/>
|
|
</target>
|
|
<target description="Verifies that JSP files compile (requires Tomcat 4.1)" depends="init,build-jsp,no-build-jsp" name="verify-jsp"/>
|
|
<target description="Build the tests for the 'ccm-core' application" name="build-tests-ccm-core" depends="init,compile-tests-ccm-core,generate-test-ddl-ccm-core,copy-test-src-ccm-core,manifest-test.pdl-ccm-core"/>
|
|
<target if="ccm-core.test.src.dir.exists" depends="init,build-ccm-core" name="compile-tests-ccm-core">
|
|
<path id="ccm-core.tests.compile.srcpath">
|
|
<pathelement location="ccm-core/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-core/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-core.tests.classpath" destdir="ccm-core/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-core.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-core.test.src.dir.exists" name="copy-test-src-ccm-core" depends="init">
|
|
<mkdir dir="ccm-core/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-core/${build.test.classes.dir}">
|
|
<fileset dir="ccm-core/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-core">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-core/${build.classes.dir}/${apps.ccm-core.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-core" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-core" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-core">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-core${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-core/${build.classes.dir}"/>
|
|
<echo file="ccm-core/${build.classes.dir}/${apps.ccm-core.name}.test.pdl.mf" message="${test.pdl.files.ccm-core}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-core" depends="init">
|
|
<mkdir dir="ccm-core/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-core/${build.test.sql.dir}">
|
|
<fileset dir="ccm-core">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-core" depends="init,copy-test-sql-ccm-core">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-core/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-core/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-core" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-core/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-core.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-core/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-core/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-core.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-core/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-core.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-core/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-core/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-core.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-core/${build.test.sql.dir}"/>
|
|
<echo file="ccm-core/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-core" depends="init">
|
|
<mkdir dir="ccm-core/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-core/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-core/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-core">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-core,copy-test-pdl-ccm-core,generate-test-ddl-ccm-core,deploy-test-webapp-ccm-core" name="runtests-ccm-core" description="Runs the tests for the ccm-core application">
|
|
<mkdir dir="ccm-core/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-core" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-core/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-core/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-core/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-core">
|
|
<fileset dir="ccm-core/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-cms' application" name="build-tests-ccm-cms" depends="init,build-tests-ccm-core,compile-tests-ccm-cms,generate-test-ddl-ccm-cms,copy-test-src-ccm-cms,manifest-test.pdl-ccm-cms"/>
|
|
<target if="ccm-cms.test.src.dir.exists" depends="init,build-ccm-cms" name="compile-tests-ccm-cms">
|
|
<path id="ccm-cms.tests.compile.srcpath">
|
|
<pathelement location="ccm-cms/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-cms/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-cms.tests.classpath" destdir="ccm-cms/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-cms.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-cms.test.src.dir.exists" name="copy-test-src-ccm-cms" depends="init">
|
|
<mkdir dir="ccm-cms/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-cms/${build.test.classes.dir}">
|
|
<fileset dir="ccm-cms/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-cms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms/${build.classes.dir}/${apps.ccm-cms.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-cms" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-cms" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-cms">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-cms${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-cms/${build.classes.dir}"/>
|
|
<echo file="ccm-cms/${build.classes.dir}/${apps.ccm-cms.name}.test.pdl.mf" message="${test.pdl.files.ccm-cms}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-cms" depends="init">
|
|
<mkdir dir="ccm-cms/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-cms/${build.test.sql.dir}">
|
|
<fileset dir="ccm-cms">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-cms" depends="init,copy-test-sql-ccm-cms">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-cms/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-cms/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-cms" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-cms/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-cms/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-cms.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-cms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-cms/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-cms/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-cms.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-cms/${build.test.sql.dir}"/>
|
|
<echo file="ccm-cms/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-cms" depends="init">
|
|
<mkdir dir="ccm-cms/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-cms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-cms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-cms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-cms">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-cms,copy-test-pdl-ccm-cms,generate-test-ddl-ccm-cms,deploy-test-webapp-ccm-cms" name="runtests-ccm-cms" description="Runs the tests for the ccm-cms application">
|
|
<mkdir dir="ccm-cms/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-cms" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-cms/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-cms/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-cms/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-cms">
|
|
<fileset dir="ccm-cms/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-forum' application" name="build-tests-ccm-forum" depends="init,build-tests-ccm-core,build-tests-ccm-cms,compile-tests-ccm-forum,generate-test-ddl-ccm-forum,copy-test-src-ccm-forum,manifest-test.pdl-ccm-forum"/>
|
|
<target if="ccm-forum.test.src.dir.exists" depends="init,build-ccm-forum" name="compile-tests-ccm-forum">
|
|
<path id="ccm-forum.tests.compile.srcpath">
|
|
<pathelement location="ccm-forum/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-forum/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-forum.tests.classpath" destdir="ccm-forum/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-forum.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-forum.test.src.dir.exists" name="copy-test-src-ccm-forum" depends="init">
|
|
<mkdir dir="ccm-forum/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-forum/${build.test.classes.dir}">
|
|
<fileset dir="ccm-forum/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-forum">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-forum/${build.classes.dir}/${apps.ccm-forum.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-forum" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-forum" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-forum">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-forum${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-forum/${build.classes.dir}"/>
|
|
<echo file="ccm-forum/${build.classes.dir}/${apps.ccm-forum.name}.test.pdl.mf" message="${test.pdl.files.ccm-forum}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-forum" depends="init">
|
|
<mkdir dir="ccm-forum/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-forum/${build.test.sql.dir}">
|
|
<fileset dir="ccm-forum">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-forum" depends="init,copy-test-sql-ccm-forum">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-forum/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-forum/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-forum" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-forum/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-forum.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-forum/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-forum/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-forum.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-forum/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-forum.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-forum/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-forum/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-forum.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-forum/${build.test.sql.dir}"/>
|
|
<echo file="ccm-forum/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-forum" depends="init">
|
|
<mkdir dir="ccm-forum/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-forum/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-forum/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-forum/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-forum/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-forum/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-forum/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-forum/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-forum/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-forum">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-forum,copy-test-pdl-ccm-forum,generate-test-ddl-ccm-forum,deploy-test-webapp-ccm-forum" name="runtests-ccm-forum" description="Runs the tests for the ccm-forum application">
|
|
<mkdir dir="ccm-forum/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-forum" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-forum/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-forum/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-forum/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-forum.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-forum">
|
|
<fileset dir="ccm-forum/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-simplesurvey' application" name="build-tests-ccm-simplesurvey" depends="init,build-tests-ccm-core,build-tests-ccm-cms,compile-tests-ccm-simplesurvey,generate-test-ddl-ccm-simplesurvey,copy-test-src-ccm-simplesurvey,manifest-test.pdl-ccm-simplesurvey"/>
|
|
<target if="ccm-simplesurvey.test.src.dir.exists" depends="init,build-ccm-simplesurvey" name="compile-tests-ccm-simplesurvey">
|
|
<path id="ccm-simplesurvey.tests.compile.srcpath">
|
|
<pathelement location="ccm-simplesurvey/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-simplesurvey/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-simplesurvey.tests.classpath" destdir="ccm-simplesurvey/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-simplesurvey.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-simplesurvey.test.src.dir.exists" name="copy-test-src-ccm-simplesurvey" depends="init">
|
|
<mkdir dir="ccm-simplesurvey/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-simplesurvey/${build.test.classes.dir}">
|
|
<fileset dir="ccm-simplesurvey/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-simplesurvey">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-simplesurvey/${build.classes.dir}/${apps.ccm-simplesurvey.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-simplesurvey" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-simplesurvey" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-simplesurvey${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-simplesurvey/${build.classes.dir}"/>
|
|
<echo file="ccm-simplesurvey/${build.classes.dir}/${apps.ccm-simplesurvey.name}.test.pdl.mf" message="${test.pdl.files.ccm-simplesurvey}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-simplesurvey" depends="init">
|
|
<mkdir dir="ccm-simplesurvey/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-simplesurvey/${build.test.sql.dir}">
|
|
<fileset dir="ccm-simplesurvey">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-simplesurvey" depends="init,copy-test-sql-ccm-simplesurvey">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-simplesurvey/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-simplesurvey/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-simplesurvey" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-simplesurvey/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-simplesurvey.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-simplesurvey/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-simplesurvey/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-simplesurvey.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-simplesurvey/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-simplesurvey.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-simplesurvey/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-simplesurvey/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-simplesurvey.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-simplesurvey/${build.test.sql.dir}"/>
|
|
<echo file="ccm-simplesurvey/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-simplesurvey" depends="init">
|
|
<mkdir dir="ccm-simplesurvey/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-simplesurvey/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-simplesurvey/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-simplesurvey/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-simplesurvey/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-simplesurvey/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-simplesurvey/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-simplesurvey/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-simplesurvey/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-simplesurvey">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-simplesurvey,copy-test-pdl-ccm-simplesurvey,generate-test-ddl-ccm-simplesurvey,deploy-test-webapp-ccm-simplesurvey" name="runtests-ccm-simplesurvey" description="Runs the tests for the ccm-simplesurvey application">
|
|
<mkdir dir="ccm-simplesurvey/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-simplesurvey" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-simplesurvey/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-simplesurvey/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-simplesurvey/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-simplesurvey.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-simplesurvey">
|
|
<fileset dir="ccm-simplesurvey/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-user-preferences' application" name="build-tests-ccm-user-preferences" depends="init,build-tests-ccm-core,compile-tests-ccm-user-preferences,generate-test-ddl-ccm-user-preferences,copy-test-src-ccm-user-preferences,manifest-test.pdl-ccm-user-preferences"/>
|
|
<target if="ccm-user-preferences.test.src.dir.exists" depends="init,build-ccm-user-preferences" name="compile-tests-ccm-user-preferences">
|
|
<path id="ccm-user-preferences.tests.compile.srcpath">
|
|
<pathelement location="ccm-user-preferences/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-user-preferences/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-user-preferences.tests.classpath" destdir="ccm-user-preferences/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-user-preferences.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-user-preferences.test.src.dir.exists" name="copy-test-src-ccm-user-preferences" depends="init">
|
|
<mkdir dir="ccm-user-preferences/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-user-preferences/${build.test.classes.dir}">
|
|
<fileset dir="ccm-user-preferences/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-user-preferences">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-user-preferences/${build.classes.dir}/${apps.ccm-user-preferences.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-user-preferences" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-user-preferences" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-user-preferences${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-user-preferences/${build.classes.dir}"/>
|
|
<echo file="ccm-user-preferences/${build.classes.dir}/${apps.ccm-user-preferences.name}.test.pdl.mf" message="${test.pdl.files.ccm-user-preferences}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-user-preferences" depends="init">
|
|
<mkdir dir="ccm-user-preferences/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-user-preferences/${build.test.sql.dir}">
|
|
<fileset dir="ccm-user-preferences">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-user-preferences" depends="init,copy-test-sql-ccm-user-preferences">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-user-preferences/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-user-preferences/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-user-preferences" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-user-preferences/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-user-preferences.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-user-preferences/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-user-preferences/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-user-preferences.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-user-preferences/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-user-preferences.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-user-preferences/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-user-preferences/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-user-preferences.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-user-preferences/${build.test.sql.dir}"/>
|
|
<echo file="ccm-user-preferences/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-user-preferences" depends="init">
|
|
<mkdir dir="ccm-user-preferences/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-user-preferences/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-user-preferences/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-user-preferences/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-user-preferences/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-user-preferences/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-user-preferences/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-user-preferences/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-user-preferences">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-user-preferences,copy-test-pdl-ccm-user-preferences,generate-test-ddl-ccm-user-preferences,deploy-test-webapp-ccm-user-preferences" name="runtests-ccm-user-preferences" description="Runs the tests for the ccm-user-preferences application">
|
|
<mkdir dir="ccm-user-preferences/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-user-preferences" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-user-preferences/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-user-preferences/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-user-preferences/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-user-preferences.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-user-preferences">
|
|
<fileset dir="ccm-user-preferences/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-image-step' application" name="build-tests-ccm-ldn-image-step" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-navigation,compile-tests-ccm-ldn-image-step,generate-test-ddl-ccm-ldn-image-step,copy-test-src-ccm-ldn-image-step,manifest-test.pdl-ccm-ldn-image-step"/>
|
|
<target if="ccm-ldn-image-step.test.src.dir.exists" depends="init,build-ccm-ldn-image-step" name="compile-tests-ccm-ldn-image-step">
|
|
<path id="ccm-ldn-image-step.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-image-step/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-image-step/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-image-step.tests.classpath" destdir="ccm-ldn-image-step/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-image-step.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-image-step.test.src.dir.exists" name="copy-test-src-ccm-ldn-image-step" depends="init">
|
|
<mkdir dir="ccm-ldn-image-step/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-image-step/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-image-step/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-image-step">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-image-step/${build.classes.dir}/${apps.ccm-ldn-image-step.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-image-step" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-image-step" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-image-step${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-image-step/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-image-step/${build.classes.dir}/${apps.ccm-ldn-image-step.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-image-step}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-image-step" depends="init">
|
|
<mkdir dir="ccm-ldn-image-step/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-image-step/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-image-step">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-image-step" depends="init,copy-test-sql-ccm-ldn-image-step">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-image-step/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-image-step/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-image-step" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-image-step/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-image-step.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-image-step/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-image-step/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-image-step.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-image-step/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-image-step.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-image-step/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-image-step/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-image-step.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-image-step/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-image-step/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-image-step" depends="init">
|
|
<mkdir dir="ccm-ldn-image-step/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-image-step/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-image-step/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-image-step/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-image-step/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-image-step/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-image-step/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-image-step/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-image-step/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-image-step/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-navigation/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-navigation/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-image-step">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-image-step,copy-test-pdl-ccm-ldn-image-step,generate-test-ddl-ccm-ldn-image-step,deploy-test-webapp-ccm-ldn-image-step" name="runtests-ccm-ldn-image-step" description="Runs the tests for the ccm-ldn-image-step application">
|
|
<mkdir dir="ccm-ldn-image-step/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-image-step" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-image-step/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-image-step/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-image-step/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-image-step.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-navigation.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-image-step">
|
|
<fileset dir="ccm-ldn-image-step/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-navigation' application" name="build-tests-ccm-ldn-navigation" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-terms,build-tests-ccm-ldn-util,compile-tests-ccm-ldn-navigation,generate-test-ddl-ccm-ldn-navigation,copy-test-src-ccm-ldn-navigation,manifest-test.pdl-ccm-ldn-navigation"/>
|
|
<target if="ccm-ldn-navigation.test.src.dir.exists" depends="init,build-ccm-ldn-navigation" name="compile-tests-ccm-ldn-navigation">
|
|
<path id="ccm-ldn-navigation.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-navigation/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-navigation/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-navigation.tests.classpath" destdir="ccm-ldn-navigation/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-navigation.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-navigation.test.src.dir.exists" name="copy-test-src-ccm-ldn-navigation" depends="init">
|
|
<mkdir dir="ccm-ldn-navigation/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-navigation/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-navigation">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-navigation/${build.classes.dir}/${apps.ccm-ldn-navigation.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-navigation" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-navigation" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-navigation${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-navigation/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-navigation/${build.classes.dir}/${apps.ccm-ldn-navigation.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-navigation}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-navigation" depends="init">
|
|
<mkdir dir="ccm-ldn-navigation/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-navigation/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-navigation">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-navigation" depends="init,copy-test-sql-ccm-ldn-navigation">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-navigation/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-navigation/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-navigation" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-navigation/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-navigation.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-navigation/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-navigation/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-navigation.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-navigation/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-navigation.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-navigation/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-navigation/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-navigation.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-navigation/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-navigation/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-navigation" depends="init">
|
|
<mkdir dir="ccm-ldn-navigation/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-navigation/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-navigation/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-navigation/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-navigation/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-terms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-terms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-navigation">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-navigation,copy-test-pdl-ccm-ldn-navigation,generate-test-ddl-ccm-ldn-navigation,deploy-test-webapp-ccm-ldn-navigation" name="runtests-ccm-ldn-navigation" description="Runs the tests for the ccm-ldn-navigation application">
|
|
<mkdir dir="ccm-ldn-navigation/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-navigation" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-navigation/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-navigation/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-navigation/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-navigation.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-terms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-util.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-navigation">
|
|
<fileset dir="ccm-ldn-navigation/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-portal' application" name="build-tests-ccm-ldn-portal" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-forum,build-tests-ccm-ldn-navigation,build-tests-ccm-ldn-rss,build-tests-ccm-ldn-subsite,build-tests-ccm-ldn-util,compile-tests-ccm-ldn-portal,generate-test-ddl-ccm-ldn-portal,copy-test-src-ccm-ldn-portal,manifest-test.pdl-ccm-ldn-portal"/>
|
|
<target if="ccm-ldn-portal.test.src.dir.exists" depends="init,build-ccm-ldn-portal" name="compile-tests-ccm-ldn-portal">
|
|
<path id="ccm-ldn-portal.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-portal/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-portal/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-portal.tests.classpath" destdir="ccm-ldn-portal/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-portal.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-portal.test.src.dir.exists" name="copy-test-src-ccm-ldn-portal" depends="init">
|
|
<mkdir dir="ccm-ldn-portal/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-portal/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-portal">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-portal/${build.classes.dir}/${apps.ccm-ldn-portal.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-portal" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-portal" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-portal${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-portal/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-portal/${build.classes.dir}/${apps.ccm-ldn-portal.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-portal}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-portal" depends="init">
|
|
<mkdir dir="ccm-ldn-portal/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-portal/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-portal">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-portal" depends="init,copy-test-sql-ccm-ldn-portal">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-portal/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-portal/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-portal" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-portal/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-portal.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-portal/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-portal/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-portal.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-portal/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-portal.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-portal/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-portal/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-portal.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-portal/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-portal/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-portal" depends="init">
|
|
<mkdir dir="ccm-ldn-portal/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-portal/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-portal/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-portal/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-portal/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-forum/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-forum/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-navigation/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-navigation/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-rss/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-rss/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-subsite/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-subsite/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-portal">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-portal,copy-test-pdl-ccm-ldn-portal,generate-test-ddl-ccm-ldn-portal,deploy-test-webapp-ccm-ldn-portal" name="runtests-ccm-ldn-portal" description="Runs the tests for the ccm-ldn-portal application">
|
|
<mkdir dir="ccm-ldn-portal/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-portal" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-portal/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-portal/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-portal/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-portal.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-forum.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-navigation.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-rss.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-subsite.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-util.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-portal">
|
|
<fileset dir="ccm-ldn-portal/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-rss' application" name="build-tests-ccm-ldn-rss" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-terms,build-tests-ccm-ldn-util,compile-tests-ccm-ldn-rss,generate-test-ddl-ccm-ldn-rss,copy-test-src-ccm-ldn-rss,manifest-test.pdl-ccm-ldn-rss"/>
|
|
<target if="ccm-ldn-rss.test.src.dir.exists" depends="init,build-ccm-ldn-rss" name="compile-tests-ccm-ldn-rss">
|
|
<path id="ccm-ldn-rss.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-rss/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-rss/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-rss.tests.classpath" destdir="ccm-ldn-rss/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-rss.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-rss.test.src.dir.exists" name="copy-test-src-ccm-ldn-rss" depends="init">
|
|
<mkdir dir="ccm-ldn-rss/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-rss/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-rss">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-rss/${build.classes.dir}/${apps.ccm-ldn-rss.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-rss" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-rss" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-rss${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-rss/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-rss/${build.classes.dir}/${apps.ccm-ldn-rss.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-rss}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-rss" depends="init">
|
|
<mkdir dir="ccm-ldn-rss/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-rss/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-rss">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-rss" depends="init,copy-test-sql-ccm-ldn-rss">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-rss/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-rss/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-rss" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-rss/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-rss.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-rss/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-rss/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-rss.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-rss/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-rss.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-rss/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-rss/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-rss.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-rss/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-rss/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-rss" depends="init">
|
|
<mkdir dir="ccm-ldn-rss/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-rss/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-rss/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-rss/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-rss/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-terms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-terms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-rss">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-rss,copy-test-pdl-ccm-ldn-rss,generate-test-ddl-ccm-ldn-rss,deploy-test-webapp-ccm-ldn-rss" name="runtests-ccm-ldn-rss" description="Runs the tests for the ccm-ldn-rss application">
|
|
<mkdir dir="ccm-ldn-rss/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-rss" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-rss/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-rss/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-rss/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-rss.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-terms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-util.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-rss">
|
|
<fileset dir="ccm-ldn-rss/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-search' application" name="build-tests-ccm-ldn-search" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-util,compile-tests-ccm-ldn-search,generate-test-ddl-ccm-ldn-search,copy-test-src-ccm-ldn-search,manifest-test.pdl-ccm-ldn-search"/>
|
|
<target if="ccm-ldn-search.test.src.dir.exists" depends="init,build-ccm-ldn-search" name="compile-tests-ccm-ldn-search">
|
|
<path id="ccm-ldn-search.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-search/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-search/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-search.tests.classpath" destdir="ccm-ldn-search/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-search.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-search.test.src.dir.exists" name="copy-test-src-ccm-ldn-search" depends="init">
|
|
<mkdir dir="ccm-ldn-search/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-search/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-search/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-search">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-search/${build.classes.dir}/${apps.ccm-ldn-search.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-search" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-search" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-search${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-search/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-search/${build.classes.dir}/${apps.ccm-ldn-search.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-search}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-search" depends="init">
|
|
<mkdir dir="ccm-ldn-search/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-search/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-search">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-search" depends="init,copy-test-sql-ccm-ldn-search">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-search/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-search/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-search" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-search/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-search.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-search/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-search/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-search.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-search/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-search.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-search/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-search/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-search.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-search/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-search/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-search" depends="init">
|
|
<mkdir dir="ccm-ldn-search/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-search/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-search/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-search/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-search/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-search/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-search/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-search/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-search/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-search/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-search">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-search,copy-test-pdl-ccm-ldn-search,generate-test-ddl-ccm-ldn-search,deploy-test-webapp-ccm-ldn-search" name="runtests-ccm-ldn-search" description="Runs the tests for the ccm-ldn-search application">
|
|
<mkdir dir="ccm-ldn-search/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-search" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-search/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-search/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-search/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-search.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-util.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-search">
|
|
<fileset dir="ccm-ldn-search/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-shortcuts' application" name="build-tests-ccm-ldn-shortcuts" depends="init,build-tests-ccm-core,compile-tests-ccm-ldn-shortcuts,generate-test-ddl-ccm-ldn-shortcuts,copy-test-src-ccm-ldn-shortcuts,manifest-test.pdl-ccm-ldn-shortcuts"/>
|
|
<target if="ccm-ldn-shortcuts.test.src.dir.exists" depends="init,build-ccm-ldn-shortcuts" name="compile-tests-ccm-ldn-shortcuts">
|
|
<path id="ccm-ldn-shortcuts.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-shortcuts/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-shortcuts.tests.classpath" destdir="ccm-ldn-shortcuts/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-shortcuts.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-shortcuts.test.src.dir.exists" name="copy-test-src-ccm-ldn-shortcuts" depends="init">
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-shortcuts/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-shortcuts/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-shortcuts">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-shortcuts/${build.classes.dir}/${apps.ccm-ldn-shortcuts.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-shortcuts" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-shortcuts" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-shortcuts${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-shortcuts/${build.classes.dir}/${apps.ccm-ldn-shortcuts.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-shortcuts}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-shortcuts" depends="init">
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-shortcuts/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-shortcuts">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-shortcuts" depends="init,copy-test-sql-ccm-ldn-shortcuts">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-shortcuts/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-shortcuts/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-shortcuts" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-shortcuts.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-shortcuts/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-shortcuts/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-shortcuts.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-shortcuts.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-shortcuts/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-shortcuts/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-shortcuts.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-shortcuts/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-shortcuts" depends="init">
|
|
<mkdir dir="ccm-ldn-shortcuts/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-shortcuts/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-shortcuts/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-shortcuts/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-shortcuts/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-shortcuts/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-shortcuts/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-shortcuts/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-shortcuts">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-shortcuts,copy-test-pdl-ccm-ldn-shortcuts,generate-test-ddl-ccm-ldn-shortcuts,deploy-test-webapp-ccm-ldn-shortcuts" name="runtests-ccm-ldn-shortcuts" description="Runs the tests for the ccm-ldn-shortcuts application">
|
|
<mkdir dir="ccm-ldn-shortcuts/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-shortcuts" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-shortcuts/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-shortcuts/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-shortcuts/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-shortcuts.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-shortcuts">
|
|
<fileset dir="ccm-ldn-shortcuts/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-subsite' application" name="build-tests-ccm-ldn-subsite" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-navigation,build-tests-ccm-ldn-util,compile-tests-ccm-ldn-subsite,generate-test-ddl-ccm-ldn-subsite,copy-test-src-ccm-ldn-subsite,manifest-test.pdl-ccm-ldn-subsite"/>
|
|
<target if="ccm-ldn-subsite.test.src.dir.exists" depends="init,build-ccm-ldn-subsite" name="compile-tests-ccm-ldn-subsite">
|
|
<path id="ccm-ldn-subsite.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-subsite/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-subsite/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-subsite.tests.classpath" destdir="ccm-ldn-subsite/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-subsite.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-subsite.test.src.dir.exists" name="copy-test-src-ccm-ldn-subsite" depends="init">
|
|
<mkdir dir="ccm-ldn-subsite/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-subsite/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-subsite">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-subsite/${build.classes.dir}/${apps.ccm-ldn-subsite.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-subsite" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-subsite" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-subsite${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-subsite/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-subsite/${build.classes.dir}/${apps.ccm-ldn-subsite.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-subsite}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-subsite" depends="init">
|
|
<mkdir dir="ccm-ldn-subsite/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-subsite/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-subsite">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-subsite" depends="init,copy-test-sql-ccm-ldn-subsite">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-subsite/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-subsite/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-subsite" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-subsite/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-subsite.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-subsite/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-subsite/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-subsite.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-subsite/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-subsite.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-subsite/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-subsite/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-subsite.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-subsite/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-subsite/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-subsite" depends="init">
|
|
<mkdir dir="ccm-ldn-subsite/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-subsite/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-subsite/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-subsite/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-subsite/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-navigation/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-navigation/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-subsite">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-subsite,copy-test-pdl-ccm-ldn-subsite,generate-test-ddl-ccm-ldn-subsite,deploy-test-webapp-ccm-ldn-subsite" name="runtests-ccm-ldn-subsite" description="Runs the tests for the ccm-ldn-subsite application">
|
|
<mkdir dir="ccm-ldn-subsite/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-subsite" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-subsite/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-subsite/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-subsite/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-subsite.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-navigation.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-util.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-subsite">
|
|
<fileset dir="ccm-ldn-subsite/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-terms' application" name="build-tests-ccm-ldn-terms" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-util,compile-tests-ccm-ldn-terms,generate-test-ddl-ccm-ldn-terms,copy-test-src-ccm-ldn-terms,manifest-test.pdl-ccm-ldn-terms"/>
|
|
<target if="ccm-ldn-terms.test.src.dir.exists" depends="init,build-ccm-ldn-terms" name="compile-tests-ccm-ldn-terms">
|
|
<path id="ccm-ldn-terms.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-terms/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-terms/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-terms.tests.classpath" destdir="ccm-ldn-terms/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-terms.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-terms.test.src.dir.exists" name="copy-test-src-ccm-ldn-terms" depends="init">
|
|
<mkdir dir="ccm-ldn-terms/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-terms/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-terms/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-terms">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-terms/${build.classes.dir}/${apps.ccm-ldn-terms.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-terms" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-terms" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-terms${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-terms/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-terms/${build.classes.dir}/${apps.ccm-ldn-terms.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-terms}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-terms" depends="init">
|
|
<mkdir dir="ccm-ldn-terms/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-terms/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-terms">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-terms" depends="init,copy-test-sql-ccm-ldn-terms">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-terms/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-terms/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-terms" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-terms/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-terms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-terms/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-terms/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-terms.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-terms/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-terms.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-terms/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-terms/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-terms.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-terms/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-terms/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-terms" depends="init">
|
|
<mkdir dir="ccm-ldn-terms/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-terms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-terms/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-terms/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-terms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-terms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-terms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-terms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-terms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-terms/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-terms">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-terms,copy-test-pdl-ccm-ldn-terms,generate-test-ddl-ccm-ldn-terms,deploy-test-webapp-ccm-ldn-terms" name="runtests-ccm-ldn-terms" description="Runs the tests for the ccm-ldn-terms application">
|
|
<mkdir dir="ccm-ldn-terms/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-terms" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-terms/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-terms/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-terms/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-terms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-util.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-terms">
|
|
<fileset dir="ccm-ldn-terms/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-theme' application" name="build-tests-ccm-ldn-theme" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-subsite,compile-tests-ccm-ldn-theme,generate-test-ddl-ccm-ldn-theme,copy-test-src-ccm-ldn-theme,manifest-test.pdl-ccm-ldn-theme"/>
|
|
<target if="ccm-ldn-theme.test.src.dir.exists" depends="init,build-ccm-ldn-theme" name="compile-tests-ccm-ldn-theme">
|
|
<path id="ccm-ldn-theme.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-theme/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-theme/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-theme.tests.classpath" destdir="ccm-ldn-theme/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-theme.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-theme.test.src.dir.exists" name="copy-test-src-ccm-ldn-theme" depends="init">
|
|
<mkdir dir="ccm-ldn-theme/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-theme/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-theme/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-theme">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-theme/${build.classes.dir}/${apps.ccm-ldn-theme.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-theme" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-theme" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-theme${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-theme/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-theme/${build.classes.dir}/${apps.ccm-ldn-theme.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-theme}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-theme" depends="init">
|
|
<mkdir dir="ccm-ldn-theme/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-theme/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-theme">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-theme" depends="init,copy-test-sql-ccm-ldn-theme">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-theme/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-theme/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-theme" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-theme/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-theme.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-theme/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-theme/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-theme.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-theme/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-theme.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-theme/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-theme/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-theme.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-theme/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-theme/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-theme" depends="init">
|
|
<mkdir dir="ccm-ldn-theme/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-theme/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-theme/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-theme/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-theme/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-theme/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-theme/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-theme/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-theme/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-theme/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-subsite/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-subsite/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-theme">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-theme,copy-test-pdl-ccm-ldn-theme,generate-test-ddl-ccm-ldn-theme,deploy-test-webapp-ccm-ldn-theme" name="runtests-ccm-ldn-theme" description="Runs the tests for the ccm-ldn-theme application">
|
|
<mkdir dir="ccm-ldn-theme/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-theme" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-theme/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-theme/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-theme/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-theme.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-subsite.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-theme">
|
|
<fileset dir="ccm-ldn-theme/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-ldn-util' application" name="build-tests-ccm-ldn-util" depends="init,build-tests-ccm-core,build-tests-ccm-cms,compile-tests-ccm-ldn-util,generate-test-ddl-ccm-ldn-util,copy-test-src-ccm-ldn-util,manifest-test.pdl-ccm-ldn-util"/>
|
|
<target if="ccm-ldn-util.test.src.dir.exists" depends="init,build-ccm-ldn-util" name="compile-tests-ccm-ldn-util">
|
|
<path id="ccm-ldn-util.tests.compile.srcpath">
|
|
<pathelement location="ccm-ldn-util/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-ldn-util/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-ldn-util.tests.classpath" destdir="ccm-ldn-util/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-ldn-util.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-ldn-util.test.src.dir.exists" name="copy-test-src-ccm-ldn-util" depends="init">
|
|
<mkdir dir="ccm-ldn-util/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-util/${build.test.classes.dir}">
|
|
<fileset dir="ccm-ldn-util/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-ldn-util">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-util/${build.classes.dir}/${apps.ccm-ldn-util.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-ldn-util" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-ldn-util" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-ldn-util${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-ldn-util/${build.classes.dir}"/>
|
|
<echo file="ccm-ldn-util/${build.classes.dir}/${apps.ccm-ldn-util.name}.test.pdl.mf" message="${test.pdl.files.ccm-ldn-util}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-ldn-util" depends="init">
|
|
<mkdir dir="ccm-ldn-util/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-ldn-util/${build.test.sql.dir}">
|
|
<fileset dir="ccm-ldn-util">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-ldn-util" depends="init,copy-test-sql-ccm-ldn-util">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-ldn-util/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-ldn-util/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-ldn-util" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-ldn-util/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-util.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-util/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-ldn-util/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-util.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-util/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-ldn-util.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-ldn-util/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-ldn-util/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-ldn-util.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-ldn-util/${build.test.sql.dir}"/>
|
|
<echo file="ccm-ldn-util/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-ldn-util" depends="init">
|
|
<mkdir dir="ccm-ldn-util/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-ldn-util/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-util/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-util/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-util/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-util/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-ldn-util/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-ldn-util">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-ldn-util,copy-test-pdl-ccm-ldn-util,generate-test-ddl-ccm-ldn-util,deploy-test-webapp-ccm-ldn-util" name="runtests-ccm-ldn-util" description="Runs the tests for the ccm-ldn-util application">
|
|
<mkdir dir="ccm-ldn-util/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-ldn-util" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-util/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-util/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-ldn-util/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-util.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-ldn-util">
|
|
<fileset dir="ccm-ldn-util/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Build the tests for the 'ccm-shp-aplaws' application" name="build-tests-ccm-shp-aplaws" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-ldn-navigation,build-tests-ccm-ldn-portal,build-tests-ccm-ldn-search,build-tests-ccm-ldn-subsite,build-tests-ccm-ldn-terms,compile-tests-ccm-shp-aplaws,generate-test-ddl-ccm-shp-aplaws,copy-test-src-ccm-shp-aplaws,manifest-test.pdl-ccm-shp-aplaws"/>
|
|
<target if="ccm-shp-aplaws.test.src.dir.exists" depends="init,build-ccm-shp-aplaws" name="compile-tests-ccm-shp-aplaws">
|
|
<path id="ccm-shp-aplaws.tests.compile.srcpath">
|
|
<pathelement location="ccm-shp-aplaws/${test.src.dir}"/>
|
|
</path>
|
|
<mkdir dir="ccm-shp-aplaws/${build.test.classes.dir}"/>
|
|
<javac classpathref="ccm-shp-aplaws.tests.classpath" destdir="ccm-shp-aplaws/${build.test.classes.dir}" nowarn="${compile.nowarn}" verbose="${compile.verbose}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" debug="${compile.debug}">
|
|
<src refid="ccm-shp-aplaws.tests.compile.srcpath"/>
|
|
</javac>
|
|
</target>
|
|
<target if="ccm-shp-aplaws.test.src.dir.exists" name="copy-test-src-ccm-shp-aplaws" depends="init">
|
|
<mkdir dir="ccm-shp-aplaws/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir="ccm-shp-aplaws/${test.src.dir}">
|
|
<exclude name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
<target depends="init" name="manifest-test.pdl-ccm-shp-aplaws">
|
|
<if>
|
|
<not>
|
|
<uptodate targetfile="ccm-shp-aplaws/${build.classes.dir}/${apps.ccm-shp-aplaws.name}.test.pdl.mf">
|
|
<srcfiles dir="ccm-shp-aplaws" includes="test/pdl/**"/>
|
|
</uptodate>
|
|
</not>
|
|
<then>
|
|
<pathconvert property="test.pdl.files.ccm-shp-aplaws" pathsep=" " dirsep="/">
|
|
<path>
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="test/pdl/**"/>
|
|
</fileset>
|
|
</path>
|
|
<map to="" from="${basedir}${file.separator}ccm-shp-aplaws${file.separator}test/pdl${file.separator}"/>
|
|
</pathconvert>
|
|
<mkdir dir="ccm-shp-aplaws/${build.classes.dir}"/>
|
|
<echo file="ccm-shp-aplaws/${build.classes.dir}/${apps.ccm-shp-aplaws.name}.test.pdl.mf" message="${test.pdl.files.ccm-shp-aplaws}"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-sql-ccm-shp-aplaws" depends="init">
|
|
<mkdir dir="ccm-shp-aplaws/${build.test.sql.dir}"/>
|
|
<copy todir="ccm-shp-aplaws/${build.test.sql.dir}">
|
|
<fileset dir="ccm-shp-aplaws">
|
|
<include name="${test.sql.dir}/**/*.sql"/>
|
|
</fileset>
|
|
<mapper from="${test.sql.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="generate-test-ddl-ccm-shp-aplaws" depends="init,copy-test-sql-ccm-shp-aplaws">
|
|
<if>
|
|
<and>
|
|
<available file="ccm-shp-aplaws/test/pdl"/>
|
|
<not>
|
|
<uptodate targetfile="ccm-shp-aplaws/${build.test.sql.dir}/.ddl-timestamp">
|
|
<srcfiles dir="ccm-shp-aplaws" includes="${test.pdl.dir}/**/*.pdl"/>
|
|
</uptodate>
|
|
</not>
|
|
</and>
|
|
<then>
|
|
<mkdir dir="ccm-shp-aplaws/${build.test.sql.dir}/${ddl.dir}/postgres"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-shp-aplaws.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-shp-aplaws/${build.test.sql.dir}/postgres"/>
|
|
<arg line="-database postgres"/>
|
|
<arg line="-path ccm-shp-aplaws/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-shp-aplaws.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-shp-aplaws/${build.test.sql.dir}/${ddl.dir}/oracle-se"/>
|
|
<java fork="yes" classname="${test.ddl.generator.classname}" failonerror="yes">
|
|
<sysproperty value="${ccm.java.ext.dirs}" key="java.ext.dirs"/>
|
|
<classpath refid="ccm-shp-aplaws.build.classpath"/>
|
|
<arg line="-quiet"/>
|
|
<arg line="-generate-ddl ccm-shp-aplaws/${build.test.sql.dir}/oracle-se"/>
|
|
<arg line="-database oracle-se"/>
|
|
<arg line="-path ccm-shp-aplaws/${test.pdl.dir}/com"/>
|
|
<arg line="-library-path ${apps.ccm-shp-aplaws.pdl.path}:"/>
|
|
</java>
|
|
<mkdir dir="ccm-shp-aplaws/${build.test.sql.dir}"/>
|
|
<echo file="ccm-shp-aplaws/${build.test.sql.dir}/.ddl-timestamp" message="ddl-timestamp"/>
|
|
</then>
|
|
</if>
|
|
</target>
|
|
<target name="copy-test-pdl-ccm-shp-aplaws" depends="init">
|
|
<mkdir dir="ccm-shp-aplaws/${build.test.classes.dir}"/>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-shp-aplaws/${test.pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-shp-aplaws/${test.pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-shp-aplaws/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-shp-aplaws/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-core/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-core/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-cms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-cms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-navigation/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-navigation/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-portal/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-portal/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-search/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-search/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-subsite/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-subsite/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
<copy todir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<fileset dir=".">
|
|
<include name="ccm-ldn-terms/${pdl.dir}/**"/>
|
|
</fileset>
|
|
<mapper from="ccm-ldn-terms/${pdl.dir}${file.separator}*" to="*" type="glob"/>
|
|
</copy>
|
|
</target>
|
|
<target name="deploy-test-webapp-ccm-shp-aplaws">
|
|
<antcall target="deploy">
|
|
<param value="${test.deploy.dir}" name="deploy.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF/resources" name="deploy.init.dir"/>
|
|
<param value="${test.deploy.dir}/WEB-INF" name="deploy.web.dir"/>
|
|
</antcall>
|
|
</target>
|
|
<target depends="init,build-tests-ccm-shp-aplaws,copy-test-pdl-ccm-shp-aplaws,generate-test-ddl-ccm-shp-aplaws,deploy-test-webapp-ccm-shp-aplaws" name="runtests-ccm-shp-aplaws" description="Runs the tests for the ccm-shp-aplaws application">
|
|
<mkdir dir="ccm-shp-aplaws/${test.tmp.dir}"/>
|
|
<junit showoutput="${junit.showoutput}" dir="ccm-shp-aplaws" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="yes" printsummary="yes">
|
|
<jvmarg line="${junit.jvmargs}"/>
|
|
<formatter type="${junit.formatter}"/>
|
|
<classpath refid="server.tests.classpath"/>
|
|
<sysproperty value="${ccm.home}" key="ccm.home"/>
|
|
<sysproperty key="waf.runtime.init" value="${junit.initializer.classname}"/>
|
|
<sysproperty value="${deploy.dir}" key="j2ee.webapp.dir"/>
|
|
<sysproperty value="${junit.usefail}" key="junit.usefail"/>
|
|
<sysproperty value="${junit.test}" key="junit.test"/>
|
|
<sysproperty value="${junit.usecactus}" key="junit.usecactus"/>
|
|
<sysproperty value="${test.sql.continue}" key="sql.continue"/>
|
|
<sysproperty value="${test.sql.verbose}" key="sql.verbose"/>
|
|
<sysproperty value="${basedir}/ccm-shp-aplaws/${build.test.classes.dir}" key="test.base.dir"/>
|
|
<sysproperty value="${test.initscript}" key="test.initscript"/>
|
|
<sysproperty value="${test.server.url}" key="test.server.url"/>
|
|
<sysproperty value="${basedir}/ccm-shp-aplaws/${build.test.sql.dir}" key="test.sql.dir"/>
|
|
<sysproperty value="${basedir}/ccm-shp-aplaws/${test.tmp.dir}" key="test.tmp.dir"/>
|
|
<sysproperty value="${basedir}/${test.deploy.dir}" key="test.webapp.dir"/>
|
|
<sysproperty value="${log4j.configuration.sysproperty}" key="log4j.configuration"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-shp-aplaws.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-core.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-cms.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-navigation.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-portal.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-search.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-subsite.name}.test.pdl.mf"/>
|
|
<sysproperty key="waf.runtime.test.pdl" value="${apps.ccm-ldn-terms.name}.test.pdl.mf"/>
|
|
<batchtest todir="ccm-shp-aplaws">
|
|
<fileset dir="ccm-shp-aplaws/${build.test.classes.dir}">
|
|
<include name="**/${junit.suite}"/>
|
|
</fileset>
|
|
</batchtest>
|
|
</junit>
|
|
</target>
|
|
<target description="Builds all applications and tests" name="build-tests" depends="init,build-tests-ccm-core,build-tests-ccm-cms,build-tests-ccm-forum,build-tests-ccm-simplesurvey,build-tests-ccm-user-preferences,build-tests-ccm-ldn-image-step,build-tests-ccm-ldn-navigation,build-tests-ccm-ldn-portal,build-tests-ccm-ldn-rss,build-tests-ccm-ldn-search,build-tests-ccm-ldn-shortcuts,build-tests-ccm-ldn-subsite,build-tests-ccm-ldn-terms,build-tests-ccm-ldn-theme,build-tests-ccm-ldn-util,build-tests-ccm-shp-aplaws"/>
|
|
<target description="Builds all applications and then runs unit tests" name="runtests" depends="init,runtests-ccm-core,runtests-ccm-cms,runtests-ccm-forum,runtests-ccm-simplesurvey,runtests-ccm-user-preferences,runtests-ccm-ldn-image-step,runtests-ccm-ldn-navigation,runtests-ccm-ldn-portal,runtests-ccm-ldn-rss,runtests-ccm-ldn-search,runtests-ccm-ldn-shortcuts,runtests-ccm-ldn-subsite,runtests-ccm-ldn-terms,runtests-ccm-ldn-theme,runtests-ccm-ldn-util,runtests-ccm-shp-aplaws"/>
|
|
<target name="kaboom">
|
|
<echo>
|
|
_.-^^---....,,--_
|
|
_-- --_
|
|
< >)
|
|
| |
|
|
\._ _./
|
|
```--. . , ; .--'''
|
|
| | |
|
|
.-=|| | |=-.
|
|
`-=#$%@%$#=-'
|
|
| ; :|
|
|
_____.,-#%@$@%#$#~,._____
|
|
</echo>
|
|
</target>
|
|
<target name="larry">
|
|
<echo>
|
|
Credits:
|
|
-------
|
|
|
|
All hail Larry the CCM Lizard!
|
|
|
|
_.--~~~~~~~--._
|
|
/~ ___ ~-._ __
|
|
( /~ > /-._ _, o )~\\
|
|
\\ \< ~<<==\(\_| '''
|
|
_) ''' \\ `~'
|
|
'''
|
|
CCM Build Configuration tools were written and are
|
|
maintained by :
|
|
|
|
Daniel Berrange <berrange@redhat.com>
|
|
Dennis Gregorovic <dgregor@redhat.com>
|
|
|
|
</echo>
|
|
</target>
|
|
<target name="pmd-check">
|
|
<available classpathref="ccm.base.classpath" classname="net.sourceforge.pmd.ant.PMDTask" property="pmd.available"/>
|
|
</target>
|
|
<target description="Runs the PMD utility over the code" if="pmd.available" depends="init,pmd-check" name="pmd">
|
|
<mkdir dir="${pmd.report.dir}"/>
|
|
<echo message="Generating ${pmd.report.dir}/${pmd.report.file} for *.java files"/>
|
|
<taskdef classpathref="ccm.base.classpath" classname="net.sourceforge.pmd.ant.PMDTask" name="pmd"/>
|
|
<pmd rulesetfiles="${pmd.rulesets}">
|
|
<formatter toFile="${pmd.report.dir}/${pmd.report.file}" type="${pmd.format}"/>
|
|
<fileset dir=".">
|
|
<include name="ccm-core/src/**/*.java"/>
|
|
<include name="ccm-cms/src/**/*.java"/>
|
|
<include name="ccm-cms-assets-fileattachment/src/**/*.java"/>
|
|
<include name="ccm-cms-assets-notes/src/**/*.java"/>
|
|
<include name="ccm-cms-assets-relatedlink/src/**/*.java"/>
|
|
<include name="ccm-cms-types-address/src/**/*.java"/>
|
|
<include name="ccm-cms-types-article/src/**/*.java"/>
|
|
<include name="ccm-cms-types-bookmark/src/**/*.java"/>
|
|
<include name="ccm-cms-types-contact/src/**/*.java"/>
|
|
<include name="ccm-cms-types-event/src/**/*.java"/>
|
|
<include name="ccm-cms-types-faqitem/src/**/*.java"/>
|
|
<include name="ccm-cms-types-filestorageitem/src/**/*.java"/>
|
|
<include name="ccm-cms-types-formitem/src/**/*.java"/>
|
|
<include name="ccm-cms-types-formsectionitem/src/**/*.java"/>
|
|
<include name="ccm-cms-types-glossaryitem/src/**/*.java"/>
|
|
<include name="ccm-cms-types-mparticle/src/**/*.java"/>
|
|
<include name="ccm-cms-types-newsitem/src/**/*.java"/>
|
|
<include name="ccm-cms-types-siteproxy/src/**/*.java"/>
|
|
<include name="ccm-forum/src/**/*.java"/>
|
|
<include name="ccm-simplesurvey/src/**/*.java"/>
|
|
<include name="ccm-user-preferences/src/**/*.java"/>
|
|
<include name="ccm-ldn-image-step/src/**/*.java"/>
|
|
<include name="ccm-ldn-navigation/src/**/*.java"/>
|
|
<include name="ccm-ldn-portal/src/**/*.java"/>
|
|
<include name="ccm-ldn-rss/src/**/*.java"/>
|
|
<include name="ccm-ldn-search/src/**/*.java"/>
|
|
<include name="ccm-ldn-shortcuts/src/**/*.java"/>
|
|
<include name="ccm-ldn-subsite/src/**/*.java"/>
|
|
<include name="ccm-ldn-terms/src/**/*.java"/>
|
|
<include name="ccm-ldn-theme/src/**/*.java"/>
|
|
<include name="ccm-ldn-util/src/**/*.java"/>
|
|
<include name="ccm-shp-aplaws/src/**/*.java"/>
|
|
</fileset>
|
|
</pmd>
|
|
</target>
|
|
<target name="init">
|
|
<echo message="${ant.file}"/>
|
|
<tstamp>
|
|
<format pattern="yyyy" property="YEAR"/>
|
|
</tstamp>
|
|
<available type="dir" file="ccm-core/${test.src.dir}" property="ccm-core.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-core.pdl.path" property="apps.ccm-core.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-core.pdl.path.internal" property="apps.ccm-core.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms/${test.src.dir}" property="ccm-cms.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms.pdl.path" property="apps.ccm-cms.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms.pdl.path.internal" property="apps.ccm-cms.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-assets-fileattachment/${test.src.dir}" property="ccm-cms-assets-fileattachment.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-assets-fileattachment.pdl.path" property="apps.ccm-cms-assets-fileattachment.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-assets-fileattachment.pdl.path.internal" property="apps.ccm-cms-assets-fileattachment.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-assets-notes/${test.src.dir}" property="ccm-cms-assets-notes.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-assets-notes.pdl.path" property="apps.ccm-cms-assets-notes.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-assets-notes.pdl.path.internal" property="apps.ccm-cms-assets-notes.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-assets-relatedlink/${test.src.dir}" property="ccm-cms-assets-relatedlink.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-assets-relatedlink.pdl.path" property="apps.ccm-cms-assets-relatedlink.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-assets-relatedlink.pdl.path.internal" property="apps.ccm-cms-assets-relatedlink.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-address/${test.src.dir}" property="ccm-cms-types-address.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-address.pdl.path" property="apps.ccm-cms-types-address.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-address.pdl.path.internal" property="apps.ccm-cms-types-address.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-article/${test.src.dir}" property="ccm-cms-types-article.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-article.pdl.path" property="apps.ccm-cms-types-article.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-article.pdl.path.internal" property="apps.ccm-cms-types-article.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-bookmark/${test.src.dir}" property="ccm-cms-types-bookmark.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-bookmark.pdl.path" property="apps.ccm-cms-types-bookmark.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-bookmark.pdl.path.internal" property="apps.ccm-cms-types-bookmark.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-contact/${test.src.dir}" property="ccm-cms-types-contact.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-contact.pdl.path" property="apps.ccm-cms-types-contact.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-contact.pdl.path.internal" property="apps.ccm-cms-types-contact.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-event/${test.src.dir}" property="ccm-cms-types-event.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-event.pdl.path" property="apps.ccm-cms-types-event.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-event.pdl.path.internal" property="apps.ccm-cms-types-event.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-faqitem/${test.src.dir}" property="ccm-cms-types-faqitem.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-faqitem.pdl.path" property="apps.ccm-cms-types-faqitem.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-faqitem.pdl.path.internal" property="apps.ccm-cms-types-faqitem.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-filestorageitem/${test.src.dir}" property="ccm-cms-types-filestorageitem.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-filestorageitem.pdl.path" property="apps.ccm-cms-types-filestorageitem.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-filestorageitem.pdl.path.internal" property="apps.ccm-cms-types-filestorageitem.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-formitem/${test.src.dir}" property="ccm-cms-types-formitem.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-formitem.pdl.path" property="apps.ccm-cms-types-formitem.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-formitem.pdl.path.internal" property="apps.ccm-cms-types-formitem.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-formsectionitem/${test.src.dir}" property="ccm-cms-types-formsectionitem.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-formsectionitem.pdl.path" property="apps.ccm-cms-types-formsectionitem.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-formsectionitem.pdl.path.internal" property="apps.ccm-cms-types-formsectionitem.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-glossaryitem/${test.src.dir}" property="ccm-cms-types-glossaryitem.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-glossaryitem.pdl.path" property="apps.ccm-cms-types-glossaryitem.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-glossaryitem.pdl.path.internal" property="apps.ccm-cms-types-glossaryitem.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-mparticle/${test.src.dir}" property="ccm-cms-types-mparticle.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-mparticle.pdl.path" property="apps.ccm-cms-types-mparticle.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-mparticle.pdl.path.internal" property="apps.ccm-cms-types-mparticle.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-newsitem/${test.src.dir}" property="ccm-cms-types-newsitem.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-newsitem.pdl.path" property="apps.ccm-cms-types-newsitem.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-newsitem.pdl.path.internal" property="apps.ccm-cms-types-newsitem.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-cms-types-siteproxy/${test.src.dir}" property="ccm-cms-types-siteproxy.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-cms-types-siteproxy.pdl.path" property="apps.ccm-cms-types-siteproxy.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-cms-types-siteproxy.pdl.path.internal" property="apps.ccm-cms-types-siteproxy.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-forum/${test.src.dir}" property="ccm-forum.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-forum.pdl.path" property="apps.ccm-forum.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-forum.pdl.path.internal" property="apps.ccm-forum.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-simplesurvey/${test.src.dir}" property="ccm-simplesurvey.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-simplesurvey.pdl.path" property="apps.ccm-simplesurvey.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-simplesurvey.pdl.path.internal" property="apps.ccm-simplesurvey.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-user-preferences/${test.src.dir}" property="ccm-user-preferences.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-user-preferences.pdl.path" property="apps.ccm-user-preferences.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-user-preferences.pdl.path.internal" property="apps.ccm-user-preferences.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-image-step/${test.src.dir}" property="ccm-ldn-image-step.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-image-step.pdl.path" property="apps.ccm-ldn-image-step.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-image-step.pdl.path.internal" property="apps.ccm-ldn-image-step.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-navigation/${test.src.dir}" property="ccm-ldn-navigation.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-navigation.pdl.path" property="apps.ccm-ldn-navigation.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-navigation.pdl.path.internal" property="apps.ccm-ldn-navigation.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-portal/${test.src.dir}" property="ccm-ldn-portal.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-portal.pdl.path" property="apps.ccm-ldn-portal.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-portal.pdl.path.internal" property="apps.ccm-ldn-portal.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-rss/${test.src.dir}" property="ccm-ldn-rss.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-rss.pdl.path" property="apps.ccm-ldn-rss.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-rss.pdl.path.internal" property="apps.ccm-ldn-rss.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-search/${test.src.dir}" property="ccm-ldn-search.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-search.pdl.path" property="apps.ccm-ldn-search.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-search.pdl.path.internal" property="apps.ccm-ldn-search.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-shortcuts/${test.src.dir}" property="ccm-ldn-shortcuts.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-shortcuts.pdl.path" property="apps.ccm-ldn-shortcuts.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-shortcuts.pdl.path.internal" property="apps.ccm-ldn-shortcuts.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-subsite/${test.src.dir}" property="ccm-ldn-subsite.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-subsite.pdl.path" property="apps.ccm-ldn-subsite.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-subsite.pdl.path.internal" property="apps.ccm-ldn-subsite.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-terms/${test.src.dir}" property="ccm-ldn-terms.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-terms.pdl.path" property="apps.ccm-ldn-terms.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-terms.pdl.path.internal" property="apps.ccm-ldn-terms.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-theme/${test.src.dir}" property="ccm-ldn-theme.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-theme.pdl.path" property="apps.ccm-ldn-theme.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-theme.pdl.path.internal" property="apps.ccm-ldn-theme.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-ldn-util/${test.src.dir}" property="ccm-ldn-util.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-ldn-util.pdl.path" property="apps.ccm-ldn-util.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-ldn-util.pdl.path.internal" property="apps.ccm-ldn-util.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<available type="dir" file="ccm-shp-aplaws/${test.src.dir}" property="ccm-shp-aplaws.test.src.dir.exists"/>
|
|
<pathconvert refid="apps.ccm-shp-aplaws.pdl.path" property="apps.ccm-shp-aplaws.pdl.path" pathsep=":" dirsep="/"/>
|
|
<pathconvert refid="apps.ccm-shp-aplaws.pdl.path.internal" property="apps.ccm-shp-aplaws.pdl.path.internal" pathsep=":" dirsep="/"/>
|
|
<path id="ccm.java.ext.dirs">
|
|
<dirset dir="${ccm.tools.dir}">
|
|
<include name="lib/security"/>
|
|
</dirset>
|
|
<pathelement path="${java.ext.dirs}"/>
|
|
</path>
|
|
<pathconvert refid="ccm.java.ext.dirs" property="ccm.java.ext.dirs" pathsep=":" dirsep="/"/>
|
|
<condition value="-Xdebug -Xrunjdwp:transport=dt_socket,address=${test.remote.port},server=y,suspend=y -Xnoagent -Djava.compiler=NONE" property="junit.jvmargs">
|
|
<and>
|
|
<not>
|
|
<isset property="junit.jvmargs"/>
|
|
</not>
|
|
<isset property="debugtests"/>
|
|
</and>
|
|
</condition>
|
|
<condition value="-Djunit.debug=false" property="junit.jvmargs">
|
|
<not>
|
|
<isset property="junit.jvmargs"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${j2ee.webapp.dir}" property="deploy.dir">
|
|
<and>
|
|
<not>
|
|
<isset property="deploy.dir"/>
|
|
</not>
|
|
<isset property="j2ee.webapp.dir"/>
|
|
</and>
|
|
</condition>
|
|
<condition value="deploy" property="deploy.dir">
|
|
<not>
|
|
<isset property="deploy.dir"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${deploy.dir}/conf" property="deploy.conf.dir">
|
|
<not>
|
|
<isset property="deploy.conf.dir"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${deploy.dir}/webapps/WEB-INF/lib" property="deploy.shared.lib.dir">
|
|
<not>
|
|
<isset property="deploy.shared.lib.dir"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${deploy.dir}/webapps/WEB-INF/lib" property="deploy.private.lib.dir">
|
|
<not>
|
|
<isset property="deploy.private.lib.dir"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${deploy.dir}/webapps/WEB-INF/classes" property="deploy.shared.classes.dir">
|
|
<not>
|
|
<isset property="deploy.shared.classes.dir"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${deploy.dir}/webapps/WEB-INF/system" property="deploy.system.jars.dir">
|
|
<not>
|
|
<isset property="deploy.system.jars.dir"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${deploy.dir}/webapps" property="deploy.webapp.dir">
|
|
<not>
|
|
<isset property="deploy.webapp.dir"/>
|
|
</not>
|
|
</condition>
|
|
<condition value="${deploy.dir}/webapps" property="deploy.war.dir">
|
|
<not>
|
|
<isset property="deploy.war.dir"/>
|
|
</not>
|
|
</condition>
|
|
<property name="deploy.dir.ccm-core" value="${deploy.webapp.dir}/${apps.ccm-core.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-core" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-core" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-core" value="${deploy.dir.ccm-core}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-core" value="${deploy.dir.ccm-core}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-core" value="${deploy.dir.ccm-core}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-core" value="${deploy.test.dir.ccm-core}/classes"/>
|
|
<property name="deploy.api.dir.ccm-core" value="${deploy.dir.ccm-core}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-core" value="${deploy.dir.ccm-core}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms" value="${deploy.webapp.dir}/${apps.ccm-cms.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms" value="${deploy.dir.ccm-cms}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms" value="${deploy.dir.ccm-cms}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms" value="${deploy.dir.ccm-cms}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms" value="${deploy.test.dir.ccm-cms}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms" value="${deploy.dir.ccm-cms}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms" value="${deploy.dir.ccm-cms}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-assets-fileattachment" value="${deploy.webapp.dir}/${apps.ccm-cms-assets-fileattachment.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-assets-fileattachment" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-assets-fileattachment" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-assets-fileattachment" value="${deploy.dir.ccm-cms-assets-fileattachment}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-assets-fileattachment" value="${deploy.dir.ccm-cms-assets-fileattachment}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-assets-fileattachment" value="${deploy.dir.ccm-cms-assets-fileattachment}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-assets-fileattachment" value="${deploy.test.dir.ccm-cms-assets-fileattachment}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-assets-fileattachment" value="${deploy.dir.ccm-cms-assets-fileattachment}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-assets-fileattachment" value="${deploy.dir.ccm-cms-assets-fileattachment}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-assets-notes" value="${deploy.webapp.dir}/${apps.ccm-cms-assets-notes.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-assets-notes" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-assets-notes" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-assets-notes" value="${deploy.dir.ccm-cms-assets-notes}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-assets-notes" value="${deploy.dir.ccm-cms-assets-notes}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-assets-notes" value="${deploy.dir.ccm-cms-assets-notes}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-assets-notes" value="${deploy.test.dir.ccm-cms-assets-notes}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-assets-notes" value="${deploy.dir.ccm-cms-assets-notes}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-assets-notes" value="${deploy.dir.ccm-cms-assets-notes}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-assets-relatedlink" value="${deploy.webapp.dir}/${apps.ccm-cms-assets-relatedlink.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-assets-relatedlink" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-assets-relatedlink" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-assets-relatedlink" value="${deploy.dir.ccm-cms-assets-relatedlink}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-assets-relatedlink" value="${deploy.dir.ccm-cms-assets-relatedlink}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-assets-relatedlink" value="${deploy.dir.ccm-cms-assets-relatedlink}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-assets-relatedlink" value="${deploy.test.dir.ccm-cms-assets-relatedlink}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-assets-relatedlink" value="${deploy.dir.ccm-cms-assets-relatedlink}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-assets-relatedlink" value="${deploy.dir.ccm-cms-assets-relatedlink}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-address" value="${deploy.webapp.dir}/${apps.ccm-cms-types-address.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-address" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-address" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-address" value="${deploy.dir.ccm-cms-types-address}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-address" value="${deploy.dir.ccm-cms-types-address}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-address" value="${deploy.dir.ccm-cms-types-address}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-address" value="${deploy.test.dir.ccm-cms-types-address}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-address" value="${deploy.dir.ccm-cms-types-address}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-address" value="${deploy.dir.ccm-cms-types-address}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-article" value="${deploy.webapp.dir}/${apps.ccm-cms-types-article.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-article" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-article" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-article" value="${deploy.dir.ccm-cms-types-article}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-article" value="${deploy.dir.ccm-cms-types-article}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-article" value="${deploy.dir.ccm-cms-types-article}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-article" value="${deploy.test.dir.ccm-cms-types-article}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-article" value="${deploy.dir.ccm-cms-types-article}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-article" value="${deploy.dir.ccm-cms-types-article}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-bookmark" value="${deploy.webapp.dir}/${apps.ccm-cms-types-bookmark.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-bookmark" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-bookmark" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-bookmark" value="${deploy.dir.ccm-cms-types-bookmark}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-bookmark" value="${deploy.dir.ccm-cms-types-bookmark}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-bookmark" value="${deploy.dir.ccm-cms-types-bookmark}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-bookmark" value="${deploy.test.dir.ccm-cms-types-bookmark}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-bookmark" value="${deploy.dir.ccm-cms-types-bookmark}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-bookmark" value="${deploy.dir.ccm-cms-types-bookmark}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-contact" value="${deploy.webapp.dir}/${apps.ccm-cms-types-contact.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-contact" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-contact" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-contact" value="${deploy.dir.ccm-cms-types-contact}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-contact" value="${deploy.dir.ccm-cms-types-contact}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-contact" value="${deploy.dir.ccm-cms-types-contact}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-contact" value="${deploy.test.dir.ccm-cms-types-contact}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-contact" value="${deploy.dir.ccm-cms-types-contact}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-contact" value="${deploy.dir.ccm-cms-types-contact}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-event" value="${deploy.webapp.dir}/${apps.ccm-cms-types-event.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-event" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-event" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-event" value="${deploy.dir.ccm-cms-types-event}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-event" value="${deploy.dir.ccm-cms-types-event}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-event" value="${deploy.dir.ccm-cms-types-event}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-event" value="${deploy.test.dir.ccm-cms-types-event}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-event" value="${deploy.dir.ccm-cms-types-event}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-event" value="${deploy.dir.ccm-cms-types-event}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-faqitem" value="${deploy.webapp.dir}/${apps.ccm-cms-types-faqitem.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-faqitem" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-faqitem" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-faqitem" value="${deploy.dir.ccm-cms-types-faqitem}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-faqitem" value="${deploy.dir.ccm-cms-types-faqitem}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-faqitem" value="${deploy.dir.ccm-cms-types-faqitem}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-faqitem" value="${deploy.test.dir.ccm-cms-types-faqitem}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-faqitem" value="${deploy.dir.ccm-cms-types-faqitem}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-faqitem" value="${deploy.dir.ccm-cms-types-faqitem}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-filestorageitem" value="${deploy.webapp.dir}/${apps.ccm-cms-types-filestorageitem.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-filestorageitem" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-filestorageitem" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-filestorageitem" value="${deploy.dir.ccm-cms-types-filestorageitem}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-filestorageitem" value="${deploy.dir.ccm-cms-types-filestorageitem}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-filestorageitem" value="${deploy.dir.ccm-cms-types-filestorageitem}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-filestorageitem" value="${deploy.test.dir.ccm-cms-types-filestorageitem}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-filestorageitem" value="${deploy.dir.ccm-cms-types-filestorageitem}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-filestorageitem" value="${deploy.dir.ccm-cms-types-filestorageitem}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-formitem" value="${deploy.webapp.dir}/${apps.ccm-cms-types-formitem.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-formitem" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-formitem" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-formitem" value="${deploy.dir.ccm-cms-types-formitem}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-formitem" value="${deploy.dir.ccm-cms-types-formitem}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-formitem" value="${deploy.dir.ccm-cms-types-formitem}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-formitem" value="${deploy.test.dir.ccm-cms-types-formitem}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-formitem" value="${deploy.dir.ccm-cms-types-formitem}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-formitem" value="${deploy.dir.ccm-cms-types-formitem}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-formsectionitem" value="${deploy.webapp.dir}/${apps.ccm-cms-types-formsectionitem.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-formsectionitem" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-formsectionitem" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-formsectionitem" value="${deploy.dir.ccm-cms-types-formsectionitem}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-formsectionitem" value="${deploy.dir.ccm-cms-types-formsectionitem}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-formsectionitem" value="${deploy.dir.ccm-cms-types-formsectionitem}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-formsectionitem" value="${deploy.test.dir.ccm-cms-types-formsectionitem}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-formsectionitem" value="${deploy.dir.ccm-cms-types-formsectionitem}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-formsectionitem" value="${deploy.dir.ccm-cms-types-formsectionitem}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-glossaryitem" value="${deploy.webapp.dir}/${apps.ccm-cms-types-glossaryitem.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-glossaryitem" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-glossaryitem" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-glossaryitem" value="${deploy.dir.ccm-cms-types-glossaryitem}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-glossaryitem" value="${deploy.dir.ccm-cms-types-glossaryitem}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-glossaryitem" value="${deploy.dir.ccm-cms-types-glossaryitem}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-glossaryitem" value="${deploy.test.dir.ccm-cms-types-glossaryitem}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-glossaryitem" value="${deploy.dir.ccm-cms-types-glossaryitem}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-glossaryitem" value="${deploy.dir.ccm-cms-types-glossaryitem}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-mparticle" value="${deploy.webapp.dir}/${apps.ccm-cms-types-mparticle.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-mparticle" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-mparticle" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-mparticle" value="${deploy.dir.ccm-cms-types-mparticle}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-mparticle" value="${deploy.dir.ccm-cms-types-mparticle}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-mparticle" value="${deploy.dir.ccm-cms-types-mparticle}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-mparticle" value="${deploy.test.dir.ccm-cms-types-mparticle}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-mparticle" value="${deploy.dir.ccm-cms-types-mparticle}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-mparticle" value="${deploy.dir.ccm-cms-types-mparticle}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-newsitem" value="${deploy.webapp.dir}/${apps.ccm-cms-types-newsitem.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-newsitem" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-newsitem" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-newsitem" value="${deploy.dir.ccm-cms-types-newsitem}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-newsitem" value="${deploy.dir.ccm-cms-types-newsitem}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-newsitem" value="${deploy.dir.ccm-cms-types-newsitem}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-newsitem" value="${deploy.test.dir.ccm-cms-types-newsitem}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-newsitem" value="${deploy.dir.ccm-cms-types-newsitem}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-newsitem" value="${deploy.dir.ccm-cms-types-newsitem}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-cms-types-siteproxy" value="${deploy.webapp.dir}/${apps.ccm-cms-types-siteproxy.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-cms-types-siteproxy" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-cms-types-siteproxy" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-cms-types-siteproxy" value="${deploy.dir.ccm-cms-types-siteproxy}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-cms-types-siteproxy" value="${deploy.dir.ccm-cms-types-siteproxy}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-cms-types-siteproxy" value="${deploy.dir.ccm-cms-types-siteproxy}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-cms-types-siteproxy" value="${deploy.test.dir.ccm-cms-types-siteproxy}/classes"/>
|
|
<property name="deploy.api.dir.ccm-cms-types-siteproxy" value="${deploy.dir.ccm-cms-types-siteproxy}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-cms-types-siteproxy" value="${deploy.dir.ccm-cms-types-siteproxy}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-forum" value="${deploy.webapp.dir}/${apps.ccm-forum.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-forum" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-forum" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-forum" value="${deploy.dir.ccm-forum}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-forum" value="${deploy.dir.ccm-forum}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-forum" value="${deploy.dir.ccm-forum}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-forum" value="${deploy.test.dir.ccm-forum}/classes"/>
|
|
<property name="deploy.api.dir.ccm-forum" value="${deploy.dir.ccm-forum}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-forum" value="${deploy.dir.ccm-forum}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-simplesurvey" value="${deploy.webapp.dir}/${apps.ccm-simplesurvey.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-simplesurvey" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-simplesurvey" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-simplesurvey" value="${deploy.dir.ccm-simplesurvey}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-simplesurvey" value="${deploy.dir.ccm-simplesurvey}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-simplesurvey" value="${deploy.dir.ccm-simplesurvey}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-simplesurvey" value="${deploy.test.dir.ccm-simplesurvey}/classes"/>
|
|
<property name="deploy.api.dir.ccm-simplesurvey" value="${deploy.dir.ccm-simplesurvey}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-simplesurvey" value="${deploy.dir.ccm-simplesurvey}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-user-preferences" value="${deploy.webapp.dir}/${apps.ccm-user-preferences.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-user-preferences" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-user-preferences" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-user-preferences" value="${deploy.dir.ccm-user-preferences}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-user-preferences" value="${deploy.dir.ccm-user-preferences}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-user-preferences" value="${deploy.dir.ccm-user-preferences}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-user-preferences" value="${deploy.test.dir.ccm-user-preferences}/classes"/>
|
|
<property name="deploy.api.dir.ccm-user-preferences" value="${deploy.dir.ccm-user-preferences}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-user-preferences" value="${deploy.dir.ccm-user-preferences}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-image-step" value="${deploy.webapp.dir}/${apps.ccm-ldn-image-step.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-image-step" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-image-step" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-image-step" value="${deploy.dir.ccm-ldn-image-step}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-image-step" value="${deploy.dir.ccm-ldn-image-step}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-image-step" value="${deploy.dir.ccm-ldn-image-step}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-image-step" value="${deploy.test.dir.ccm-ldn-image-step}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-image-step" value="${deploy.dir.ccm-ldn-image-step}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-image-step" value="${deploy.dir.ccm-ldn-image-step}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-navigation" value="${deploy.webapp.dir}/${apps.ccm-ldn-navigation.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-navigation" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-navigation" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-navigation" value="${deploy.dir.ccm-ldn-navigation}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-navigation" value="${deploy.dir.ccm-ldn-navigation}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-navigation" value="${deploy.dir.ccm-ldn-navigation}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-navigation" value="${deploy.test.dir.ccm-ldn-navigation}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-navigation" value="${deploy.dir.ccm-ldn-navigation}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-navigation" value="${deploy.dir.ccm-ldn-navigation}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-portal" value="${deploy.webapp.dir}/${apps.ccm-ldn-portal.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-portal" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-portal" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-portal" value="${deploy.dir.ccm-ldn-portal}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-portal" value="${deploy.dir.ccm-ldn-portal}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-portal" value="${deploy.dir.ccm-ldn-portal}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-portal" value="${deploy.test.dir.ccm-ldn-portal}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-portal" value="${deploy.dir.ccm-ldn-portal}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-portal" value="${deploy.dir.ccm-ldn-portal}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-rss" value="${deploy.webapp.dir}/${apps.ccm-ldn-rss.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-rss" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-rss" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-rss" value="${deploy.dir.ccm-ldn-rss}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-rss" value="${deploy.dir.ccm-ldn-rss}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-rss" value="${deploy.dir.ccm-ldn-rss}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-rss" value="${deploy.test.dir.ccm-ldn-rss}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-rss" value="${deploy.dir.ccm-ldn-rss}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-rss" value="${deploy.dir.ccm-ldn-rss}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-search" value="${deploy.webapp.dir}/${apps.ccm-ldn-search.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-search" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-search" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-search" value="${deploy.dir.ccm-ldn-search}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-search" value="${deploy.dir.ccm-ldn-search}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-search" value="${deploy.dir.ccm-ldn-search}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-search" value="${deploy.test.dir.ccm-ldn-search}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-search" value="${deploy.dir.ccm-ldn-search}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-search" value="${deploy.dir.ccm-ldn-search}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-shortcuts" value="${deploy.webapp.dir}/${apps.ccm-ldn-shortcuts.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-shortcuts" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-shortcuts" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-shortcuts" value="${deploy.dir.ccm-ldn-shortcuts}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-shortcuts" value="${deploy.dir.ccm-ldn-shortcuts}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-shortcuts" value="${deploy.dir.ccm-ldn-shortcuts}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-shortcuts" value="${deploy.test.dir.ccm-ldn-shortcuts}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-shortcuts" value="${deploy.dir.ccm-ldn-shortcuts}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-shortcuts" value="${deploy.dir.ccm-ldn-shortcuts}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-subsite" value="${deploy.webapp.dir}/${apps.ccm-ldn-subsite.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-subsite" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-subsite" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-subsite" value="${deploy.dir.ccm-ldn-subsite}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-subsite" value="${deploy.dir.ccm-ldn-subsite}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-subsite" value="${deploy.dir.ccm-ldn-subsite}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-subsite" value="${deploy.test.dir.ccm-ldn-subsite}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-subsite" value="${deploy.dir.ccm-ldn-subsite}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-subsite" value="${deploy.dir.ccm-ldn-subsite}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-terms" value="${deploy.webapp.dir}/${apps.ccm-ldn-terms.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-terms" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-terms" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-terms" value="${deploy.dir.ccm-ldn-terms}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-terms" value="${deploy.dir.ccm-ldn-terms}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-terms" value="${deploy.dir.ccm-ldn-terms}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-terms" value="${deploy.test.dir.ccm-ldn-terms}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-terms" value="${deploy.dir.ccm-ldn-terms}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-terms" value="${deploy.dir.ccm-ldn-terms}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-theme" value="${deploy.webapp.dir}/${apps.ccm-ldn-theme.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-theme" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-theme" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-theme" value="${deploy.dir.ccm-ldn-theme}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-theme" value="${deploy.dir.ccm-ldn-theme}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-theme" value="${deploy.dir.ccm-ldn-theme}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-theme" value="${deploy.test.dir.ccm-ldn-theme}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-theme" value="${deploy.dir.ccm-ldn-theme}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-theme" value="${deploy.dir.ccm-ldn-theme}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-ldn-util" value="${deploy.webapp.dir}/${apps.ccm-ldn-util.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-ldn-util" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-ldn-util" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-ldn-util" value="${deploy.dir.ccm-ldn-util}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-ldn-util" value="${deploy.dir.ccm-ldn-util}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-ldn-util" value="${deploy.dir.ccm-ldn-util}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-ldn-util" value="${deploy.test.dir.ccm-ldn-util}/classes"/>
|
|
<property name="deploy.api.dir.ccm-ldn-util" value="${deploy.dir.ccm-ldn-util}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-ldn-util" value="${deploy.dir.ccm-ldn-util}/WEB-INF/bin"/>
|
|
<property name="deploy.dir.ccm-shp-aplaws" value="${deploy.webapp.dir}/${apps.ccm-shp-aplaws.webapp.name}"/>
|
|
<property name="deploy.classes.dir.ccm-shp-aplaws" value="${deploy.shared.classes.dir}"/>
|
|
<property name="deploy.lib.dir.ccm-shp-aplaws" value="${deploy.shared.lib.dir}"/>
|
|
<property name="deploy.src.dir.ccm-shp-aplaws" value="${deploy.dir.ccm-shp-aplaws}/WEB-INF/src"/>
|
|
<property name="deploy.doc.dir.ccm-shp-aplaws" value="${deploy.dir.ccm-shp-aplaws}/WEB-INF/doc"/>
|
|
<property name="deploy.test.dir.ccm-shp-aplaws" value="${deploy.dir.ccm-shp-aplaws}/WEB-INF/test"/>
|
|
<property name="deploy.test.classes.dir.ccm-shp-aplaws" value="${deploy.test.dir.ccm-shp-aplaws}/classes"/>
|
|
<property name="deploy.api.dir.ccm-shp-aplaws" value="${deploy.dir.ccm-shp-aplaws}/WEB-INF/api"/>
|
|
<property name="deploy.bin.dir.ccm-shp-aplaws" value="${deploy.dir.ccm-shp-aplaws}/WEB-INF/bin"/>
|
|
<condition value="file://${ccm.home}/conf/log4j.xml" property="log4j.configuration.sysproperty">
|
|
<and>
|
|
<not>
|
|
<isset property="log4j.configuration.sysproperty"/>
|
|
</not>
|
|
<available file="${ccm.home}/conf/log4j.xml"/>
|
|
</and>
|
|
</condition>
|
|
<condition value="file://${ccm.home}/conf/log4j.properties" property="log4j.configuration.sysproperty">
|
|
<and>
|
|
<not>
|
|
<isset property="log4j.configuration.sysproperty"/>
|
|
</not>
|
|
<available file="${ccm.home}/conf/log4j.properties"/>
|
|
</and>
|
|
</condition>
|
|
<condition value="/log4j.properties" property="log4j.configuration.sysproperty">
|
|
<and>
|
|
<not>
|
|
<isset property="log4j.configuration.sysproperty"/>
|
|
</not>
|
|
</and>
|
|
</condition>
|
|
</target>
|
|
<target description="Displays usage help" name="usage">
|
|
<echo message="Run 'ant -projecthelp' for a list of targets. See ant.apache.org for more information on Ant."/>
|
|
</target>
|
|
</project>
|