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:\projects\cucumber-jvm\cucumber-java8\src\test\java\io\cucumber\java8\Java8LambdaStepDefinitionMarksCorrectStackElementTest.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.
mvn generate-sourcesor click the button to generate sources in the Maven Drawer in IDEA. It is near the reload project button.mvn installin the root of the project the first time around. github.com/cucumber/cucumber-jvm/blob/main/…