I have a build that uses ant I want to run some OpenRewrite reciepes against it
Previously there was this page that described how I could do that (it was there a week ago): https://docs.openrewrite.org/running-recipes/running-rewrite-without-build-tool-plugins That page is gone now. Does anyone know if I can run OpenRewrite receipes against an ant build?
We've recently removed that page as it had not been updated since the moved to Rewrite 8. We now recommend folks to use the Moderne CLI when using neither Maven nor Gradle.
Ant is not supported officially, but I know of at least two community members who got recipe runs to work for Ant. Feel free to join our Slack and I'll try to put you in touch there. I don't know how far they got in terms of resolving dependencies, as I didn't yet see any outcome shared there.
Also, just this past week, we had a community member wire up projects built with headless Eclipse; he might also have some insights to share with you regarding how to get things running on Rewrite 8.
Hope that helps!