-
Hi All, I currently use the Eclipse IDE (with IvyDE plugin) to maintain a large codebase (50+ projects). Which use Apache Ivy dependencies and Ant to build. The product is deployed as an EAR in a Wildfly Application Server. When doing development I normally only have a subset of the project in my workspace and resolve the rest (jars) via the aforementioned Ivy. I know currently jdtls only supports maven and gradle. If I were to attempt adding Ivy support do you think it would be possible to replace Eclipse with jdtls NeoVim? Or am I crazy 🤣 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We have no plans to provide built-in Ant/Ivy support in jdt.ls, however you can create a jdt.ls extension that does that.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the information Fred I'll take a look when I get time. |
Beta Was this translation helpful? Give feedback.
We have no plans to provide built-in Ant/Ivy support in jdt.ls, however you can create a jdt.ls extension that does that.