Index: trunk/ippTasks/phase0.pro
===================================================================
--- trunk/ippTasks/phase0.pro	(revision 9305)
+++ trunk/ippTasks/phase0.pro	(revision 9338)
@@ -98,7 +98,7 @@
     end
 
-    # do something better with this output target
-    stdout $EXP_TAG.$CLASS_ID.log
-    stderr $EXP_TAG.$CLASS_ID.log
+    $LOG_DIR = `dirname $URI`
+    stdout $WORKDIR/$LOG_DIR/$EXP_TAG.$CLASS_ID.log
+    stderr $WORKDIR/$LOG_DIR/$EXP_TAG.$CLASS_ID.log
 
     # create the command line
@@ -204,5 +204,5 @@
     $EXP_TAG   = $word:0
 
-    # do something better with this output target
+    # XXX add $WORKDIR/$LOG_DIR
     stdout $EXP_TAG.log
     stderr $EXP_TAG.log
