Closed danielleberre closed 6 years ago
I just tried to run dspot on a simple java project built using ant.
dspot fails because it does not find a maven pom.xml file in the project.
One should make clear in the README that dspot targets only java projects built using maven or gradle.
Hi @danielleberre
DSpot can be run on Maven (by default) and Gradle (See the --automatic-builder) projects.
--automatic-builder
Thank you for the suggestion to improve the documentation. see #316
I just tried to run dspot on a simple java project built using ant.
dspot fails because it does not find a maven pom.xml file in the project.
One should make clear in the README that dspot targets only java projects built using maven or gradle.