Compatibility shim for IDEA and NetBeans #1820
Sailsman63
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've recently been working on migrating a project from an ancient set of ant scripts to mill. (There is an alternative gradle option from another community member - That's still an open discussion!)
The most substantial piece of pushback that I've gotten from the community was regarding the sub-par support for mill builds in common IDEs. So, I made a thing:
It's just a (thin) ant script -modify as appropriate for your specific mill build.
It works for IDEA - who's BSP support is kind of sad - and NetBeans - Where BSP is non-existent.
I've tested on Windows 10 and Arch Linux. No mac access, so I don't know what would happen there. I'm assuming something *nix-like.
You may have noticed that I haven't done anything with eclipse: When I loaded the project into eclipse, it just ran, including making plugins available. I suspect some weird Frankenstein classpath thing is being generated, but if it allows basic running and debugger access, why mess with it?
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions