mirror of
https://github.com/sigmasternchen/NurseBot
synced 2025-03-16 00:28:58 +00:00
this time
This commit is contained in:
parent
24b56e6ff9
commit
e15066bc0c
1 changed files with 3 additions and 3 deletions
|
@ -15,12 +15,12 @@ mkdir -p ../build/NurseBot_lib/
|
||||||
|
|
||||||
pushd ../src/
|
pushd ../src/
|
||||||
|
|
||||||
for file in $(ls build/NurseBot_lib); do
|
for file in $(ls ../build/NurseBot_lib); do
|
||||||
export CLASSPLATH=$CLASSPATH:build/NurseBot_lib/$file
|
export CLASSPATH=$CLASSPATH:../build/NurseBot_lib/$file
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Building... "
|
echo "Building... "
|
||||||
javac -cp $CLASSPATH -d ../bin/ $(find ./ -iname "*.java")
|
javac -cp "$CLASSPATH" -d ../bin/ $(find ./ -iname "*.java")
|
||||||
if test ! $? = 0; then
|
if test ! $? = 0; then
|
||||||
echo "... failed"
|
echo "... failed"
|
||||||
exit $EXIT_COMPILE_FAILED
|
exit $EXIT_COMPILE_FAILED
|
||||||
|
|
Loading…
Reference in a new issue