ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/componentmanager/ComponentManager.java (file contents):
Revision 1.34 by tdb, Wed Mar 14 23:25:29 2001 UTC vs.
Revision 1.35 by tdb, Sat Mar 17 03:57:58 2001 UTC

# Line 190 | Line 190 | public class ComponentManager {
190              while(i.hasNext()) {
191                  // get a refence to the component
192                  component = (Component) i.next();
193 <                System.out.println(toString + ": starting component - " + component.toString());
193 >                System.out.println(toString + ": dependency checking component - " + component.toString());
194                  
195                  // check it's dependencies
196                  boolean depOK = component.depCheck();
197                  if(depOK) {
198 +                    System.out.println(toString + ": starting component - " + component.toString());
199                      // it should be ok to start the component
200                          try {    
201                              // start the component

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines