mgivney / easyb

Automatically exported from code.google.com/p/easyb
0 stars 0 forks source link

Running the IntelliJ plugin in IntelliJ 9.0 using the easyb 0.9.6 jar results in exception #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In IntelliJ 9.0 with the 0.9.7-SNAPSHOT version of the easyb IntelliJ 
plugin, right click on an 
easyb story
2. Choose "easyb specification"
3. The console will give the output described below.

What is the expected output? What do you see instead?
- output should be the console output from a normal easyb run; however, the 
console reports:
Exception in thread "main" java.lang.NoSuchMethodError: 
org.easyb.BehaviorRunner.<init>(Ljava/util/List;[Lorg/easyb/listener/ExecutionLi
stener;)V
    at org.easyb.plugin.remoting.RemoteRunner.<init>(RemoteRunner.java:15)
    at org.easyb.plugin.remoting.RemoteRunner.main(RemoteRunner.java:24)

Original issue reported on code.google.com by jeffrey....@gmail.com on 20 Dec 2009 at 12:31

GoogleCodeExporter commented 9 years ago
BehaviorRunner constructor changed in 0.9.6.  Updated RemoteRunner to use the 
new API.

Original comment by jeffrey....@gmail.com on 20 Dec 2009 at 1:35