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

Add support for JBoss Developer Studio for the installer #507

Closed
lombokissues opened this issue Jul 14, 2015 · 5 comments
Closed

Add support for JBoss Developer Studio for the installer #507

lombokissues opened this issue Jul 14, 2015 · 5 comments

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 434)

@lombokissues
Copy link
Author

👤 jarle.saetre   🕗 Dec 10, 2012 at 09:46 UTC

Following Roel Spilker's proposal at stack overflow (http://stackoverflow.com/questions/9211866/does-project-lombok-works-in-jboss-developer-studio):

Ini-file: $PATH_TO_JBDS/studio/jbdevstudio.ini
Executable: $PATH_TO_JBDS/studio/jbdevstudio

In my system, Linux Mint 10, I placed lombok.jar in $PATH_TO_JBDS/studio/
I then added

-Xbootclasspath/a:$PATH_TO_JBDS/studio/lombok.jar
-javaagent:$PATH_TO_JBDS/studio/lombok.jar

to jbdevstudio.ini. I had to use full paths in the ini-file, otherwise jbds didn't launch from the start menu entry that jbds created during installation.

The version of jbds I run is 5.0.0.CR1, the lombok version is 0.11.6.

@lombokissues
Copy link
Author

👤 jarle.saetre   🕗 Dec 10, 2012 at 11:03 UTC

This should have been an enhancement, not a defect. Can not find any way to change.

@lombokissues
Copy link
Author

👤 reinierz   🕗 Mar 11, 2013 at 22:35 UTC

We've updated the lombok installer just now. It'll be in the official next release. Until then, you can fetch the edge build from here:

https://projectlombok.org/download-edge.html

which should automatically find JBDS, and also install into any JBDS you specify with the 'specify location...' button.

We've tested it on windows but can you check if this works on your linux version? If the installer finds your JBDS automatically when you doubleclick the edge lombok.jar, that's all we need to know. There aren't really any changes and all the installer does is exactly what you did.

If you want to know if your JBDS has lombok installed into it, select help> About; lombok adds a line with its version number to the bottom of the blob of copyright text.

Thanks for letting us know, and thanks in advance for checking if this update fixes this issue!

@lombokissues
Copy link
Author

👤 jarle.saetre   🕗 Mar 13, 2013 at 09:08 UTC

The installer did not find JBDS, but when I pointed it to where JBDS is installed it works nicely.

I have one version (5CR1) installed in usr/local/eclipse/jbdevstudio_CR1 and another version (5GA) in ~/jbdevstudio

@lombokissues
Copy link
Author

End of migration

lianhaijun pushed a commit to lianhaijun/lombok that referenced this issue May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant