Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1680 - in development/main/home/transit: plugin tools

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1680 - in development/main/home/transit: plugin tools
  • Date: Tue, 01 Feb 2005 10:05:16 +0100

Author: mcconnell
Date: Tue Feb 1 10:05:15 2005
New Revision: 1680

Modified:
development/main/home/transit/plugin/build.xml
development/main/home/transit/tools/ (props changed)
development/main/home/transit/tools/build.xml
Log:
housekeeping

Modified: development/main/home/transit/plugin/build.xml
==============================================================================
--- development/main/home/transit/plugin/build.xml (original)
+++ development/main/home/transit/plugin/build.xml Tue Feb 1 10:05:15
2005
@@ -27,21 +27,6 @@

<echo>VERSION: ${project.version}</echo>
<echo>HOME: ${dpml.home}</echo>
- <property name="dpml.cache" value="${dpml.home}/cache"/>
- <echo>CACHE: ${dpml.cache}</echo>
-
- <path id="project.main.path">
- <pathelement
location="${dpml.cache}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"/>
- <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-criteria-${project.version}.jar"/>
- <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-i18n-${project.version}.jar"/>
- <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-exception-${project.version}.jar"/>
- <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-cli-${project.version}.jar"/>
- <pathelement
location="${dpml.cache}/commons-cli/jars/commons-cli-1.0.jar"/>
- <pathelement location="${target.classes.dir}"/>
- </path>
-
- <pathconvert pathsep=", " property="thepath" refid="project.main.path"/>
- <echo>PATH: ${thepath}</echo>

<filter token="TRANSIT-PLUGIN-URI"

value="artifact:plugin:dpml/transit/dpml-transit-plugin#${project.version}" />
@@ -56,7 +41,23 @@

value="$DPML_HOME\local/${project.version}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"
/>
</target>

- <target name="prepare" depends="standard.prepare">
+ <target name="setup-path" depends="init">
+ <echo>$$$$$$$$$$$$$$$</echo>
+ <property name="dpml.cache" value="${dpml.home}/cache"/>
+ <echo>CACHE: ${dpml.cache}</echo>
+ <path id="project.main.path">
+ <pathelement
location="${dpml.cache}/dpml/transit/jars/dpml-transit-main-${project.version}.jar"/>
+ <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-criteria-${project.version}.jar"/>
+ <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-i18n-${project.version}.jar"/>
+ <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-exception-${project.version}.jar"/>
+ <pathelement
location="${dpml.cache}/dpml/util/jars/dpml-util-cli-${project.version}.jar"/>
+ <pathelement
location="${dpml.cache}/commons-cli/jars/commons-cli-1.0.jar"/>
+ <pathelement location="${target.classes.dir}"/>
+ </path>
+
+ </target>
+
+ <target name="prepare" depends="setup-path,standard.prepare">
<copy toDir="${target.dir}/bin" filtering="on" failonerror="false"
overwrite="true">
<fileset dir="${etc}/bin">
<include name="**/*"/>
@@ -65,6 +66,11 @@
</target>

<target name="build" depends="standard.build">
+
+ <echo>#####################</echo>
+ <pathconvert pathsep=", " property="thepath" refid="project.main.path"/>
+ <echo>PATH: ${thepath}</echo>
+
<property name="plugins"
location="${basedir}/target/deliverables/plugins"/>
<mkdir dir="${plugins}"/>
<echo file="${plugins}/dpml-transit-plugin-${project.version}.plugin">

Modified: development/main/home/transit/tools/build.xml
==============================================================================
--- development/main/home/transit/tools/build.xml (original)
+++ development/main/home/transit/tools/build.xml Tue Feb 1 10:05:15
2005
@@ -23,7 +23,7 @@
<property file="build.properties"/>
<import file="${transit.home}/standard.xml"/>

- <target name="init" depends="standard.init">
+ <target name="setup-path" depends="init">
<path id="project.main.path">
<pathelement
location="${dpml.home}/cache/dpml/transit/jars/${dpml-transit-handler.filename}"/>
<pathelement location="${target.classes.dir}"/>



  • svn commit: r1680 - in development/main/home/transit: plugin tools, mcconnell, 02/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page