jvanzyl 01/05/13 19:19:52
Modified: docs/howto tdk-howto.html
Log:
- updated to howto, you can bypass the 'create-database' target
if you want to created the database yourself.
Revision Changes Path
1.3 +16 -2 jakarta-turbine/docs/howto/tdk-howto.html
Index: tdk-howto.html
===================================================================
RCS file: /home/cvs/jakarta-turbine/docs/howto/tdk-howto.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tdk-howto.html 2001/05/13 22:29:19 1.2
+++ tdk-howto.html 2001/05/14 02:19:52 1.3
@@ -306,6 +306,10 @@
./build.sh
+or
+
+ant (If you have a correctly configured Ant installation)
+
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
</tr>
@@ -334,8 +338,18 @@
</p>
<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>
6. Your first Turbine app has now been created! go back to the root directory
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]