-
Notifications
You must be signed in to change notification settings - Fork 14
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
Beagle not working on Eclipse Kepler SR2 [4.3.2] 32bit Windows #2
Comments
I have a similar problem on Mac: I installed Beagle following the instructions here, restarted Eclipse, and while the plugins are listed as installed Beagle doesn't show up in the list views or in the global Preferences. Versions:
|
No chance to recompile the plugin to update references ? |
Hello, I just made Beagle work in Eclipse Kepler. As suggested in the Jira bug, it was a problem with the SLF4J API bundle, which changed from Commit: d7d8f51 If you don't want to recompile the plugin, you can modify the manifest in the JAR file with any ZIP utility: install Beagle from Eclipse and then modify the JAR in the EDIT: see my comment below for a detailed explanation. |
Why don't you specify a minimum required version? This will break again with an upgrade of slf4j.api. Furthermore your fix does not work with Eclipse versions prior to Kepler. Second problem is, that you use Require-Bundle. This fails again if the bundle name is changed; what happened in this case, too. Normally it is advised to use Import-Package. Use |
Yes indeed, the |
Why not fixing that part you are changing anyhow to the most correct solution? Why do you need tooling to write |
I've updated the required bundle like thomasgillet suggest (thx for the hint) but still no 'Logback' section is available on the Show View into Eclipse Luna. Any idea ? |
Hello @StevenP94, I just installed Beagle in a new Luna instance (4.4.0-20140612-0600) and it works fine.
And then the Beagle view should be available. |
Thanks I have followed the same step, but it doesn't work...what do you mean with: Make appropriated changes in {eclipse-dir}... Thanks in advance, David |
Well, as said in my very first post, I mean make changes to the manifest file of the beagle JAR according to this: d7d8f51 |
@StevenP94 maybe you just modify the bundle-version to 1.7.2, not add org. before slf4j. |
Thanks, the detailed procedure above also works on Spring Tool Suite 3.6 and upgraded to 3.7 (based on Eclipse Luna SR2 (4.4.2)); yet I had to restart with "sts.exe -clean" to clean-up a previous 'beagle' installation that did not match exactly the steps above (I removed all beagle plug-ins as well as slf4j 1.6.6. and restarted). |
Hi, |
Hello,
I installed Logback Beagle on a fresh Eclipse Kepler SR2 23-bit on Windows 7 and it does not show up in the Show view window. There is no Logback category.
Eclipse Nebula Grid version: 1.0.0.201403032113
Thanks in advance !
The text was updated successfully, but these errors were encountered: