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?

There is no specific/hard schedule for 0.16. It will be released
when it is ready and one of Tycho developers feels motivated enough to
perform build/tagging/deploying chores.

--
Regards,
Igor

On 12-09-24 8:27 AM, Tom Schindl wrote:
Hi Igor,

I saw you closed https://bugs.eclipse.org/bugs/show_bug.cgi?id=389926 as
won't fix for 0.15.x. I searched and couldn't find informations on the
homepage when 0.16.0 will be released, i know I can work around using
the dependency-element but having them in a release would be preferred.

Thanks

Tom

Am 13.09.12 17:26, schrieb Tom Schindl:
Well updating jdt is probably a good idea. There's already a known
compiler bug already fixed in Juno SR1 [1]!

Tom

[1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=381172

Am 13.09.12 13:45, schrieb Igor Fedorenko:
no hard plans to upgade 0.16 yet

--
Regards,
Igor

On 12-09-13 7:30 AM, Tom Schindl wrote:
Am 13.09.12 13:25, schrieb Igor Fedorenko:
No, tycho 0.16 was not updated to sr2 yet, but it is relatively

oh i had a typo this what compiler bug that could maybe cause this is
fixed with 3.8.2 which is what is released with Juno sr1!

So the correct question is will 0.16 ship with jdt from Juno sr1?

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.


I'm a maven dummy so I don't know what you are trying to tell me with
the above ;-)

If you could point me to resources

Tom

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






Back to the top