Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] CLIPC contribution to ECF

On Sun, Aug 16, 2009 at 5:26 PM, Clark Hobbie <clark.hobbie@xxxxxxxxxx> wrote:
All,

As per the contribution process, here is my request to add the CLIPC source code to the ECF project.
I've created an entry in bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=286744 for the contribution, with the source code attached to the bug.

I also added a wiki page with answers to some of the questions in the contribution process at http://wiki.eclipse.org/IPC_clipc_contribution.

CLIPC provides inter-process communications (IPC) primitives that do not exist in the Java runtime or simplifies those ones that do exist.  It consists of some platform independent Java code that defines native interfaces and then some native code that implements the interfaces.

Basic questions that I have include:
* Are there any corrections I need to make to the Bugzilla request?
* Do I need to rename the various packages that CLIPC uses?
* Are there other changes that are needed in order to contribute the code?

Awesome, thanks Clark!

I put a response on the bug:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=286744#c2

Once you answer those questions, we can get things started.

Sorry for the slow reply, I was on vacation.

Cheers, 

--
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk

Back to the top