install problem

Asked by Syl

Hello,
I tried to install bzr-eclipse on eclise 3.3.1.1 (windows vista 64), but I can't make it work, and there isn't any relevant error in the .log file generated by eclipse.

The first message I had was :
!MESSAGE NLS unused message: QuickDiffProvider_fetchingContents in: org.vcs.bazaar.eclipse.ui.uitexts

Then, after different tests, I had this :

!SESSION 2008-02-13 23:36:56.648 -----------------------------------------------
eclipse.buildId=I20070625-1500
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments: -os win32 -ws win32 -arch x86 -clean
!ENTRY org.vcs.bazaar.eclipse.ui 4 0 2008-02-13 23:37:03.205
!MESSAGE
!STACK 0
java.lang.NullPointerException
 at org.vcs.bazaar.eclipse.ui.EclipseBazaarUI.configure(EclipseBazaarUI.java:104)
 at org.vcs.bazaar.eclipse.ui.EclipseBazaarUI.start(EclipseBazaarUI.java:58)
 at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
...

I tried with bzr for python 2.5 (but when I specified the bzr script or bzr.bat, eclipse returned an error, saying it weren't exe files), and bzr standalone for windows, but none of these install worked.
I also installed bzr-xmloutput for both, and it didn't help.
I also tried to uninstall and install again bzr-eclipse (I read here it may be related to eclipse version...).
what should I do ?

Question information

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

my bad...
it seems to work with bazaar 1.1 with bzr.bat, but only if I download a branch of an existing project.
I thought bzr-eclipse could read information from an existing project with .bzr directory.

I started an eclipse project, then used bazaar manually on this project, and finally tried to use bzr-eclipse.
But I can't make it work on an existing project, I have to create a new project from a branch if I want to use bzr-eclipse.
Is it the right way to do it ?

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

Hi Sly,
   To use a project already under bazaar, you can do: Right click on it --> Team --> Share Project --> Bazaar and follow the wizard.

Regards

Revision history for this message
Syl (srouquette) said :
#3

ok, thank you :)