Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] External builder

Marcel Cerveny wrote:

Hi there!

I'm trying to create a plugin for my own language. I've done some
things and now I'd like to do the build.

Now, I have a builder which is at the time written in C#. A do not
want to rewrite it, but call it from Eclipse. However, all what I
could find (eclipse faq - those five level of build integration) is
that either i build with ant scrip (level 2 - no plugin) or I write
builder in java (level 3 - plugin). Nothing in between.

Can anyone give me a hint where to look when I want to call external
builder from within eclipse?

Thanx in adance
Marcel
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-dev

You could create a JNI (Java Native Interface) wrapper for your builder.


Back to the top