Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Objectteams » pde build with OT
pde build with OT [message #639453] Tue, 16 November 2010 16:09 Go to next message
Sébastien  Gandon is currently offline Sébastien GandonFriend
Messages: 184
Registered: July 2009
Senior Member
Hello,
I am interesting in OT features and especially binding into Eclipse bundles in our RCP applications.
I'd like to know if it is possible to use the PDE build to build OT language "scripts" as well as our own java class ?
It seems that the OT compiler is the JDT compiler with modifications, so how is it possible to setup pde build to use the OT compiler?

thanks.
Re: pde build with OT [message #639523 is a reply to message #639453] Tue, 16 November 2010 19:23 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
seb.fr wrote on Tue, 16 November 2010 17:09
Hello,
I am interesting in OT features and especially binding into Eclipse bundles in our RCP applications.
I'd like to know if it is possible to use the PDE build to build OT language "scripts" as well as our own java class ?
It seems that the OT compiler is the JDT compiler with modifications, so how is it possible to setup pde build to use the OT compiler?

thanks.



Depending on how you invoke PDE Build it may just miraculously work out-off the box: the eclipse instance driving the build simply needs to have the OTDT feature installed and then the default Java compiler will understand OT/J. Actually, the feature "Object Teams Patch for JDT/Core" suffices.

This assumes that your projects have the Object Teams nature, BTW.

Are you using an SDK to execute the build or a base builder, or? Are you building headless or from the IDE?

Possible ways to inject our compiler range from replacing the jar file (hackish) to invoking the p2 director to install our feature (cleaner).

Let me know if you need more specific instructions,
Stephan

Previous Topic:The Road Ahead - Request for Feedback
Next Topic:Testing Object Teams enabled Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 23:38:07 GMT 2024

Powered by FUDForum. Page generated in 0.02578 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top