Bazaar Eclipse Plugin & CDT Plugin

Asked by Birish

Hi all,
I've installed Eclipse-europa-fall2-linux-gtk on my FC6 system and need to write C codes in this IDE.
So I install CDT(-master-4.0.2) & QT(-x11-opensource-src-4.3.3).
Now I need to share my project under Bazaar, but it seems that there is a conflict between them!
I choose "Team->Share project", then "Select Directory: /root/workspace/test" (test is the name of my project) and when click finish button this error appears: "bzr-xmloutput plugin not found"

(I should add that there is a problem with installation too, I forced too remove my CDT & QT first, install bzr-xmloutput, and reinstall CDT, because, otherwise bzr-xmloutput didn't install at all and faced error!)

Now how can I solve this? It's really vital for me :(
Thank you in advance

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Plugin for Eclipse Edit question
Assignee:
No assignee Edit question
Solved by:
Birish
Solved:
Last query:
Last reply:
Revision history for this message
Guillermo Gonzalez (verterok) said :
#1

Hi,
   Do you have a error log?
   Which JVM are you using? Only the sun-jdk/jre >= 5.0 is supported
   I don't see the connection between bzr-xmloutput (which is a Bazaar plugin) and the install of CDT (which is a Eclipse plugin), if you have a log of the errors, etc. please attach them or send a email to me.

Revision history for this message
Birish (birish83) said :
#2

Dear Guillermo,
As you told me by email, I set Window -> Preferences -> Team -> Bazaar -> Executable path to "/usr/bin/bzr" AND IT WORKS!! :)
Tanx for your help ;)