eclipse needs bzr-xmloutput on Mac OS X

Asked by jpcofr

Hi...

I' trying to install the eclipse plugin, and I'm having the same problem as the other thread refering also to it but over windows. I have installed peviously this plugin on ubuntu with success. Now I'm trying to do the same on mac following this instructions (http://wiki.flexion.org/EclipseIDE.html) but with some modifications.... It didn't solve de problem... could you help me?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
bzr-xmloutput Edit question
Assignee:
No assignee Edit question
Solved by:
jpcofr
Solved:
Last query:
Last reply:
Revision history for this message
jpcofr (jpcofr) said :
#1

ahh... I forgot to say that I have not reboot my system...

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

Hi Juan Pablo,

Please take look to http://bazaar-vcs.org/BzrEclipse/Installation.

To install xmloutput in OS X, the easies way is to directly branch it inside ~/.bazaar/plugins:
bzr branch lp:bzr-xmloutput ~/.bazaar/plugins/xmloutput

Revision history for this message
jpcofr (jpcofr) said :
#3

Thanks Guillermo...

Revision history for this message
Brendan Simon (brendan-simon) said :
#4

I am using Bazaar 2.1.1 application bundle for Python 2.6.
It has xmloutput installed by default.

'bzr plugins -v' yields:

xmloutput 0.8.6
    This plugin adds an option (--xml) to log and provides an xml version of some builtin commands.
    /Library/Python/2.6/site-packages/bzrlib/plugins/xmloutput

I do not get any output from Eclipse when running commands such as Team -> Status, which appears to execute xmlstatus.
The console window shows:
    Executing: xmlstatus src/my_app.py

but no other output.

This Bazaar installation setup should work ok, shouldn't it ??

When I run it manually it seems ok.

$ bzr xmlstatus src/my_app.py
<?xml version="1.0" encoding="UTF-8"?><status workingtree_root="/Users/brendan/Documents/workspace/yyy/"><modified><file fid="my_app.py-20090709134117-yvpu2y6s6kk982i0-2">src/my_app.py</file></modified></status>

Any ideas why it doesn't work within Eclipse ??

Thanks, Brendan.

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

HI Brendan,

I think you need to install latest trunk of xmloutput (0.8.7.dev) as 0.8.6 is incompatible with 2.1.1 due to a change in the way output is handled.

Regards,

Revision history for this message
Marshall Moseley (marshall-extanto) said :
#6

How do I get the latest trunk? There is no download button on the 0.8.7 page.

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

Hi Marshall,

The easiest way to install the plugin without messing with the system wide install is to execute from a terminal:

mkdir -p ~/.bazaar/plugins/; bzr branch lp:xmloutput ~/.bazaar/plugins/xmloutput

Regards,