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

eclim-run-java-doc fails for multiple projects #263

Open
nloyola opened this issue Nov 15, 2015 · 1 comment
Open

eclim-run-java-doc fails for multiple projects #263

nloyola opened this issue Nov 15, 2015 · 1 comment

Comments

@nloyola
Copy link

nloyola commented Nov 15, 2015

The command eclim-run-java-doc fails when running it for multiple projects in the same workspace. I get the following error:

shell-quote-argument: Wrong type argument: listp, "/home/user/workspace/myproj"

I changed the code so that it would call the eclim executable with the correct parameters, but it still fails after successfully building the Javadoc for the first proejct. It does not execute the command for a second project. You can have a look at my code changes here: nloyola/emacs-eclim@ed8dbde.

Does anyone know why it fails?

Also, should the code be changed so that the command is executed asynchronously since it takes a while to generate the Javadoc?

@nloyola
Copy link
Author

nloyola commented Nov 15, 2015

The reason it fails after building the Javadoc for the fist project is because the eclim executable is not returning a valid Json string for the javadoc command.

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

1 participant