EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
832 stars 341 forks source link

Missing class files #378

Closed lilithyang2018 closed 3 years ago

lilithyang2018 commented 3 years ago

Hello,

I have imported the source code into intellij. but I can not compile the project as it is missing some file such as:

import org.evosuite.xsd.CUT; import org.evosuite.xsd.Generation; import org.evosuite.xsd.Project;

I wonder why these files are missing, because I have directly clone the source code from github.

Thanks

gofraser commented 3 years ago

These files are generated automatically during build by the jaxb2 Maven plugin. Did you import the project as a Maven project in IntelliJ?

lilithyang2018 commented 3 years ago

yes, i've found the jaxb2-maven-plugin in the pom.xml. thanks for your explanation. i'll close this.