pde build with OT [message #639453] |
Tue, 16 November 2010 11:09  |
Eclipse User |
|
|
|
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 14:23  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.28374 seconds