Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] jars.extra.classpath problem with plugin patch fragments and Tycho > 1.2

> On May 14, 2020, at 01:46, Justin Dolezy <justin.dolezy@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Is this a known issue (can’t find it in Bugzilla..), or some incantation that Google hasn’t yet revealed to me :)  or maybe there’s a newer preferred way?

This maybe a side effect of:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=535217

At least, this is a change touching the specific area in Tycho.

I'm not sure if fragments in combination with jars.extra.classpath are a good way, though. If your code relies on patched version of the plug-ins I'd recommend making this explicit by shipping patched plug-ins and depending on the specific version of the patched plug-ins.

Additionally you need to define a patch feature to install the patched plug-ins into Eclipse.
https://eclipsesource.com/de/blogs/2012/07/30/patching-your-own-eclipse-ide/

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/



Back to the top