mpoeschl 2003/08/01 10:47:01
Modified: . build-test.xml
src/generator/src/conf build-torque.xml
Log:
change output path for the datadtd task to the schema dir (where the datasql task
looks for it)
Revision Changes Path
1.47 +0 -3 db-torque/build-test.xml
Index: build-test.xml
===================================================================
RCS file: /home/cvs/db-torque/build-test.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- build-test.xml 1 Aug 2003 07:14:04 -0000 1.46
+++ build-test.xml 1 Aug 2003 17:47:01 -0000 1.47
@@ -183,9 +183,6 @@
<target
name="test-datasql">
<copy
- todir="${torque.distDir}/schema/"
- file="${torque.distDir}/src/bookstore-data.dtd"/>
- <copy
tofile="${torque.distDir}/schema/bookstore-data.xml"
file="${torque.distDir}/src/bookstore-bookstore-all-data.xml"/>
<ant
1.7 +1 -1 db-torque/src/generator/src/conf/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/conf/build-torque.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build-torque.xml 18 Jul 2003 22:03:16 -0000 1.6
+++ build-torque.xml 1 Aug 2003 17:47:01 -0000 1.7
@@ -450,7 +450,7 @@
<torque-data-model
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.dataDtd}"
- outputDirectory="${torque.output.dir}"
+ outputDirectory="${torque.schema.dir}"
outputFile="report.${torque.project}.datadtd.generation"
templatePath="${torque.templatePath}"
useClasspath="${torque.useClasspath}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]