how to use 0.0.8 with Eclipse Europe C++/CDT edition?

Asked by Igor Karatayev

I have Eclipse Europe c++ edition installed on my windows xp (ver 3.3.0, build-id: I20070621-1340)

bzr version is 0.17.0

bzr plugins
C:\Python25\lib\site-packages\bzrlib\plugins\xmloutput
        This plugin provides xml output for three commands (status, log, annotate)
C:\Python25\lib\site-packages\bzrlib\plugins\launchpad
        Launchpad.net integration plugin for Bazaar

Configured plug-ins:
  file:/C:/Program Files/eclipse/plugins/org.vcs.bazaar.clientadapter_0.0.2.jar
  file:/C:/Program Files/eclipse/plugins/org.vcs.bazaar.eclipse.core_0.0.8.jar
  file:/C:/Program Files/eclipse/plugins/org.vcs.bazaar.eclipse.ui_0.0.8.jar

so far I have no Preferences->Team->Bazaar
and no "Error Log" view in Window->Show view->...

Question information

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

Hi,
  Actually this is a bug, I just found that org.vcs.bazaar.clientadapter depends on org.junit bundle (which is wrong)
  I'm going ot fix it as soon as posible (I'm filling a bug for this issue)
  The current workaround is to install the required bundle (org.junit)

Revision history for this message
Best Guillermo Gonzalez (verterok) said :
#2

Yata]Garasu,
I just made a new build (0.0.9) which should fix this problem.
Please check if it works now

Regards.

Revision history for this message
Igor Karatayev (yatagarasu) said :
#3

Yes, it works now. But there is another problem.
When I set bzr executable path to C:/Python25/Scripts/bzr.bat and then try to share my project (Team -> Share Project), select Bazaar, select directory "D:/work/test" i got error
Cannot run program "C:/Python25/Scripts/bzr.bat" (in directory "\work"): CreateProcess error=267, Íåâåðíî çàäàíî èìÿ ïàïêè
Cannot run program "C:/Python25/Scripts/bzr.bat" (in directory "\work"): CreateProcess error=267, Íåâåðíî çàäàíî èìÿ ïàïêè

Revision history for this message
Guillermo Gonzalez (verterok) said :
#4

Yata]Garasu,
 I think that this other problem should be filled as a bug because is a problem of bzr-eclipse and (I think) is not related to the question.
 Please feel free to fill the bug report and if you can please attach the contents of <WORKSPACE>/.metadada/.log in the bug.
Thanks.

Revision history for this message
Igor Karatayev (yatagarasu) said :
#5

Thanks Guillermo Gonzalez, that solved my question.