spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
456 stars 102 forks source link

run 'rest-shell' comes up as 'spring-shell' #22

Open ShawnButtrick opened 11 years ago

ShawnButtrick commented 11 years ago

When I execute "rest-shell" the app (or something) launches.. but comes up as "Spring Shell".

No idea what I may have missed.

jbrisbin commented 11 years ago

The current code depends on changes I made to spring-shell which haven't yet been put into master. You'll want to install the artifacts from my fork [1] locally, then compile rest-shell against those artifacts, not the ones downloaded from the snapshot repository.

[1] - https://github.com/jbrisbin/spring-shell