Netflix / Lipstick

Pig Visualization framework
Apache License 2.0
464 stars 131 forks source link

When I run `gredlew run-app`, I get a error, Execution failed for task ':lipstick-server:getBundler' #109

Closed sotayamashita closed 9 years ago

sotayamashita commented 9 years ago

When I try to gredlew run-app revision 9ca8c9257d870f038102db35a1950fb97e151dc0. I got a error below:

$ git checkout 9ca8c9257d870f038102db35a1950fb97e151dc0
$ ./gradlew run-app

:lipstick-server:copyDepends UP-TO-DATE
:lipstick-server:getBundler
SyntaxError: /Users/<myname>/.rbenv/shims/gem:3: syntax error, unexpected tSTRING_BEG
[ -n "$RBENV_DEBUG" ] && set -x
     ^
:lipstick-server:getBundler FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':lipstick-server:getBundler'.
> Process 'command '/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 14.521 secs

Is there any problem or solution. Thanks in advance.

sotayamashita commented 9 years ago

I solved my issue to uninstall rbenv. Could I use Lipstick with rbenv?