You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: