I recently forked cucumber-jvm and I’m trying to build. Forgive me as I’m new to java development. I get the following build failure in IntelliJ…
C:projectscucumber-jvmcucumber-java8srctestjavaiocucumberjava8Java8LambdaStepDefinitionMarksCorrectStackElementTest.java:115:61
java: cannot find symbol
symbol: class En
location: class io.cucumber.java8.Java8LambdaStepDefinitionMarksCorrectStackElementTest
There seems to be a codegen step to build the language packages but I guess that’s not working? I also see many other missing symbols errors but I assume they are related to the root cause for the above error.
Thanks!
- Forked cucumber-jvm
- Opened cucumber-jvm in IntelliJ
- Build the project
I expected it to build.