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/10/27 12:27:58 UTC

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

Author: evenisse
Date: Thu Oct 27 03:27:52 2005
New Revision: 328849

URL: http://svn.apache.org/viewcvs?rev=328849&view=rev
Log:
Add more infos for successful build detection

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=328849&r1=328848&r2=328849&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml (original)
+++ maven/continuum/trunk/continuum-site/src/site/fml/faqs.fml Thu Oct 27 03:27:52 2005
@@ -26,6 +26,12 @@
         <p>
           Continuum uses the command line return code for detecting a successful or failed execution.
         </p>
+        <p>
+          If you use maven 1.0.2 or ant, you need to add at the end of maven.bat and ant.bat, the following command :
+        </p>
+        <pre>
+exit /B errorlevel
+        </pre>
       </answer>
     </faq>
   </part>