mpoeschl 2002/10/24 13:47:56
Modified: src/conf build-torque.xml
xdocs changes.xml
Log:
TRQS40: id-table-init-sql creates empty .sql file
Revision Changes Path
1.55 +1 -1 jakarta-turbine-torque/src/conf/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- build-torque.xml 5 Oct 2002 15:32:26 -0000 1.54
+++ build-torque.xml 24 Oct 2002 20:47:55 -0000 1.55
@@ -401,7 +401,7 @@
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.idTable}"
outputDirectory="${torque.sql.dir}"
- outputFile="${torque.database}-id-table-init.sql"
+ outputFile="report.idtable-init.sql.generation"
sqldbmap="${torque.sql.dir}/sqldb.map"
suffix="-idtable-init"
targetDatabase="${torque.database}"
1.41 +10 -0 jakarta-turbine-torque/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/xdocs/changes.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- changes.xml 24 Oct 2002 16:18:40 -0000 1.40
+++ changes.xml 24 Oct 2002 20:47:56 -0000 1.41
@@ -21,6 +21,13 @@
TRQ41: make getPrimaryKey return ObjectKey but getPkField return the type
it is.
</li>
+ <li>
+ TRQS37: Torque 3.0 doesn't work with Intake in Turbine 2.x's Retrievable
+ interface. Added a property <code>torque.retrievableInterface</code>
+ (defaults to the turbine-2 version). <br/>
+ Fulcrum users have to set the property to
+ <code>org.apache.fulcrum.intake.Retrievable</code>
+ </li>
</ul>
</p>
</subsection>
@@ -90,6 +97,9 @@
</li>
<li>
TRQS15: Torque gererated code does not compile
+ </li>
+ <li>
+ TRQS40: id-table-init-sql creates empty .sql file
</li>
<li>
bugzilla #12626: Peer.vm was missing the DateKey import.
--
To unsubscribe, e-mail: <mailto:turbine-torque-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-dev-help@;jakarta.apache.org>