Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Use jrake to build the main jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan committed Jul 6, 2011
1 parent d3ffb71 commit f59e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/jetty
Expand Up @@ -16,7 +16,7 @@ fi
MAIN_JAR=$RAILS_ROOT/server_jar/target/dist/ccrb-main.jar MAIN_JAR=$RAILS_ROOT/server_jar/target/dist/ccrb-main.jar


if [ ! -f $MAIN_JAR ]; then if [ ! -f $MAIN_JAR ]; then
rake server_jar:clean server_jar:compile server_jar:main_jar script/jrake server_jar:clean server_jar:compile server_jar:main_jar
fi fi


CP=$MAIN_JAR CP=$MAIN_JAR
Expand Down

0 comments on commit f59e8ee

Please sign in to comment.