hammant 2003/01/12 02:28:05
Modified: db build.xml
Log:
Attempt to fix gump issue.
Revision Changes Path
1.65 +5 -7 jakarta-avalon-apps/db/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-apps/db/build.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- build.xml 12 Jan 2003 10:19:06 -0000 1.64
+++ build.xml 12 Jan 2003 10:28:05 -0000 1.65
@@ -57,7 +57,7 @@
<pathelement path="../common/lib/excalibur-altrmi-common-0.7.jar" />
<pathelement path="../common/lib/excalibur-altrmi-client-interfaces-0.7.jar" />
<pathelement path="../common/lib/excalibur-altrmi-client-impl-0.7.jar" />
- <pathelement path="build/genclasses" />
+ <pathelement path="${build.dir}/genclasses" />
</path>
<path id="tools.class.path">
@@ -115,8 +115,8 @@
<target name="compile">
<mkdir dir="${build.classes}"/>
- <mkdir dir="build/genjava"/>
- <mkdir dir="build/genclasses"/>
+ <mkdir dir="${build.dir}/genjava"/>
+ <mkdir dir="${build.dir}/genclasses"/>
<available classname="electric.registry.Registry"
classpathref="project.class.path"
@@ -151,17 +151,15 @@
unless="jdbc30.present" />
<exclude name="org/apache/avalon/db/transport/cmdstream/client/jdbc2x/**"
if="jdbc30.present" />
- <exclude name="org/apache/avalon/db/transport/soap/client/glue/**"
- unless="glue.present" />
<exclude name="org/apache/avalon/db/test/TestGUI.java"
unless="DocumentBuilderFactory.present" />
<exclude name="org/apache/avalon/db/**LXSQL**"
unless="DocumentBuilderFactory.present" />
</javac>
- <altrmiproxies genname="AvalonDB" srcgendir="build/genjava"
+ <altrmiproxies genname="AvalonDB" srcgendir="${build.dir}/genjava"
interfaces="org.apache.avalon.db.services.DatabaseManager"
- classgendir="build/genclasses">
+ classgendir="${build.dir}/genclasses">
<classpath>
<pathelement
location="../common/lib/excalibur-altrmi-client-interfaces-0.8a.jar"/>
<pathelement
location="../common/lib/excalibur-altrmi-client-impl-0.8a.jar"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>