- fixed a defect causing the OM classes to be regenerated every time

- fixed a bad reference to the plugin.properties file.  This was due to
  a slight change in the plugin's directory name after the move into
  the maven cvs repo
- Removed the annoying echo messages telling the user what the plugin
  is doing.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
quintonm 2003-02-27 16:45:42 +00:00
parent a242b819c4
commit df558cc6bb

View File

@ -40,7 +40,7 @@
Note: I have no idea why this file is not already processed by the plugin..
-->
<property file="${maven.home}/plugins/maven-torque-plugin-3.1-dev/plugin.properties"/>
<property file="${maven.home}/plugins/maven-torque-plugin-3.1/plugin.properties"/>
<!-- Define all of the tasks -->
<taskdef
@ -97,9 +97,7 @@
<j:choose>
<j:when test="${torque.internal.sql.uptodate}">
<echo>
Schema files have not changed since last generation.
</echo>
<echo>Schema files have not changed since last generation.</echo>
</j:when>
<j:otherwise>
<attainGoal name="torque:sql-generate"/>
@ -131,15 +129,6 @@
name="torque:sql-generate"
prereqs="torque:init">
<echo>
+------------------------------------------+
| |
| Generating SQL for YOUR Torque project! |
| Woo hoo! |
| |
+------------------------------------------+
</echo>
<j:choose>
<j:when test="${torque.useClasspath}">
<torque-sql
@ -192,10 +181,8 @@
prereqs="torque:init, torque:om-check">
<j:choose>
<j:when test="torque.internal.om.uptodate">
<echo>
Schema files have not changed since last generation.
</echo>
<j:when test="${torque.internal.om.uptodate}">
<echo>Schema files have not changed since last generation.</echo>
</j:when>
<j:otherwise>
<attainGoal name="torque:om-generate"/>
@ -227,15 +214,6 @@
name="torque:om-generate"
prereqs="torque:init">
<echo>
+------------------------------------------+
| |
| Generating Peer-based Object Model for |
| YOUR Torque project! Woo hoo! |
| |
+------------------------------------------+
</echo>
<j:choose>
<j:when test="${torque.useClasspath}">
<torque-data-model
@ -282,15 +260,6 @@
description="Generates the DATA DTD for your project"
prereqs="torque:init">
<echo>
+-----------------------------------------------+
| |
| Generating Data DTD for YOUR Torque project! |
| Woo hoo! |
| |
+-----------------------------------------------+
</echo>
<torque-data-model
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.dataDtd}"
@ -312,15 +281,6 @@
description="dump data from database into xml file"
prereqs="torque:init">
<echo>
+-----------------------------------------------+
| |
| Dumping the data from database into XML |
| Woo hoo! |
| |
+-----------------------------------------------+
</echo>
<torque-data-dump
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.dataDump}"
@ -347,15 +307,6 @@
description="generates sql from data xml"
prereqs="torque:init">
<echo>
+-----------------------------------------------+
| |
| Generating SQL from data XML ! |
| Woo hoo! |
| |
+-----------------------------------------------+
</echo>
<torque-data-sql
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.dataSql}"
@ -439,15 +390,6 @@
description="Generates documentation for your datamodel"
prereqs="torque:init">
<echo>
+------------------------------------------+
| |
| Generating docs for YOUR datamodel! |
| Woo hoo! |
| |
+------------------------------------------+
</echo>
<torque-doc
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.doc}"
@ -474,15 +416,6 @@
description="jdbc to xml"
prereqs="torquwe:init">
<echo>
+-----------------------------------------------+
| |
| Generating XML from JDBC connection ! |
| Woo hoo! |
| |
+-----------------------------------------------+
</echo>
<torque-jdbc-transform
dbDriver="${torque.database.driver}"
dbPassword="${torque.database.password}"
@ -526,15 +459,6 @@
description="generates initialization sql for ID Broker"
prereqs="torque:init">
<echo>
+------------------------------------------+
| |
| Generating initialization SQL |
| for ID Broker system! |
| |
+------------------------------------------+
</echo>
<torque-sql
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.idTable}"
@ -585,15 +509,6 @@
prereqs="check-om-zip"
description="Moves source om files to separate jar and out of the source tree">
<echo>
+------------------------------------------+
| |
| Zipping the Object Model files for YOUR |
| Torque project! Woo hoo! |
| |
+------------------------------------------+
</echo>
<!-- Perform the package to path converison. -->
<torque-package-to-path
name="torque.internal.omzip.packagePath"
@ -715,14 +630,6 @@
description="Generates the repository for ojb (experimental)"
prereqs="torque:init">
<echo>
+------------------------------------------+
| |
| Generating OJB repository |
| |
+------------------------------------------+
</echo>
<torque-data-model
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.ojb}"
@ -746,14 +653,6 @@
description="Generates an object model for ojb (experimental)"
prereqs="torque:init">
<echo>
+------------------------------------------+
| |
| Generating OJB model |
| |
+------------------------------------------+
</echo>
<torque-data-model
contextProperties="${torque.contextProperties}"
controlTemplate="${torque.template.ojbModel}"