You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
The command
eclim-run-java-doc
fails when running it for multiple projects in the same workspace. I get the following error: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?
The text was updated successfully, but these errors were encountered: