Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBoss Developer Studio 10 - fails to install lombok #1164

Closed
mwelser opened this issue Jul 27, 2016 · 3 comments
Closed

JBoss Developer Studio 10 - fails to install lombok #1164

mwelser opened this issue Jul 27, 2016 · 3 comments

Comments

@mwelser
Copy link

mwelser commented Jul 27, 2016

Lombok 1.16.10 does not detect JBDS 10 under OS X.

@dozherel-ucop
Copy link

same here... can't install Lombok on Jboss Developer Studio 10 under Windows.

@jludvice
Copy link
Contributor

jludvice commented Oct 7, 2016

Hello, I had the same issue and there might be workaround.
During the installation lombok needs to copy lombok.jar and modify eclipse.ini.

In RHDS 10 the file is called devstudio.ini. Try to add symlink to this file :)

$ cd $RHDS_INSTALL
$ find . -name "devstudio.ini"
./studio/devstudio.ini
$ cd studio
$ ln -s devstudio.ini eclipse.ini

Try to install lombok to folder $RHDS_INSTALL/studio. It worked for me.

jludvice pushed a commit to jludvice/lombok that referenced this issue Oct 7, 2016
* copy Jbds* to Rhds* and replace jbdevstudio to devstudio
rspilker added a commit that referenced this issue Oct 17, 2016
@rspilker
Copy link
Collaborator

Can you try out the edge release and see if it works now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants