Re: [awaitility] Issues using awaitility_scala in a Gatling project

125 views
Skip to first unread message

Johan Haleby

unread,
May 21, 2018, 2:41:56 AM5/21/18
to await...@googlegroups.com
Hmm not sure, could they be using a different version of Scala?

On Fri, May 11, 2018 at 6:13 PM <mdpete...@comcast.net> wrote:
I added the following maven dependency to the POM for  a gatling test project:

<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility-scala</artifactId>
<version>3.1.0</version>
</dependency>


But now when I try to run Gatling tests, I get this compilation error:
Hi. I am interested in using the awaitility_scala in a gatling load test project, but when I add this dependency to my POM:
    <dependency>
      <groupId>org.awaitility</groupId>
      <artifactId>awaitility-scala</artifactId>
      <version>3.1.0</version>
    </dependency>

I get this when I try to run gatling tests:

```
|Exception in thread "main" java.lang.AbstractMethodError: Method Engine$.scala$App$_setter_$executionStart_$eq(J)V is abstract
at Engine$.scala$App$_setter_$executionStart_$eq(Engine.scala)
at scala.App$class.$init$(App.scala:44)
at Engine$.<init>(Engine.scala:4)
at Engine$.<clinit>(Engine.scala)
at Engine.main(Engine.scala)
```

Do you have any ideas on dealing iwth this?

--
You received this message because you are subscribed to the Google Groups "Awaitility" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awaitility+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages