ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/testTask.xml
Revision: 1.10
Committed: Mon Mar 12 11:01:16 2007 UTC (18 years, 1 month ago) by gcodispo
Content type: text/xml
Branch: MAIN
CVS Tags: BOSS_4_3_10, BOSS_4_3_9, BOSS_4_3_8, BOSS_4_3_8-ui3_1, BOSS_4_3_7-ui3_1, BOSS_4_3_7, BOSS_4_3_6, BOSS_4_3_4a, BOSS_4_3_5, BOSS_4_3_4, BOSS_4_3_3, BOSS_4_3_2, HEAD
Branch point for: BOSS_4_3-ui3_0
Changes since 1.9: +2 -2 lines
Error occurred while calculating annotation data.
Log Message:
Added task sub_path and chain name

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <task name="Test-BossTask" decl_path="$BOSS_ROOT" sub_path="">
3 <chain name="Test-BossJob">
4 <program >
5 <exec> <![CDATA[ test.pl ]]> </exec>
6 <args> <![CDATA[ 100 ]]> </args>
7 <stdin> <![CDATA[ in ]]> </stdin>
8 <stdout> <![CDATA[ out_1 ]]> </stdout>
9 <stderr> <![CDATA[ err_1 ]]> </stderr>
10 <program_types> <![CDATA[ test ]]> </program_types>
11 <infiles> <![CDATA[ Examples/test.pl,Examples/in ]]> </infiles>
12 <outfiles> <![CDATA[ out_1,err_1,test.pl.log ]]> </outfiles>
13 <outtopdir> <![CDATA[ ]]> </outtopdir>
14 </program>
15 <program >
16 <exec> <![CDATA[ test.pl ]]> </exec>
17 <args> <![CDATA[ 100 ]]> </args>
18 <stdin> <![CDATA[ in ]]> </stdin>
19 <stdout> <![CDATA[ out_2 ]]> </stdout>
20 <stderr> <![CDATA[ err_2 ]]> </stderr>
21 <program_types> <![CDATA[ test ]]> </program_types>
22 <infiles> <![CDATA[ Examples/test.pl,Examples/in ]]> </infiles>
23 <outfiles> <![CDATA[ out_2,err_2,test.pl.log ]]> </outfiles>
24 <outtopdir> <![CDATA[ ]]> </outtopdir>
25 </program>
26
27 </chain>
28 </task>