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/31 11:43:07 UTC

svn commit: r329795 - /maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java

Author: evenisse
Date: Mon Oct 31 02:43:03 2005
New Revision: 329795

URL: http://svn.apache.org/viewcvs?rev=329795&view=rev
Log: (empty)

Modified:
    maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java

Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java?rev=329795&r1=329794&r2=329795&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java (original)
+++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java Mon Oct 31 02:43:03 2005
@@ -351,10 +351,10 @@
         {
             Project project = store.getProject( projectId );
 
-            if ( project.getState != ContinuumProjectState.NEW &&
-                 project.getState != ContinuumProjectState.SUCCESS &&
-                 project.getState != ContinuumProjectState.FAILURE &&
-                 project.getState != ContinuumProjectState.ERROR )
+            if ( project.getState() != ContinuumProjectState.NEW &&
+                 project.getState() != ContinuumProjectState.OK &&
+                 project.getState() != ContinuumProjectState.FAILED &&
+                 project.getState() != ContinuumProjectState.ERROR )
             {
                 // project is building
                 return;