Skip to content

Commit 4e6c158

Browse files
committed
classpath addition for new components.
1 parent 86914f5 commit 4e6c158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boa.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
BASEDIR=$(dirname "$0")
44

5-
java -cp .:$BASEDIR/dist/boa-compiler.jar:$BASEDIR/lib/hadoop-core-1.0.4.jar:$BASEDIR/lib/commons-lang-2.4.jar:$BASEDIR/lib/commons-math-2.1.jar boa.BoaMain $*
5+
java -cp ".:$BASEDIR/dist/boa-compiler.jar:$BASEDIR/lib/*:$BASEDIR/lib/evaluator/*:$BASEDIR/lib/datagen/*:$BASEDIR/compile" boa.BoaMain $*

0 commit comments

Comments
 (0)