daemonblade / freebsd-eclipse

Tools to build Eclipse port for FreeBSD
3 stars 3 forks source link

Question: Any luck packaging jdt language server? #10

Open orbitz opened 2 years ago

orbitz commented 2 years ago

I'm trying to get jdtls by cobbling together their milestone builds with what you've done with eclipse in ports. Have you had any luck accomplishing this?

daemonblade commented 2 years ago

No, unfortunately I haven't had a look at jdt language server.

The main issue with doing this for FreeBSD ports is that network access is only permitted during the 'fetch' phase. This requires building a static offline repo that can be fetched prior to the build. Take a look at bin/build-eclipse for the approach that I took.

orbitz commented 2 years ago

I've been trying to get this to build on my system, even without making a port, to get it working. I've managed to get it to build and pass all tests but I cannot run it. The discussion is linked below. You're probably quite busy but if you have any feedback for how to get going, that'd be really appreciated:

https://github.com/eclipse/eclipse.jdt.ls/issues/2218