m0smith / malabar-mode

EMCS JVM Integration for Java and other JVM based languages
GNU General Public License v2.0
330 stars 52 forks source link

malabar-run-maven-command is not working #142

Closed ghost closed 9 years ago

ghost commented 9 years ago

malabar-run-maven-command is raising following error:

Wrong type argument: stringp, nil
m0smith commented 9 years ago

I will look into it

Sent from my iPod

On Jan 5, 2015, at 5:38 PM, Vijayendra Bapte notifications@github.com wrote:

malabar-run-maven-command is raising following error:

Wrong type argument: stringp, nil — Reply to this email directly or view it on GitHub.

m0smith commented 9 years ago

Can you post a backtrace using toggle-debug-on-error ?

ghost commented 9 years ago

backtrace is as follows

Debugger entered--Lisp error: (void-function malabar-execute-maven)
  malabar-execute-maven("/home/egnyte/src/testapp/my-app/pom.xml" ("test") nil nil)
  apply(malabar-execute-maven "/home/egnyte/src/testapp/my-app/pom.xml" (("test") nil nil))
  malabar-run-maven-command("test")
  call-interactively(malabar-run-maven-command record nil)
  command-execute(malabar-run-maven-command record)
  execute-extended-command(nil "malabar-run-maven-command")
  call-interactively(execute-extended-command nil nil)
m0smith commented 9 years ago

Need to convert to depend on the ede function: (ede-invoke-method 'project-compile-target "package")