install xmloutput bazaar plugin for Eclipse on OS X

Guillermo Gonzalez guillo.gonzo at gmail.com
Thu Mar 5 12:17:12 GMT 2009


Hi Brendan,

On Thu, Mar 5, 2009 at 2:58 AM, Brendan Simon <Brendan at brendansimon.com> wrote:
> I'm trying to install the bzr-xmloutput bazaar plugin, so that I can get the
> Eclipse plugin to work.
> I'm using Mac OS X.
>
> I downloaded the latest tarball, change directory to bzr-xmloutput-0.8.3 and
> executed "python setup.py install".
> bzr plugins does not list xmloutput.
>
> It installed in:
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/
>
> But all other bzr plugins that came with the OS X installer, are installed
> in:
> /Library/Python/2.5/site-packages/bzrlib/plugins/

That's weird, I'll try to debug this.

>
> How do I install it in the correct directory that bzr searches ???

The easiest way to install a plugin IMHO, is to drop it in
$HOME/.bazaar/plugins.
Instead of running setup.py in bzr-xmloutput-0.8.3, move the dir to
$HOME/.bazaar/plugins/xmloutput and you are done ;)

Regards,
Hi Brendan,

On Thu, Mar 5, 2009 at 2:58 AM, Brendan Simon <Brendan at brendansimon.com> wrote:
> I'm trying to install the bzr-xmloutput bazaar plugin, so that I can get the
> Eclipse plugin to work.
> I'm using Mac OS X.
>
> I downloaded the latest tarball, change directory to bzr-xmloutput-0.8.3 and
> executed "python setup.py install".
> bzr plugins does not list xmloutput.
>
> It installed in:
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/
>
> But all other bzr plugins that came with the OS X installer, are installed
> in:
> /Library/Python/2.5/site-packages/bzrlib/plugins/

That's weird, I'll try to debug this.

>
> How do I install it in the correct directory that bzr searches ???

The easiest way to install a plugin IMHO, is to drop it in
$HOME/.bazaar/plugins.
Instead of running setup.py in bzr-xmloutput-0.8.3, move the dir to
$HOME/.bazaar/plugins/xmloutput and you are done ;)

Regards,

--
Guillermo Gonzalez <http://launchpad.net/~verterok>



More information about the bazaar mailing list