ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/test-log4cplus.jdl
Revision: 1.1.1.1 (vendor branch)
Committed: Tue Jan 10 13:06:55 2006 UTC (19 years, 3 months ago) by elmer
Branch: one
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, BOSS_v4_0_0-pre1, two
Changes since 1.1: +0 -0 lines
Log Message:
test import

File Contents

# User Rev Content
1 elmer 1.1 #
2     # ----- Job Description File -----
3     #
4     Executable = "test.sh";
5     Arguments = "120";
6     StdInput = "in";
7     StdOutput = "test.out";
8     StdError = "test.err";
9     InputSandbox = {"test.sh","test","in","$BOSSDIR/OSUtils/lib/libOSUtils.so","$BOSSDIR/log4cplus/lib/liblog4cplus.so"};
10     OutputSandbox = {"test.out","test.err"};