diff --git a/tools-ng/common/README b/tools-ng/common/README new file mode 100644 index 000000000..ab5a91047 --- /dev/null +++ b/tools-ng/common/README @@ -0,0 +1,29 @@ +tools-ng/common + +Next Generation Tools +Tools for development, installation and maintenance of +new CCM / APLAWS, standards compliant deployment and execution context. + +Subdir common contains directories and files, used by the development +environment(s) as well as user installation and deployment scripts + +CURRENTLY EVERYTHING HERE IS WORK IN PROGRESS + +classes/ + + +lib/ + Set of jar-files used by several tools (esp. to process xml files) + and required files vor compilation (e.g. servlet API, JDBC drivers, etc) + +src/ + + +xsd/ + + +xsl/ + + +README + This file diff --git a/tools-ng/dev-lib/README b/tools-ng/dev-lib/README new file mode 100644 index 000000000..f80addee7 --- /dev/null +++ b/tools-ng/dev-lib/README @@ -0,0 +1,4 @@ +dev-lib/ + set of files requirred by + either the test runtime environment + or the compiler to do its work (e.g. jdbc drivers) diff --git a/tools-ng/dev-lib/ojdbc14.jar b/tools-ng/dev-lib/ojdbc14.jar new file mode 100644 index 000000000..6d87bf5df Binary files /dev/null and b/tools-ng/dev-lib/ojdbc14.jar differ diff --git a/tools-ng/dev-lib/postgresql-jdbc-8.2.506.jar b/tools-ng/dev-lib/postgresql-jdbc-8.2.506.jar new file mode 100644 index 000000000..85d5d0818 Binary files /dev/null and b/tools-ng/dev-lib/postgresql-jdbc-8.2.506.jar differ diff --git a/tools-ng/common/lib/servlet-2.3.jar b/tools-ng/dev-lib/servlet-2.3.jar similarity index 100% rename from tools-ng/common/lib/servlet-2.3.jar rename to tools-ng/dev-lib/servlet-2.3.jar diff --git a/tools-ng/ecdc/build.xml b/tools-ng/ecdc/build.xml index 8293d2856..eb6276bb4 100644 --- a/tools-ng/ecdc/build.xml +++ b/tools-ng/ecdc/build.xml @@ -1,6 +1,6 @@ - + Structured and DB backed Content and Collaboration Management System @@ -51,16 +51,16 @@ - - + - - - + + + + You may not have been executed the preparational steps: - -- configure (to create the compile/build/deploy/etc scripts + - - configure (to create the compile/build/deploy/etc scripts diff --git a/tools-ng/ecdc/scriptlib/build-ccm.xml b/tools-ng/ecdc/scriptlib/build-ccm.xml index 810315260..9f37f1415 100644 --- a/tools-ng/ecdc/scriptlib/build-ccm.xml +++ b/tools-ng/ecdc/scriptlib/build-ccm.xml @@ -11,7 +11,7 @@ - Loading bundle ${bundle.folder} into ${ccm.home} + Loading bundle ${ccm.bundle.folder} into ${ccm.home} diff --git a/tools-ng/ecdc/scriptlib/build-common.xml b/tools-ng/ecdc/scriptlib/build-common.xml index 8affd0662..7fcde6e1e 100644 --- a/tools-ng/ecdc/scriptlib/build-common.xml +++ b/tools-ng/ecdc/scriptlib/build-common.xml @@ -10,9 +10,15 @@ + + + + + + + requirred defaults from ecdc directory --> @@ -22,7 +28,6 @@ - @@ -34,6 +39,8 @@ + diff --git a/tools-ng/ecdc/scriptlib/build-configure.xml b/tools-ng/ecdc/scriptlib/build-configure.xml index 1623da325..f6d2821da 100644 --- a/tools-ng/ecdc/scriptlib/build-configure.xml +++ b/tools-ng/ecdc/scriptlib/build-configure.xml @@ -23,12 +23,13 @@ - - - - - + + + Validating the schema of project.xml successful + + + @@ -60,10 +61,10 @@ to include into the classpath for each module included in the project (~/build/classes ~/build/sql ~/lib ~/pdl ) --> diff --git a/tools-ng/ecdc/scriptlib/build-runtime.xml b/tools-ng/ecdc/scriptlib/build-runtime.xml index eca3b51c7..26e289217 100644 --- a/tools-ng/ecdc/scriptlib/build-runtime.xml +++ b/tools-ng/ecdc/scriptlib/build-runtime.xml @@ -1,12 +1,12 @@ + webapp.dist.dir distribution dir for ccm web application --> @@ -25,6 +25,10 @@ + +