Index: trunk/ippTasks/phase0.pro
===================================================================
--- trunk/ippTasks/phase0.pro	(revision 10691)
+++ trunk/ippTasks/phase0.pro	(revision 10692)
@@ -40,5 +40,4 @@
 # compare the new list with the ones already selected
 task	       phase0.imfile.load
-  command      p0tool -pendingimfile -simple
   host         local
 
@@ -83,5 +82,4 @@
       echo "phase0 pending imfiles: failure"
     end
-    $Phase0ImfileFail ++
   end
 
@@ -93,4 +91,6 @@
   end
 end
+
+
 
 # run the phase0imfile script on pending images
@@ -166,6 +166,9 @@
     end
     queuepush Phase0Imfiles -replace -key 1 "TIMEOUT $options:0"
-  end
-end
+    $Phase0ImfileFail ++
+  end
+end
+
+
 
 ## these tasks use the queue Phase0Exposures
@@ -199,4 +202,7 @@
     for i 0 $Nqueue
       queuepop stdout -var line
+      if ($VERBOSE > 2)
+        echo $line
+      end
       list word -split $line
       $EXP_TAG   = $word:0
@@ -228,4 +234,6 @@
   end
 end
+
+
 
 # run the phase0imfile script on pending images
@@ -285,4 +293,7 @@
   # default exit status
   task.exit    default
+    if ($VERBOSE)
+      echo "failure for phase0exp.pl: $options:0"
+    end
     queuepush Phase0Exposures -replace -key 1 "FAIL $options:0"
     $Phase0ExpFail
@@ -291,5 +302,9 @@
   # operation times out?
   task.exit    timeout
+    if ($VERBOSE)
+      echo "failure for phase0exp.pl: $options:0"
+    end
     queuepush Phase0Exposures -replace -key 1 "TIMEOUT $options:0"
+    $Phase0ExpFail
   end
 end
