Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Building ECF from source

Thanks guys,

File > Export > Deployable plug-ins and fragments worked with the supplied Zookeeper dependency.
I wanted to package a bundle with my fix to test it internally with our application (the re-connect issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464701).

Yuriy

2015-04-16 16:09 GMT-04:00 Wim Jongman <wim.jongman@xxxxxxxxx>:
Yes I agree with Scott that adding ECF to the target platform is more effective in the long run. Yuriy indicated one missing reference that is why I advised this.

Cheers,

Wim

On Thu, Apr 16, 2015 at 9:58 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
On 4/16/2015 12:16 PM, Yuriy Lopotun wrote:
Thanks Wim, it's very useful.
I'm still struggling, though, trying to finde the way to package a bundle from source.
How do you guys normally do it from Eclipse (given, it's not an ant or maven project)?

One possible option I found is File > Export > Deployable plug-ins and fragments. Is it the way to go?

This will work, but before I answer the question below...why is it necessary to build/package from source for addressing this bug?  (some other reason)?

If so, I have an unresolved dependency on Zookeeper plug-in. Zookeper project doesn't seem to exist in a form of a plug-in, so not sure how to resolve this dependency...

One way is to install a previous version of ECF into the target platform as Wim has responded in skype.  I would say that's the easiest for bug fixing because you will also get all necessary dependencies.

But Wim is also right that the Apache Zookeeper bundles are in Orbit.  Orbit is still using CVS...not our fault :)

:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools

The Zookeeper project path:  org.eclipse.orbit/org.apache.hadoop.zookeeper 
Branch/version we are currently using (see bug [1]):  v3_3_3

Scott

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=378350



Yuriy

2015-04-16 7:23 GMT-04:00 Wim Jongman <wim.jongman@xxxxxxxxx>:
Hi Yuriy,

I have whipped up a Contribution guide to ECF here [1]. Please follow the steps 2 and 3 in this document to get your IDE populated with the zooDiscovery code and ready for Gerrit code review.

[1] https://wiki.eclipse.org/ECF/Contributions

The guide is not thoroughly tested so if you need help, please ping me on Skype. My id is wim.jongman

Best regards,

Wim





On Thu, Apr 16, 2015 at 7:13 AM, Yuriy Lopotun <yuriy.lopotun@xxxxxxxxx> wrote:
Hi guys,

I read through the wiki page but it's still not quite clear to me, so I decided to ask here - what do I need to build the ECF project (or at least part of it - Zookeeper discovery provider) locally from source code?
It seems to look like an ant project, but lacking the config files...
Do I need to install a special JRE or Eclipse plugin?

Thanks,
Yuriy

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ecf-dev


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ecf-dev



_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ecf-dev


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ecf-dev


_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top