Author: tfischer
Date: Thu Sep 27 19:30:11 2012
New Revision: 1391178
URL: http://svn.apache.org/viewvc?rev=1391178&view=rev
Log:
TORQUE-225 explain build system changes
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/migration-from-torque-3.xml
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/migration-from-torque-3.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/migration-from-torque-3.xml?rev=1391178&r1=1391177&r2=1391178&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/migration-from-torque-3.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/migration-from-torque-3.xml
Thu Sep 27 19:30:11 2012
@@ -110,8 +110,16 @@
</p>
<p>
Then, change your project's build system to use Torque 4 instead of
- Torque 3. Then build your application. If your application compiles,
- chances are that your application is ok.
+ Torque 3. This is best done by glancing through the ORM part of the
+ tutorial and checking your settings against the settings described
there.
+ For example, the versions of the maven artifacts have changed,
+ an ant build must now use the torque-ant-tasks lib instead of
+ using the generator directly, and the configuration and available goals
+ of the maven plugin have changed.
+ </p>
+ <p>
+ After changing your build setup, build your application.
+ If your application compiles, chances are that your application is ok.
</p>
<p>
Finally, test your application thoroughly. Though
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]