Skip to content

Commit

Permalink
fix startup script to pick up new lib location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Rao committed May 11, 2011
1 parent 42113fd commit 4aada86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/kafka-run-class.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ do
fi fi
done done


for file in $base_dir/core/lib/*.jar;
do
CLASSPATH=$CLASSPATH:$file
done

for file in $base_dir/core/lib_managed/scala_2.8.0/compile/*.jar; for file in $base_dir/core/lib_managed/scala_2.8.0/compile/*.jar;
do do
if [ ${file##*/} != "sbt-launch.jar" ]; then if [ ${file##*/} != "sbt-launch.jar" ]; then
Expand Down

0 comments on commit 4aada86

Please sign in to comment.