History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: OSMORC-118
Type: Exception Exception
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Jan Thomä
Reporter: Nick Pratt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Osmorc

com.intellij.openapi.progress.ProcessCanceledException: com.intellij.openapi.progress.ProcessCanceledException

Created: 11 Feb 09 18:25   Updated: 10 Sep 09 14:46
Component/s: None
Affects Version/s: None
Fix Version/s: 0.12.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Idea build #9731, Osmorc version 0.11.0


 Description  « Hide
Cancelled a make operation

java.lang.RuntimeException: com.intellij.openapi.progress.ProcessCanceledException
at org.osmorc.make.BundleCompiler.buildBundle(BundleCompiler.java:377)
at org.osmorc.make.BundleCompiler.process(BundleCompiler.java:246)
at com.intellij.compiler.impl.FileProcessingCompilerAdapter.process(FileProcessingCompilerAdapter.java:6)
at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:711)
at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:284)
at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:228)
at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:804)
at com.intellij.compiler.impl.CompileDriver.access$400(CompileDriver.java:572)
at com.intellij.compiler.impl.CompileDriver$4.run(CompileDriver.java:6)
at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:160)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:3)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:5)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:13)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:101)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$6.run(ProgressManagerImpl.java:16)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:8)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:5)
Caused by: com.intellij.openapi.progress.ProcessCanceledException
at com.intellij.openapi.progress.util.ProgressIndicatorBase.checkCanceled(ProgressIndicatorBase.java:142)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.checkCanceled(ProgressManagerImpl.java:8)
at org.osmorc.make.BundleCompiler$5.visitInstruction(BundleCompiler.java:352)
at com.intellij.openapi.compiler.make.BuildInstructionVisitor.visitFileCopyInstruction(BuildInstructionVisitor.java:24)
at com.intellij.compiler.impl.packagingCompiler.FileCopyInstructionImpl.accept(FileCopyInstructionImpl.java:18)
at com.intellij.compiler.impl.packagingCompiler.BuildRecipeImpl.visitInstructionsWithExceptions(BuildRecipeImpl.java:24)
at org.osmorc.make.BundleCompiler.buildBundle(BundleCompiler.java:347)
... 22 more



 All   Comments   Work Log   Change History      Sort Order:
Jan Thomä - 19 Feb 09 20:35
Added a separate catch for this kind of exception. This should gracefully exit the compilation process.