ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/BOSS/Examples/test-log4cplus.jdl
Revision: 1.1
Committed: Tue Jan 10 13:06:55 2006 UTC (19 years, 3 months ago) by elmer
Branch: MAIN
Branch point for: one
Log Message:
Initial revision

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"};