Skip to content

Instantly share code, notes, and snippets.

@gkossakowski
Created October 23, 2011 13:52
Show Gist options
  • Save gkossakowski/1307380 to your computer and use it in GitHub Desktop.
Save gkossakowski/1307380 to your computer and use it in GitHub Desktop.
Simple script to update all jars needed by scalagwt-sample
SCALA=~/scalagwt/scalagwt-scala
GWT=~/scalagwt/scalagwt-gwt
SAMPLE=~/scalagwt/scalagwt-sample
SLIB=~/scalagwt/scalagwt-library
#compiler and library
cp $SCALA/build/pack/lib/scala-compiler.jar $SCALA/build/pack/lib/scala-library.jar $SAMPLE/lib/scala
#plugins
cp $SCALA/build/quick/misc/scala-devel/plugins/*.jar $SAMPLE/lib/scala
#gwt library
cp $SLIB/build/lib/*.jar $SAMPLE/lib/scala
cp $GWT/build/lib/gwt-user.jar $GWT/build/lib/gwt-dev.jar scalagwt-sample/lib/gwt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment