installing bzr-xmloutput plugin

Asked by Primal Pappachan

Hi

I was following the instructions from http://wiki.bazaar.canonical.com/BzrEclipse/Installation to install bzreclipse. As said there, I installed xml-output plugin in ~HOME/.bazaar/plugins and bzr plugins gives me the following output.

bzrtools 2.1.0
    Various useful commands for working with bzr.

launchpad 2.1.1
    Launchpad.net integration plugin for Bazaar.

netrc_credential_store 2.1.1
    Use ~/.netrc as a credential store for authentication.conf.

news_merge 2.1.1
    Merge hook for bzr's NEWS file.

xmloutput_0_8_7_final_0 0.8.7
    This plugin adds an option (--xml) to log and provides an xml version of some builtin commands.

Following on the steps from there, I am having trouble configuring Bazaar in eclipse. http://yfrog.com/h8psdp

The error message shown

"bzr: ERROR: No module named xmloutput.cmds
You may need to install this Python library separately."

Any help would be much appreciated

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Pool
Solved:
Last query:
Last reply:
Revision history for this message
Best Martin Pool (mbp) said :
#1

Hi primal,

I think this means you have the xmloutput plugin in a directory called
something like 'xmloutput-0.8.7....' and actually it needs to be
literally in a directory called 'xmloutput', ie
/home/primal/.bazaar/plugins/xmloutput.

hth

Revision history for this message
Primal Pappachan (primal007) said :
#2

Thanks Martin Pool, that solved my question.