evosuite-plus-plus icon indicating copy to clipboard operation
evosuite-plus-plus copied to clipboard

Compilation error on evosuite-runtime

Open Caiyi34777 opened this issue 2 years ago • 0 comments

Context

I tried to compile the project. When I run "mvn clean source:jar install -Ppackage-jars -T 4" There were compilation errors on the "evosuite-runtime" project. It was not exactly the same issue but I followed the instruction "After compilation, the "evosuite-master" project may have some compilation errors. In this case, we may include the target/generated-sources/jaxb folder as build path." I cannot seem to find the folder target/generated-sources/jaxb folder in Eclipse's imported Maven project. The directory was different. The same folder is there in my Github forked repo.

Steps to Reproduce

Right click “evosuite-master” - Build Path - Configure Build Path - Java Build Path - Source - Add Folder

EvoSuite Arguments

mvn clean source:jar install -Ppackage-jars -T 4

Current Result

Screenshot 2022-09-07 at 11 37 21 AM Screenshot 2022-09-07 at 11 38 02 AM Screenshot 2022-09-07 at 11 38 23 AM Screenshot 2022-09-07 at 11 38 39 AM

Expected result

Compilation succeeded

Additional info

Eclipse version: 2022-06 (4.24.0) Java version (tools.jar from JavaHome): Java 8 (jdk1.8.0_341.jdk) Maven version: Apache Maven 3.8.6

Caiyi34777 avatar Sep 07 '22 03:09 Caiyi34777