jvanzyl 01/05/13 18:32:33
Modified: xdocs/howto tdk-howto.xml
Log:
- adding a note about how to have the 'create-database' target skipped
during the application initialization phase.
Revision Changes Path
1.2 +17 -2 jakarta-turbine/xdocs/howto/tdk-howto.xml
Index: tdk-howto.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine/xdocs/howto/tdk-howto.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tdk-howto.xml 2001/05/13 05:23:24 1.1
+++ tdk-howto.xml 2001/05/14 01:32:33 1.2
@@ -115,6 +115,10 @@
./build.sh
+or
+
+ant (If you have a correctly configured Ant installation)
+
]]></source>
<p>
@@ -137,8 +141,19 @@
<p>
5. Go to the directory "/TDKROOT/webapps/APPNAME/WEB-INF/build" and run the
-command "./build.sh init" This command MUST BE RUN before attempting to use
-the TDK. It creates the database tables and OM classes for accessing them.
+command "./build.sh init" This command <strong>must be run</strong> before
+attempting to use the TDK. It creates the database tables and OM
+classes for accessing them.
+</p>
+
+<p>
+NOTE
+<br/>
+For Oracle and Sybase users it is often common that the database
+has already been created: if this is the case then by setting the
+<strong>database.manual.creation</strong> property in your project
+properties file you can force the 'create-database' target to
+be skipped.
</p>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]