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

No such method error #57

Closed
Nishith opened this issue Oct 14, 2014 · 1 comment
Closed

No such method error #57

Nishith opened this issue Oct 14, 2014 · 1 comment

Comments

@Nishith
Copy link

Nishith commented Oct 14, 2014

com.intellij.compiler.CompilerWorkspaceConfiguration.useOutOfProcessBuild()Z
java.lang.NoSuchMethodError: com.intellij.compiler.CompilerWorkspaceConfiguration.useOutOfProcessBuild()Z
at protobuf.compiler.PbPrecompileTask.execute(PbPrecompileTask.java:26)
at com.intellij.compiler.impl.CompileDriver.executeCompileTasks(CompileDriver.java:618)
at com.intellij.compiler.impl.CompileDriver.access$400(CompileDriver.java:88)
at com.intellij.compiler.impl.CompileDriver$3.run(CompileDriver.java:395)
at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:201)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:609)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$3.run(ProgressManagerImpl.java:194)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.registerIndicatorAndRun(ProgressManagerImpl.java:281)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:233)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:181)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$9.run(ProgressManagerImpl.java:518)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:405)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
at org.jetbrains.ide.PooledThreadExecutor$1$1.run(PooledThreadExecutor.java:56)

@tcripps
Copy link
Collaborator

tcripps commented Oct 14, 2014

I believe this is a duplicate of Issue #53 .

If you're using IDEA 14, please install the prerelease version of the plugin 0.5.8EAP from https://github.com/nnmatveev/idea-plugin-protobuf/releases. I will release it to the plugin repository when IDEA 14 ships.

@tcripps tcripps closed this as completed Nov 14, 2014
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