rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Fails to run on OS X #15

Closed navels closed 11 years ago

navels commented 11 years ago

OS X 10.8.4 IntelliJ version: 12.0.4 ultimate

I set up a multirun configuration, click "Run" and get the following error:

NoClassDefFoundError: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(476,33),absolute(476,55),button=1,modifiers=Button1,clickCount=1] on frame1: com/intellij/execution/runners/ExecutionEnvironmentBuilder

Thanks, Lee

rkhmelyuk commented 11 years ago

I'm able to reproduce the issue. ExecutionEnvironmentBulder was introduced in recent IDEA version (12.1), that's the reason of this issue. I'm going to releaes the fix early next week

navels commented 11 years ago

Great, thanks!

rkhmelyuk commented 11 years ago

Uploaded the new version of plugin to the repository.