← Back to team overview

bzr-eclipse team mailing list archive

Re: Setting up for bzr-eclipse development

 

On 05/19/2013 04:28 AM, Alexander Taler wrote:
> Good news, I've got back to this and made a few more improvements:
>
>  * The setup instructions are on the wiki:
>       http://wiki.bazaar.canonical.com/BzrEclipse#Hacking
>       http://wiki.bazaar.canonical.com/BzrEclipse/SettingUpADevEnvironment
>
>  * I've submitted a merge proposal for bzr-java-lib to automatically find
>    the bzr-xmloutput development branch:
>
>       https://code.launchpad.net/~alex-idereal/bzr-java-lib/fetch-xmloutput-during-build
>
>  * I've merged in my changes to bzr-eclipse.
>
> Alex
>
Hi,

Thanks for checking in your changes. I have a couple of questions:

1) When I remove bzr-java-lib from .classpath in ui plugin I get no
errors and everything seems to work fine and compile in Eclipse.
Would you please let me know what kind of error you get when
bzr-java-lib is not present in the classpath? I would like to remove any
dependency on bzr-java-lib from ui plugin if possible.

2) Do we really need the changes in bzr-java-lib?
BZR_PLUGIN_PATH is yet anothr environment variable you can set before
running maven build e.g.: export BZR_PLUGIN_PATH=/xxxxx. I use this
approach both on my local machine and on CI server
(http://185-5-96-190.greendata.pl/). This way I can easily run
bzr-java-lib tests against various xmloutput versions stored in
different folders just by changing a single env variable.

Cheers,
Piotr




Follow ups

References