ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/testTask.xml
Revision: 1.8
Committed: Wed Sep 13 14:14:16 2006 UTC (18 years, 7 months ago) by bacchi
Content type: text/xml
Branch: MAIN
CVS Tags: BOSS_4_3_0, BOSS_4_2_4, BOSS_4_2_3, BOSS_4_2_2, BOSS_4_2_1, BOSS_4_2_0
Changes since 1.7: +101 -34 lines
Log Message:
new xml files to use with new xml parsing

File Contents

# User Rev Content
1 elmer 1.1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 yzhang 1.7 <task name="Test-BossTask" decl_path="$BOSS_ROOT">
3 gcodispo 1.2 <chain scheduler="fork" rtupdater="mysql" ch_tool_name="">
4 bacchi 1.8 <program >
5     <exec>
6     <![CDATA[
7     test.pl
8     ]]>
9     </exec>
10    
11     <args>
12     <![CDATA[
13     100
14     ]]>
15     </args>
16     <stderr>
17     <![CDATA[
18     err_0
19     ]]>
20     </stderr>
21     <program_types>
22     <![CDATA[
23     test]]>
24     </program_types>
25     <stdin>
26     <![CDATA[
27     in
28     ]]>
29     </stdin>
30     <stdout><![CDATA[
31     out_0
32     ]]>
33     </stdout>
34     <infiles>
35     <![CDATA[
36     Examples/test.pl,Examples/in
37     ]]>
38     </infiles>
39     <outfiles>
40     <![CDATA[
41     out_0,err_0,test.pl.log
42     ]]>
43     </outfiles>
44     <outtopdir>
45     <![CDATA[]]>
46     </outtopdir>
47     </program>
48    
49 elmer 1.1
50    
51     </chain>
52 gcodispo 1.2 <chain scheduler="fork" rtupdater="mysql" ch_tool_name="">
53 bacchi 1.8 <program >
54     <exec><![CDATA[
55     test.pl
56     ]]></exec>
57    
58     <args><![CDATA[
59     100
60     ]]></args>
61     <stderr><![CDATA[
62     err_1
63     ]]></stderr>
64     <program_types><![CDATA[
65     test]]></program_types>
66     <stdin><![CDATA[
67     in
68     ]]></stdin>
69     <stdout><![CDATA[
70     out_1
71     ]]></stdout>
72     <infiles><![CDATA[
73     Examples/test.pl,Examples/in
74     ]]></infiles>
75     <outfiles><![CDATA[
76     out_1,err_1,test.pl.log
77     ]]></outfiles>
78     <outtopdir><![CDATA[]]></outtopdir>
79     </program>
80    
81     <program >
82     <exec><![CDATA[
83     test.pl
84     ]]></exec>
85    
86     <args><![CDATA[
87     100
88     ]]></args>
89     <stderr><![CDATA[
90     err_1
91     ]]></stderr>
92     <program_types><![CDATA[
93     test]]></program_types>
94     <stdin><![CDATA[
95     in
96     ]]></stdin>
97     <stdout><![CDATA[
98     out_2
99     ]]></stdout>
100     <infiles><![CDATA[
101     Examples/test.pl,Examples/in
102     ]]></infiles>
103     <outfiles><![CDATA[
104     out_2,err_1,test.pl.log
105     ]]></outfiles>
106     <outtopdir><![CDATA[]]></outtopdir>
107     </program>
108    
109 elmer 1.1
110     </chain>
111     </task>