-
Notifications
You must be signed in to change notification settings - Fork 102
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
Missing argument for option: n #262
Comments
Can you turn on debug messages and paste what gets added to the To turn on debug messages use
|
hmm I ran it several times, I think I got the important error only the first time. It's got to be "invalid project":
byte-code: Missing argument for option: n
I'm probably guilty of not having RTFM here... I just setup the environment, opened a java file and then expected find-references to work. I think I must set up an eclim project probably.. I'll try to read the documentation. Still, even if that's the reason, I guess the error message could be improved. |
yes, setting up things using
and
makes it work! So maybe a more newbie-friendly error message would be better, but otherwise it's not "really" a bug. |
I'm using Gradle on my project. If I'm running eclim and I do Maybe eclim should check that this file is present before issuing commands to eclimd? Should this be reported as a separate bug? |
I am getting this error right now:
Eclipse:
Java:
the eclimd server prints this at the time of the error:
That said it's my first attempt at setting up eclim, it's very likely I misconfigured something. Using it through the spacemacs integration.
Getting this on find-references but it seems most of the commands trigger that problem.
Seems to be like #180 which was closed.
The text was updated successfully, but these errors were encountered: