Author: tfischer
Date: Sun Nov 4 03:18:45 2007
New Revision: 591759
URL: http://svn.apache.org/viewvc?rev=591759&view=rev
Log:
Added the attribute delimiterType for the sqlExec goal.
Sorry, some files got interchanged with last commit.
Modified:
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java
db/torque/site/trunk/xdocs/changes.xml
Modified:
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java?rev=591759&r1=591758&r2=591759&view=diff
==============================================================================
---
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java
(original)
+++
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java
Sun Nov 4 03:18:45 2007
@@ -135,6 +135,8 @@
if (file.exists())
{
+ System.out.println("SqlDbMap already exists at location "
+ + file.getAbsolutePath());
FileInputStream fis = new FileInputStream(file);
sqldbmap.load(fis);
fis.close();
@@ -159,6 +161,11 @@
}
sqldbmap.setProperty(sqlFile, databaseName);
+ System.out.println("Adding property "
+ + sqlFile
+ + " with value "
+ + databaseName
+ + " to SqlDbMap");
}
sqldbmap.store(new FileOutputStream(getSqlDbMap()),
Modified: db/torque/site/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/changes.xml?rev=591759&r1=591758&r2=591759&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Sun Nov 4 03:18:45 2007
@@ -31,6 +31,9 @@
<body>
<release version="3.3-RC3" date="in SVN">
+ <action type="add" dev="tfischer">
+ Maven 2 plugin: Added the attribute delimiterType for the sqlExec goal.
+ </action>
<action type="change" dev="tfischer">
Maven 2 plugin: changed the default value of the parameter
"suffix" in the id-table-init-sql goal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]