You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/12/01 14:24:15 UTC

svn commit: r350245 - /maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml

Author: evenisse
Date: Thu Dec  1 05:24:09 2005
New Revision: 350245

URL: http://svn.apache.org/viewcvs?rev=350245&view=rev
Log:
Add comment from CONTINUUM-454 for continuum running as service for continuum previous to continuum 1.0.2

Modified:
    maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml

Modified: maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml?rev=350245&r1=350244&r2=350245&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml (original)
+++ maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml Thu Dec  1 05:24:09 2005
@@ -34,11 +34,17 @@
         </source>
         <p>
         If your bat file contains at the end an exit /B, this line must be copy before it.
-        You must add too, at the begin of $CONTINUUM/bin/win32/run.bat, the following lines :
+        You must add too, at the begin of $CONTINUUM/bin/win32/run.bat, the following lines if you run Continuum from command line :
         </p>
         <source>
 @echo off
 set MAVEN_TERMINATE_CMD=on
+        </source>
+        <p>
+        or this line in wrapper.conf, if you run Continuum as a service (works too with command line) :
+        </p>
+        <source>
+set.MAVEN_TERMINATE_CMD=on
         </source>
       </answer>
     </faq>