-
Notifications
You must be signed in to change notification settings - Fork 100
Build failed #27
Comments
I need to update the README, but you have to install my fork of spring-shell into your local maven repos before building rest-shell. The changes in my fork haven't made it upstream yet and for the dotrc file reading to happen, you have to use the changes I made to spring-shell. https://github.com/jbrisbin/spring-shell git clone git://github.com/jbrisbin/spring-shell.git Then try building rest-shell again. |
Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts. |
trying using the non-ssh url git://github.com/jbrisbin/spring-shell.git (updated the above with this as well) |
Thanks, that did the trick. |
You can see my commits here: https://github.com/jbrisbin/spring-shell/commits/master Basically, I changed the way commands are registered because what I found was that when the RE: the error: could you give more information on the resource you're accessing and the kind of error you're seeing? There are a couple ways to configure conversion in the rest-shell, especially if you're building from source (the default configuration is just a blanket component-scan). In particular, if you look in the |
I created a fresh clone and run ./gradlew installApp which failed. Run again with --debug and it seems like a bad dependency:
16:22:57.995 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: org.gradle.api.internal.artifacts.ivyservice.ModuleVersionNotFoundException: Could not find group:org.springframework.shell, module:spring-shell, version:1.0.1.BUILD-SNAPSHOT.
The text was updated successfully, but these errors were encountered: