ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/testTask.xml
Revision: 1.2
Committed: Tue Jan 24 15:10:32 2006 UTC (19 years, 3 months ago) by gcodispo
Content type: text/xml
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Implemented chaining tool

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     outfiles="out_0,err_0"
12     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     outfiles="out_1,err_1"
27     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     outfiles="out_2,err_1"
39     outtopdir=""
40    
41     />
42    
43     </chain>
44     </task>