ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/testTask.xml
Revision: 1.3
Committed: Wed Jan 25 13:08:35 2006 UTC (19 years, 3 months ago) by gcodispo
Content type: text/xml
Branch: MAIN
Changes since 1.2: +3 -3 lines
Log Message:
Upgraded jobExecutor, some fixex on the examples

File Contents

# User Rev Content
1 elmer 1.1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2     <task schema="schema.xml">
3 gcodispo 1.2 <chain scheduler="fork" rtupdater="mysql" ch_tool_name="">
4 elmer 1.1 <program exec="test.pl"
5     args="100"
6     stderr="err_0"
7     program_types="test"
8     stdin="in"
9     stdout="out_0"
10     infiles="Examples/test.pl,Examples/in"
11 gcodispo 1.3 outfiles="out_0,err_0,test.pl.log"
12 elmer 1.1 outtopdir=""
13    
14     />
15    
16    
17     </chain>
18 gcodispo 1.2 <chain scheduler="fork" rtupdater="mysql" ch_tool_name="">
19 elmer 1.1 <program exec="test.pl"
20     args="100"
21     stderr="err_1"
22     program_types="test"
23     stdin="in"
24     stdout="out_1"
25     infiles="Examples/test.pl,Examples/in1"
26 gcodispo 1.3 outfiles="out_1,err_1,test.pl.log"
27 elmer 1.1 outtopdir=""
28    
29     />
30    
31     <program exec="test.pl"
32     args="100"
33     stderr="err_1"
34     program_types="test"
35     stdin="in"
36     stdout="out_2"
37     infiles="Examples/test.pl,Examples/in"
38 gcodispo 1.3 outfiles="out_2,err_1,test.pl.log"
39 elmer 1.1 outtopdir=""
40    
41     />
42    
43     </chain>
44     </task>