Open GoogleCodeExporter opened 9 years ago
Same error here (but with slug.bat and windows).
However, I edited the bat:
I have
set CLASSPATH=%CLASSPATH%;build/slug.jar
instead of the equivalent line and it works.
I believe that changing the line:
CLASSPATH=slug.jar
to
CLASSPATH=build/slug.jar
works as long as you run the shell script locally (it uses relative paths).
Otherwise, you can use absolute paths in the script.
Original comment by enrico.franchi
on 5 Nov 2010 at 3:31
Original issue reported on code.google.com by
errantli...@gmail.com
on 12 Sep 2010 at 9:16