You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/02/24 08:44:52 UTC

svn commit: r915714 - in /db/torque/torque4/trunk/torque-site/src/site/xdoc: developer-info/developer-guide.xml status.xml

Author: tfischer
Date: Wed Feb 24 07:44:52 2010
New Revision: 915714

URL: http://svn.apache.org/viewvc?rev=915714&view=rev
Log:
small typo and layout fixes

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
    db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml?rev=915714&r1=915713&r2=915714&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/developer-guide.xml Wed Feb 24 07:44:52 2010
@@ -35,7 +35,7 @@
       <p>
         The Torque build process uses 
         <a href="http://maven.apache.org">Maven 2</a>.
-        You need ton install Maven 2 in order to be able to build torque.
+        You need to install Maven 2 in order to be able to build torque.
         Then, you need to check out the <code>torque4/trunk</code> 
         part of the <code>db/torque</code> SVN repository.
         Please read the <a href="subversion.html">Torque Subversion</a> page
@@ -45,8 +45,9 @@
       <subsection name="Command line build">
         <p>
           Change into the directory torque-maven-parent in your local copy
-          of the torque 4 trunk. Run "mvn install". The runtime, generator,
-          templates and maven 2 plugin will be built in turn and installed
+          of the torque 4 trunk. Run <code>mvn install</code>.
+          The runtime, generator, templates and maven 2 generator plugin
+          will be built in turn and installed
           in your local maven 2 repository.
         </p>
       </subsection>
@@ -55,8 +56,9 @@
         <p>
           Change into the directory torque-maven-parent in your local copy
           of the torque 4 trunk. Run 
-          "mvn eclipse:configure-workspace install eclipse:clean eclipse:eclipse".
-          Change into ../torque-test and run "mvn eclipse:clean eclipse:eclipse".
+          <code>mvn eclipse:configure-workspace install eclipse:clean eclipse:eclipse</code>.
+          Change into ../torque-test and run 
+          <code>mvn -Pmysql eclipse:clean eclipse:eclipse</code>.
           Then start eclipse, and open the directoy you checked out from svn
           as eclipse workspace. Create the projects "torque-runtime", 
           "torque-maven-parent", "maven-torque-plugin", "torque-generator"

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml?rev=915714&r1=915713&r2=915714&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/status.xml Wed Feb 24 07:44:52 2010
@@ -41,7 +41,7 @@
         <p>
           The generator was replaced with a brand-new general purpose code
           generator. The templates have been adopted to match this change.
-          A new maven2 plugin untegrates the new generator in a maven 2 build.
+          A new maven2 plugin integrates the new generator in a maven 2 build.
           Known issues are:
         </p>
         <ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org