Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » disabled mylyn features
disabled mylyn features [message #39806] Mon, 24 December 2007 13:50 Go to next message
Michael Woski is currently offline Michael WoskiFriend
Messages: 24
Registered: July 2009
Junior Member
Hi everyone,

I'm having the situation whenever I start eclipse with -clean all the
features of the mylyn package have been disabled. I then have to enable
them manually, which actually works but still it's quite annoying.
Does anybody know where that behaviour stems from, because I've observed
this with a few other plugins as well.

Thanks for any help

bye M;chi
Re: disabled mylyn features [message #39928 is a reply to message #39806] Fri, 28 December 2007 01:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: beatmik.acm.org

We have not encountered behavior of this sort before and and will need
more information to figure out what's going on. It would be best to
file a bug and include all of the features that you have installed, and
the precise Eclipse version. It sounds like there is something in the
dependency chain that's either failing or missing, so it would also be
helpful if you attached your <worskspace>/.metadata/.log file, ideally
containing only the entries after the first restart with -clean.

Mik

M;chi wrote:
> Hi everyone,
>
> I'm having the situation whenever I start eclipse with -clean all the
> features of the mylyn package have been disabled. I then have to enable
> them manually, which actually works but still it's quite annoying.
> Does anybody know where that behaviour stems from, because I've observed
> this with a few other plugins as well.
>
> Thanks for any help
>
> bye M;chi
Re: disabled mylyn features [message #40113 is a reply to message #39928] Mon, 31 December 2007 13:55 Go to previous messageGo to next message
Michael Woski is currently offline Michael WoskiFriend
Messages: 24
Registered: July 2009
Junior Member
Just in case anybody is interested in the solution. Eclipse can't load
jarred features, which happened when I just unzipped the plugin package
into my extension location.

Mik Kersten wrote:

> We have not encountered behavior of this sort before and and will need
> more information to figure out what's going on. It would be best to
> file a bug and include all of the features that you have installed, and
> the precise Eclipse version. It sounds like there is something in the
> dependency chain that's either failing or missing, so it would also be
> helpful if you attached your <worskspace>/.metadata/.log file, ideally
> containing only the entries after the first restart with -clean.
>
> Mik
>
> M;chi wrote:
>> Hi everyone,
>>
>> I'm having the situation whenever I start eclipse with -clean all the
>> features of the mylyn package have been disabled. I then have to enable
>> them manually, which actually works but still it's quite annoying.
>> Does anybody know where that behaviour stems from, because I've observed
>> this with a few other plugins as well.
>>
>> Thanks for any help
>>
>> bye M;chi
Re: disabled mylyn features [message #40201 is a reply to message #40113] Mon, 31 December 2007 22:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

M;chi wrote:
> Just in case anybody is interested in the solution. Eclipse can't load
> jarred features, which happened when I just unzipped the plugin package
> into my extension location.
>

Yep. They need to have the features jarred for correct download when
not going through an update site. This requires a different setting on
the feature packaging when exporting the feature in PDE.
Re: disabled mylyn features [message #40225 is a reply to message #40201] Mon, 31 December 2007 22:46 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
David Carver wrote:
>> Just in case anybody is interested in the solution. Eclipse can't load
>> jarred features, which happened when I just unzipped the plugin package
>> into my extension location.
> Yep. They need to have the features jarred for correct download when
> not going through an update site. This requires a different setting
> on the feature packaging when exporting the feature in PDE.
By the way, guys, why unzipping this stuff manually instead of using
Eclipse Update Manager? Note that you can install from both remote and
local update site. If I am not mistaken, the latter can be pointed to an
archive downloaded from the Mylyn web site.

regards,
Eugene
Re: disabled mylyn features [message #586410 is a reply to message #39806] Fri, 28 December 2007 01:18 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
We have not encountered behavior of this sort before and and will need
more information to figure out what's going on. It would be best to
file a bug and include all of the features that you have installed, and
the precise Eclipse version. It sounds like there is something in the
dependency chain that's either failing or missing, so it would also be
helpful if you attached your <worskspace>/.metadata/.log file, ideally
containing only the entries after the first restart with -clean.

Mik

M;chi wrote:
> Hi everyone,
>
> I'm having the situation whenever I start eclipse with -clean all the
> features of the mylyn package have been disabled. I then have to enable
> them manually, which actually works but still it's quite annoying.
> Does anybody know where that behaviour stems from, because I've observed
> this with a few other plugins as well.
>
> Thanks for any help
>
> bye M;chi
Re: disabled mylyn features [message #586468 is a reply to message #39928] Mon, 31 December 2007 13:55 Go to previous message
Michael Woski is currently offline Michael WoskiFriend
Messages: 24
Registered: July 2009
Junior Member
Just in case anybody is interested in the solution. Eclipse can't load
jarred features, which happened when I just unzipped the plugin package
into my extension location.

Mik Kersten wrote:

> We have not encountered behavior of this sort before and and will need
> more information to figure out what's going on. It would be best to
> file a bug and include all of the features that you have installed, and
> the precise Eclipse version. It sounds like there is something in the
> dependency chain that's either failing or missing, so it would also be
> helpful if you attached your <worskspace>/.metadata/.log file, ideally
> containing only the entries after the first restart with -clean.
>
> Mik
>
> M;chi wrote:
>> Hi everyone,
>>
>> I'm having the situation whenever I start eclipse with -clean all the
>> features of the mylyn package have been disabled. I then have to enable
>> them manually, which actually works but still it's quite annoying.
>> Does anybody know where that behaviour stems from, because I've observed
>> this with a few other plugins as well.
>>
>> Thanks for any help
>>
>> bye M;chi
Re: disabled mylyn features [message #586519 is a reply to message #40113] Mon, 31 December 2007 22:42 Go to previous message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

M;chi wrote:
> Just in case anybody is interested in the solution. Eclipse can't load
> jarred features, which happened when I just unzipped the plugin package
> into my extension location.
>

Yep. They need to have the features jarred for correct download when
not going through an update site. This requires a different setting on
the feature packaging when exporting the feature in PDE.
Re: disabled mylyn features [message #586527 is a reply to message #40201] Mon, 31 December 2007 22:46 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
David Carver wrote:
>> Just in case anybody is interested in the solution. Eclipse can't load
>> jarred features, which happened when I just unzipped the plugin package
>> into my extension location.
> Yep. They need to have the features jarred for correct download when
> not going through an update site. This requires a different setting
> on the feature packaging when exporting the feature in PDE.
By the way, guys, why unzipping this stuff manually instead of using
Eclipse Update Manager? Note that you can install from both remote and
local update site. If I am not mistaken, the latter can be pointed to an
archive downloaded from the Mylyn web site.

regards,
Eugene
Previous Topic:Mylyn 2.2 is now available
Next Topic:Mylyn update to 2.2 Incomplete? - org.eclipse.mylyn_feature (2.2.0)
Goto Forum:
  


Current Time: Thu Mar 28 23:55:04 GMT 2024

Powered by FUDForum. Page generated in 0.02879 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top