Changeset 17965 for trunk/ippTasks
- Timestamp:
- Jun 6, 2008, 2:29:32 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
pantasks.pro (modified) (1 diff)
-
register.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r16570 r17965 7 7 $VERBOSE = 1 8 8 $LOGDIR = `pwd` 9 $LOGDIR = $LOGDIR/pantasks_logs 9 10 $KEEP_FAILURES = 0 10 11 -
trunk/ippTasks/register.pro
r17777 r17965 6 6 check.globals 7 7 8 $LOGSUBDIR = $LOGDIR/register 9 exec mkdir -p $LOGSUBDIR 8 exec mkdir -p $LOGDIR 10 9 11 10 book init regPendingImfile … … 69 68 # silently drop stdout 70 69 stdout NULL 71 stderr $LOG SUBDIR/register.imfile.log70 stderr $LOGDIR/register.imfile.load.log 72 71 73 72 # select entries from the current DB; cycle to the next DB, if it exists … … 159 158 sprintf logfile "%s/%s/%s.reg.%s.log" $WORKDIR $EXP_TAG $EXP_TAG $TMP_CLASS_ID 160 159 161 ## generate output log based on filerule (convert the URI to a PATH) 162 ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled 163 $logfile = `ipp_datapath.pl --touch $logfile` 164 if ("$logfile" == "") 165 echo "WARNING: logfile not defined in register.pro:165" 166 break 167 end 168 substr $WORKDIR 0 4 scheme 169 if ("$scheme" != "neb:") 170 dirname $logfile -var outpath 171 mkdir $outpath 172 end 173 stdout $logfile 174 stderr $logfile 175 176 # XXX should this comment be deleted 177 # add mkdir back here? 178 # or make part of reigster_imfile.pl? 179 180 $run = register_imfile.pl --exp_id $EXP_ID --tmp_class_id $TMP_CLASS_ID --tmp_exp_name $TMP_EXP_NAME --uri $URI 160 stdout $LOGDIR/register.imfile.run.log 161 stderr $LOGDIR/register.imfile.run.log 162 163 $run = register_imfile.pl --exp_id $EXP_ID --tmp_class_id $TMP_CLASS_ID --tmp_exp_name $TMP_EXP_NAME --uri $URI --logfile $logfile 181 164 add_standard_args run 182 165 … … 213 196 214 197 stdout NULL 215 stderr $LOG SUBDIR/register.exp.log198 stderr $LOGDIR/register.exp.load.log 216 199 217 200 task.exec … … 292 275 sprintf logfile "%s/%s/%s.reg.log" $WORKDIR $EXP_TAG $EXP_TAG 293 276 294 ## generate output log based on filerule (convert the URI to a PATH) 295 ## note that we use ipp_datapath here not ipp_filename because the CAMERA name is not yet controlled 296 $logfile = `ipp_datapath.pl --touch $logfile` 297 if ("$logfile" == "") 298 echo "WARNING: logfile not defined in register.pro:298" 299 break 300 end 301 substr $WORKDIR 0 4 scheme 302 if ("$scheme" != "neb:") 303 dirname $logfile -var outpath 304 mkdir $outpath 305 end 306 stdout $logfile 307 stderr $logfile 308 309 $run = register_exp.pl --exp_id $EXP_ID --exp_tag $EXP_TAG 277 stdout $LOGDIR/register.exp.run.log 278 stderr $LOGDIR/register.exp.run.log 279 280 $run = register_exp.pl --exp_id $EXP_ID --exp_tag $EXP_TAG --logfile $logfile 310 281 add_standard_args run 311 282
Note:
See TracChangeset
for help on using the changeset viewer.
