Hi,
so it seems like I (finally) get to do a long needed migration and clean-up of our code base (with walkmod).
At first, I thought I will need the semantic analysis to swap out the Logger class, but I might be able to do that without it.
But maybe I'll need it for something else. The problem is, that our project doesn't use Maven or Gradle, but an old ugly Ant buildfile.
Is there a way to tell walkmod the classpath? Or does anyone know, whether I can use the AntRunner Maven plugin to just create a
pom.xml calling my ant file?
Cheers,
Ben