konveyor/tackle-test-generator-cli

Infer monolith app path from application's build file

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.

Currently, the user has to specify the monolith app class path in the configuration toml file.

Describe the solution you'd like

Given the application's build file (Ant or Maven or Gradle), automatically extract the list of monolith app class paths.

Support for the case of a Gradle build file implemented and merged via PR: #160

Support for ant implemented and merged via PR: #176

Support for maven implemented and merged via PR: #169