Author: rgardler
Date: Sat Oct 29 00:07:22 2011
New Revision: 1190697

URL: http://svn.apache.org/viewvc?rev=1190697&view=rev
Log:
Don't clean the db anymore

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext?rev=1190697&r1=1190696&r2=1190697&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext Sat Oct 29 
00:07:22 2011
@@ -45,7 +45,7 @@ On Windows this is normally found at C:\
 You can start Wookie in debug mode using JDSPA with the following command:
 
 
-    ant -Djvmargs="-Xdebug 
-Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=n" clean-db run
+    ant -Djvmargs="-Xdebug 
-Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=n" run
 
 Once Wookie is running in debug mode you need to connect to it using your 
chosen debugger.
 


Reply via email to