ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
220 stars 50 forks source link

Disappears from plugin list when Bazaar Eclipse plugin installed #105

Closed laurentpetit closed 9 years ago

laurentpetit commented 9 years ago

Original issue 64 created by laurentpetit on 2010-03-12T06:26:01.000Z:

What steps will reproduce the problem?

  1. Start with a completely fresh install of Eclipse 3.5
  2. Install Counterclockwise; restart; validate that it works
  3. Install Bazaar plugin for Eclipse (version 1.1.1.210) from http://verterok.com.ar/bzr-eclipse/update-site/
  4. Restart Eclipse

What is the expected output? What do you see instead?

Counterclockwise should show up in the Plugins list in the About settings, and its functionality should be available throughout Eclipse.

However, while both of these conditions are true after step (1), neither is true after step (3).

What version of the product are you using? On what operating system?

Counterclockwise 0.0.49.stable; Eclipse 3.5 (Ganymede); Win32

Please provide any additional information below.

Uninstalling bzr-eclipse does not revert the situation; appears likely to be dependencies pulled in by this plugin, rather than the plugin itself, responsible for the issue.

laurentpetit commented 9 years ago

Comment #1 originally posted by laurentpetit on 2010-03-12T08:01:09.000Z:

Wow, embarrasing one. Can you produce the {your workspace folder}/.metadata/.log file if it seems to contain useful exception stack traces / logs ?

laurentpetit commented 9 years ago

Comment #2 originally posted by laurentpetit on 2010-03-12T09:01:36.000Z:

Attached (a clean copy, actually, including only the steps given above -- not only the .eclipse directory but also workspace/.metadata was completely recreated during this run), though I'm not so sure about the relevant value of "useful".

Right now, this smells to me like the core problem is probably elsewhere.

laurentpetit commented 9 years ago

Comment #3 originally posted by laurentpetit on 2010-03-13T06:37:00.000Z:

(1) Issue impacted functionality of more plugins than only ccw

(2) Switching to a natively 64-bit Eclipse build (somehow!) resolved the problem.

Given these two items, this ticket should clearly be closed. Apologies for the noise.

laurentpetit commented 9 years ago

Comment #4 originally posted by laurentpetit on 2010-03-13T09:55:44.000Z:

OK !

Anyway, thanks for the report !

Cheers,

Laurent