Skip to content

Instantly share code, notes, and snippets.

@hugoduncan
Created April 10, 2014 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugoduncan/10408392 to your computer and use it in GitHub Desktop.
Save hugoduncan/10408392 to your computer and use it in GitHub Desktop.
$ lein2 modules test
------------------------------------------------------------------------
Module build order:
pallet-test-env-parent
lein-test-env
pallet-test-env
------------------------------------------------------------------------
Building pallet-test-env-parent 0.1.2-SNAPSHOT (default)
------------------------------------------------------------------------
Using JLine for console I/O; install rlwrap for optimum experience.
Exception in thread "main" java.lang.IncompatibleClassChangeError: Found interface jline.Terminal, but class was expected
at jline.ConsoleReader.<init>(ConsoleReader.java:191)
at jline.ConsoleReader.<init>(ConsoleReader.java:186)
at jline.ConsoleReader.<init>(ConsoleReader.java:174)
at jline.ConsoleRunner.main(ConsoleRunner.java:39)
Subprocess failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment