Metadata Problem

Hi,

I have installed Eclipse Europa on Ubuntu Hardy 8.04.

The Bzr-eclipse is installed.

I have my workspace,where i have checked out my branches .
now ,if i add those as a project ,the complete bzr structure was working with my Ubuntu 7.04.

But, here with new OS or whtever the problem, metadat doesn't get displayed.
Right clicking on any file displays bzr options,but are disabled.

My project folder has .bzr fiiles, but still i dnt see any symbols on "revision no,committer date-time" attahed with my versioned file.

any help plz.

Thanks.

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,

What version of bzr, bzr-xmloutput and bzr-eclipse are you using?

Also, could you check the eclipse error log? (Windows --> Views --> Error Log or the file: $WORKSPACE/.metatda/.log)

Regards,

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#2

Hi Guillermo,

Thanks for the reply.

I am using bzr 1.9, bzr-xmloutput 0.6.0(and i overwritten 0.8.0 too), bzr eclipse -0.5.1.191 .

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#3

LOG

!SESSION 2008-11-27 11:14:18.393 -----------------------------------------------
eclipse.buildId=M20071023-1652
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IN
Command-line arguments: -os linux -ws gtk -arch x86_64

This is a continuation of log file /home/jvo/ws_bzr/.metadata/.bak_1.log
Created Time: 2008-11-27 14:54:51.483

!ENTRY org.vcs.bazaar.eclipse.core 4 -6 2008-11-27 14:54:51.484
!MESSAGE Error while executing xmlstatus
!STACK 0
org.vcs.bazaar.client.commandline.CommandLineException: <?xml version="1.0" encoding="UTF-8"?><error><class>AttributeError</class><dict></dict><message>'module' object has no attribute '_raise_if_nonexistent'</message></error>
 at org.vcs.bazaar.client.commandline.internal.Command.execute(Command.java:82)
 at org.vcs.bazaar.client.commandline.commands.MultiFileCommand.execute(MultiFileCommand.java:39)
 at org.vcs.bazaar.client.commandline.CommandLineClient.run(CommandLineClient.java:623)
 at org.vcs.bazaar.client.commandline.CommandLineClient.run(CommandLineClient.java:617)
 at org.vcs.bazaar.client.commandline.CommandLineClient.status(CommandLineClient.java:407)
 at org.vcs.bazaar.eclipse.core.commands.StatusCommand.executeAndFilterLogOutput(StatusCommand.java:145)
 at org.vcs.bazaar.eclipse.core.commands.StatusCommand.run(StatusCommand.java:88)
 at org.vcs.bazaar.eclipse.core.status.StatusUpdater.statusesToUpdate(StatusUpdater.java:49)
 at org.vcs.bazaar.eclipse.core.status.StatusCacheManager.basicGetStatus(StatusCacheManager.java:195)
 at org.vcs.bazaar.eclipse.core.status.StatusCacheManager.getStatus(StatusCacheManager.java:170)
 at org.vcs.bazaar.eclipse.core.status.StatusCacheManager.getStatus(StatusCacheManager.java:133)
 at org.vcs.bazaar.eclipse.internal.core.model.local.BzrLocalResource.getStatus(BzrLocalResource.java:172)
 at org.vcs.bazaar.eclipse.ui.decorator.BazaarLightweightDecorator.decorateByType(BazaarLightweightDecorator.java:122)
 at org.vcs.bazaar.eclipse.ui.decorator.BazaarLightweightDecorator.decorate(BazaarLightweightDecorator.java:94)
 at org.vcs.bazaar.eclipse.ui.decorator.BazaarLightweightDecorator.decorate(BazaarLightweightDecorator.java:83)
 at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:253)
 at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)
 at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
 at org.eclipse.core.runtime.Platform.run(Platform.java:857)
 at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)
 at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)
 at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:369)
 at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:329)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
 at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:369)
 at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:329)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.io.IOException: <?xml version="1.0" encoding="UTF-8"?><error><class>AttributeError</class><dict></dict><message>'module' object has no attribute '_raise_if_nonexistent'</message></error>
 ... 27 more

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

Hi,

You are hitting Bug #280888, that's is fixed in the latest bzr-xmloutput release (0.8.1).

Upgrading the bzr-xmlotuput plugin should solve the problem

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#5

Thanks Guillermo Gonzalez, that solved my question.