Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Failing #2

Closed
benjchristensen opened this issue Oct 1, 2014 · 4 comments
Closed

Build Failing #2

benjchristensen opened this issue Oct 1, 2014 · 4 comments

Comments

@benjchristensen
Copy link
Member

The build is currently failing

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/benjchristensen/development/github/ReactiveX/RxJRuby/build.gradle' line: 13

* What went wrong:
A problem occurred evaluating root project 'rxjruby'.
> Could not find method rspec() for arguments [org.jruby:jruby-complete:1.7.4] on root project 'rxjruby'.

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

BUILD FAILED
@benjchristensen
Copy link
Member Author

@quidryan This was working in the previous build so I'm obviously just doing something wrong in applying the JRuby rspec settings. How do I do this with Nebula?

Previous: https://github.com/ReactiveX/RxJava/blob/0.20.x/language-adaptors/rxjava-jruby/build.gradle

@quidryan
Copy link
Collaborator

quidryan commented Oct 2, 2014

Getting the rspec configuration wasn't too hard, you still need to create a task to run the rspecs. I've seen a few plugins out there support depending on gems with some examples of running rspecs. I don't know much about them though.

@avsej
Copy link
Collaborator

avsej commented Nov 11, 2014

I think this ticket can be fixed as well as pull request opened now.

@avsej
Copy link
Collaborator

avsej commented Nov 11, 2014

Fixed by #4

@avsej avsej closed this as completed Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants