jstastny-cz commented on PR #4246: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4246#issuecomment-4221288692
> There's compilation failure : > > ``` > 2026-04-09T23:53:50.0065280Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project jbpm-tests: Compilation failure: Compilation failure: > 2026-04-09T23:53:50.0067693Z [ERROR] /home/runner/work/incubator-kie-kogito-runtimes/incubator-kie-kogito-runtimes/apache_incubator-kie-kogito-runtimes/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/IntermediateEventTest.java:[2892,40] cannot find symbol > 2026-04-09T23:53:50.0069664Z [ERROR] symbol: class IntermediateThrowEventProjectScopeModel > 2026-04-09T23:53:50.0070392Z [ERROR] location: class org.jbpm.bpmn2.IntermediateEventTest > 2026-04-09T23:53:50.0072073Z [ERROR] /home/runner/work/incubator-kie-kogito-runtimes/incubator-kie-kogito-runtimes/apache_incubator-kie-kogito-runtimes/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/IntermediateEventTest.java:[2892,113] cannot find symbol > 2026-04-09T23:53:50.0073894Z [ERROR] symbol: variable IntermediateThrowEventProjectScopeProcess > 2026-04-09T23:53:50.0074587Z [ERROR] location: class org.jbpm.bpmn2.IntermediateEventTest > 2026-04-09T23:53:50.0076128Z [ERROR] /home/runner/work/incubator-kie-kogito-runtimes/incubator-kie-kogito-runtimes/apache_incubator-kie-kogito-runtimes/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/IntermediateEventTest.java:[2898,25] cannot find symbol > 2026-04-09T23:53:50.0077784Z [ERROR] symbol: class IntermediateThrowEventProjectScopeModel > 2026-04-09T23:53:50.0078463Z [ERROR] location: class org.jbpm.bpmn2.IntermediateEventTest > 2026-04-09T23:53:50.0078991Z [ERROR] -> [Help 1] > 2026-04-09T23:53:50.0080536Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:testCompile (default-testCompile) on project jbpm-tests: Compilation failure > ``` I think it is linked to placing the bpmn file under `src/test/bpmn` rather than `src/test/resources`, to be honest I don't understand the distinction on what is supposed to be where. @pefernan any clue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
