-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Comments
👤 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 In my system, Linux Mint 10, I placed lombok.jar in $PATH_TO_JBDS/studio/ -Xbootclasspath/a:$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. |
👤 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. |
👤 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! |
👤 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 |
End of migration |
Migrated from Google Code (issue 434)
The text was updated successfully, but these errors were encountered: