ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/testTask.xml
Revision: 1.5
Committed: Mon Mar 20 15:32:34 2006 UTC (19 years, 1 month ago) by gcodispo
Content type: text/xml
Branch: MAIN
CVS Tags: BOSS_4_0_6, BOSS_4_0_5, BOSS_4_0_4, BOSS_4_0_3, BOSS_4_0_2, BOSS_4_0_1, BOSS_4_0_0, BOSS_v4_0_0-pre2
Changes since 1.4: +1 -1 lines
Log Message:
Just changed task name to fit with Dashboard requirements

File Contents

# User Rev Content
1 elmer 1.1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 gcodispo 1.5 <task name="Test-BossTask">
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>