You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/05 04:14:34 UTC

svn commit: r209180 - /maven/continuum/trunk/continuum-site/src/site/apt/error-states.apt

Author: jvanzyl
Date: Mon Jul  4 19:14:32 2005
New Revision: 209180

URL: http://svn.apache.org/viewcvs?rev=209180&view=rev
Log:
o starting to add the error states that are possible

Added:
    maven/continuum/trunk/continuum-site/src/site/apt/error-states.apt

Added: maven/continuum/trunk/continuum-site/src/site/apt/error-states.apt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/apt/error-states.apt?rev=209180&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/apt/error-states.apt (added)
+++ maven/continuum/trunk/continuum-site/src/site/apt/error-states.apt Mon Jul  4 19:14:32 2005
@@ -0,0 +1,33 @@
+ ------
+ Continuum Error States
+ ------
+ Jason van Zyl
+ ------
+
+Continuum Error Cases
+
+ This attempts to be a full catalog of all the things that could wrong while
+ running Continuum. We catalog in an attempt to accurate trap the errors so we
+ can report useful information back to the user.
+ 
+* Maven 2.x
+
+ * m2 POM imported lacks an <<<scm>>> element
+ 
+ * m2 POM imported lacks a <<<ciManagement>>> element
+
+ * Missing <<<m2>>> executable or it is not in the path
+
+* Maven 1.0 - 1.0.2
+
+ * m2 POM imported lacks a <<<repository>>> element
+ 
+ * m1 POM imported lacks a <<<nagEmailAddress>>> element
+
+ * Missing <<<maven>>> executable or it is not in the path
+ 
+* Ant
+
+ * Missing <<<ant>>> executable or it is not in the path
+
+* Shell