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

1.1 dependency causes error running uberwar #1

Closed
rplevy opened this issue Aug 9, 2010 · 1 comment
Closed

1.1 dependency causes error running uberwar #1

rplevy opened this issue Aug 9, 2010 · 1 comment

Comments

@rplevy
Copy link

rplevy commented Aug 9, 2010

When I tried to create an uberwar in Ubuntu using the latest Leiningen and Clojure & contrib 1.2.0 snapshots, I got the error 'Exception in thread "main" java.lang.NoSuchMethodError: clojure.lang.RestFn.(I)V'. This seems to have to do with the library being compiled with dependencies on Clojure 1.1. It seems like the project just needs be updated to depend on clojure & contrib 1.2.0 snapshots, because I found that doing a local lein install of leiningen-war with the project file modified to depend on clojure & contrib 1.2, and then linking to that jar in my project's lib, allowed me to run the uberwar task without getting this error.

@alienscience
Copy link
Owner

This should be fixed now in release 0.0.7. The plugin is no longer AOT compiled and should work across clojure versions.

This issue was closed.
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

No branches or pull requests

2 participants