Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] org.eclipse.update.reconcile property not respected.

I was looking into Simon's option of removing the bundle alltogher, and then I probably also should remove org.eclipse.core.runtime.compatibility from my product. Does anyone know of lists of bundles that still depend on these compatibility bundles ? I couldn't find much online.

DJ

On 5 jul. 2013, at 16:32, Simon Goodall <simon@xxxxxxxxxxxxxxxxxx> wrote:

> Hi,
> 
> I removed the bundle org.eclipse.update.configurator from my build. This fixed it for me.
> 
> Simon
> 
> 
> On 5 July 2013 15:11, Derk-Jan Hartman <djhartman@xxxxxxxxxxxxxxxxx> wrote:
> I'm running into the same issue just today.
> 
> Anyone got an idea for a workaround ?
> 
> 
> DJ
> 
> On 5 jul. 2013, at 15:28, "Sievers, Jan" <jan.sievers@xxxxxxx> wrote:
> 
> > sounds somewhat similar to
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=412304
> >
> > Jan
> >
> >
> > From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Simon Goodall
> > Sent: Freitag, 5. Juli 2013 11:32
> > To: Tycho user list
> > Subject: [tycho-user] org.eclipse.update.reconcile property not respected.
> >
> > Hi,
> >
> > I've tried setting the property org.eclipse.update.reconcile to false in my product;
> >
> > <configurations>
> >   ...
> >   <property name="org.eclipse.update.reconcile" value="false" />
> > </configurations>
> >
> > However my generated product does not have this property set in the config.ini. I am looking to solve an issue such as described in [1].
> >
> > I am using Tycho 0.18.0. If found an older post [2] where somebody using Tycho 0.15.0 was getting the property added, but the value was being ignored. It sounds like something has changed sinec then.
> >
> > Is this a bug or intended behaviour? I have fixed my issue by taking the other suggestion from [1] and no longer shipping org.eclipse.update.configurator.
> >
> > [1] http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg04665.html
> > [2] http://stackoverflow.com/questions/13622445/maven-tycho-not-overriding-org-eclipse-update-reconcile-property
> >
> > Thanks,
> >
> > Simon
> > _______________________________________________
> > tycho-user mailing list
> > tycho-user@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/tycho-user
> 
> Derk-Jan Hartman
> Software Engineer; R&D
> djhartman@xxxxxxxxxxxxxxxxx
> 
> Service2Media
> http://www.service2media.com/
> 
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
> 
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user

Derk-Jan Hartman
Software Engineer; R&D
djhartman@xxxxxxxxxxxxxxxxx

Service2Media
http://www.service2media.com/



Back to the top