Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] What compiler is used by tycho-0.15.0?

No, tycho 0.16 was not updated to sr2 yet, but it is relatively
straightforward to change version of jdt compiler used by tycho with
local changes only. You basically need to install/deploy jdt core and
apt jars to local/remote repository using same groupId/artifactId as
tycho but different version. Then use pluginManagement in your parent
pom to force maven use the new version throughout your build.

--
Regards,
Igor

On 12-09-13 3:34 AM, Tom Schindl wrote:
Hi Igor,

I've logged a bug with JDT-Core
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=389454) and run with -X
and attached some of the information there.

It looks like a similar bug was fixed in 3.8.2 (which is what is
released with Juno SR2) is it somehow possible to replace my jdt with
this version? e.g. does tycho 0.16 will ship with it?

Tom

Am 13.09.12 01:15, schrieb Igor Fedorenko:
Don't know, see if Tycho uses different compiler arguments compared to
workspace. Running build with -X makes Tycho print all arguments it
sends to ejc, and there is also special argument that makes ejc dump
even more detailed log to an xml file (can't recall exact syntax, sorry).

--
Regards,
Igor

On 12-09-12 6:43 PM, Tom Schindl wrote:
Hi Igor,

Thanks - the problem only occurs when I try to compile to 1.7 classfiles
if I compile to 1.6 (the sources are currently still compatible but I
plan to use 1.7 features) I somehow get an invalid classfile.

The strange thing when setting changing the compiler settings in eclipse
and launch in an inner everything is fine.

Tom


Am 12.09.12 20:40, schrieb Igor Fedorenko:
jdt 3.8.1.v20120531-0637, which I believe corresponds to juno release.

--
Regards,
Igor

On 12-09-12 1:24 PM, Tom Schindl wrote:
Hi,

I'm having troubles with code compiled by tycho because it produces a
verify error at runtime:

----------8<----------
Inconsistent stackmap frames at branch target 202 in method
at.bestsolution.efxclipse.tooling.fxgraph.ui.contentassist.antlr.internal.InternalFXGraphParser.rule__OpOther__Alternatives_3_1()V


at offset 358
----------8<----------

Tom

_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev




Back to the top