Scarab commit: svn commit: r11219 - trunk: site/fml www/book

[email protected] Fri, 4 May 2012 01:43:18 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: mcoss
Date: 2012-05-04 01:43:18-0700
New Revision: 11219

Modified:
   trunk/site/fml/faq.fml
   trunk/www/book/maven-en.xml

Log:
FIX - Call phase initialize for scarab:create-db.

Modified: trunk/site/fml/faq.fml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/site/fml/faq.fml?view=diff&pathrev=11219&r1=11218&r2=11219
==============================================================================
--- trunk/site/fml/faq.fml	(original)
+++ trunk/site/fml/faq.fml	2012-05-04 01:43:18-0700
@@ -161,7 +161,7 @@
 </p>
       
 <p>
-NOTE: Sometimes it may be useful to use "mvn scarab:create-db" rather than any script
+NOTE: Sometimes it may be useful to use "mvn initialize scarab:create-db" rather than any script
       to diagnose connection issues since this Mojo uses jdbc and the same URL
       that Scarab does while running.
  

Modified: trunk/www/book/maven-en.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/book/maven-en.xml?view=diff&pathrev=11219&r1=11218&r2=11219
==============================================================================
--- trunk/www/book/maven-en.xml	(original)
+++ trunk/www/book/maven-en.xml	2012-05-04 01:43:18-0700
@@ -48,7 +48,7 @@
 					<simpara>Configure your <computeroutput>build.properties</computeroutput> to contain at least the correct <computeroutput>scarab.database.type</computeroutput> value.</simpara>
 				</listitem>
 				<listitem>
-					<simpara>mvn scarab:create-db (make sure you choose the same database than before!!)</simpara>
+					<simpara>mvn initialize scarab:create-db (make sure you choose the same database than before!!)</simpara>
 				</listitem>
 				<listitem>
 					<simpara>mvn test</simpara>

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2957572