Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui
Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui [message #23036] Mon, 20 August 2007 11:53 Go to next message
anatoly techtonik is currently offline anatoly techtonikFriend
Messages: 33
Registered: July 2009
Member
Hello there,

I've noticed that Mylyn redistribution in eclipse-java-europa-win32.zip
lacks some features that are required for Subclipse Mylyn integration.
Namely org.eclipse.mylyn.team.ui plugin. Is it bug or there are some
reasons not to include this plugin in redistribution?

Ref.: http://svn.haxx.se/subusers/archive-2007-08/0057.shtml
"Re: [Subclipse-users] Problem installing 1.2.3 Mylyn integration on Europa"

--t.
Re: Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui [message #23905 is a reply to message #23036] Mon, 27 August 2007 06:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: beatmik.acm.org

The problem is that the current Team plug-in needs to be coupled to the
Team/CVS, which is not distributed with eclipse-java-europa. We hope to
resolve this early on in the Mylyn 3.0 cycle:

191793: [api] remove coupling from to ..mylyn.team.ui to
org.eclipse.team.cvs
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191793

I added a FAQ entry describing what's redistributed and how to get the
missing pieces:

http://wiki.eclipse.org/Mylyn_FAQ#What_version_of_Mylyn_is_d istributed_with_the_Eclipse_downloads.3F

Mik

techtonik wrote:
> Hello there,
>
> I've noticed that Mylyn redistribution in eclipse-java-europa-win32.zip
> lacks some features that are required for Subclipse Mylyn integration.
> Namely org.eclipse.mylyn.team.ui plugin. Is it bug or there are some
> reasons not to include this plugin in redistribution?
>
> Ref.: http://svn.haxx.se/subusers/archive-2007-08/0057.shtml
> "Re: [Subclipse-users] Problem installing 1.2.3 Mylyn integration on
> Europa"
>
> --t.
Re: Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui [message #24121 is a reply to message #23905] Mon, 27 August 2007 13:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: markphip.GoogleMail.com

In article <fatq2s$dam$1@build.eclipse.org> Mik
Kersten<beatmik@acm.org> wrote:
> The problem is that the current Team plug-in needs to be coupled to
> the Team/CVS, which is not distributed with eclipse-java-europa. We
> hope to resolve this early on in the Mylyn 3.0 cycle:

> 191793: [api] remove coupling from to ..mylyn.team.ui to
> org.eclipse.team.cvs
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=191793

> I added a FAQ entry describing what's redistributed and how to get
> the missing pieces:


> http://wiki.eclipse.org/Mylyn_FAQ#What_version_of_Mylyn_is_d istributed
> _with_the_Eclipse_downloads.3F

Mik,

Correct me if I am wrong, but when I look at your feature:

< http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.mylyn/o rg.eclipse
mylyn.pde-feature/feature.xml?revision=1.23&root=Tools_P roject&view=ma
rkup&pathrev=R_2_0_0>

I think this is the one that includes the Team stuff. There is no
<requires>for CVS, but there is for PDE. This is what seems to be the
problem
as a lot of people do not have PDE installed but most probably do have
CVS.

Mark


--

I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
Re: Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui [message #26066 is a reply to message #24121] Thu, 06 September 2007 22:06 Go to previous message
Eclipse UserFriend
Originally posted by: beatmik.acm.org

That's correct, the ..mylyn.pde-feature is the bridge to the Eclipse
SDK, even though it is not properly named (we got the repackaging
request from EPP too late in the 2.0 process to rename this feature).
What we need is a separate feature for just the Mylyn team stuff. The
challenge that we are always faced with is that we don't want to force
users to select from a dozen different features because that adds a lot
of complexity to the install. So we break up features as lazily as
possible, and have already had confusion from breaking up IDE and SDK.
However, I could see making the following changes, along the lines of
your suggestion and to more closely line up the Mylyn Bridge features
with the EPP packages:

1) IDE: same as current, core IDE stuff, can be redistributed by CDT
2) JDT: same as current, coupled to JDT
3) PDE: just the PDE stuff
4) Team: team+CVS

This unfortunately still leaves the Ant bridge stuff out, because Ant UI
is coupled to JDT and so it cannot be added to (1) or (4). Depending on
EPP packaging, it may be possible to add it to (2), if not it's not that
bad for it to be available in (3) only, because what's more important is
that more people have access to the Team stuff.

I'd like to consider making this change for 2.1, so please post any
opinions or needs on the bug I just created. I'll Cc the EPP folks as well.

202547: improve packaging of Mylyn features
https://bugs.eclipse.org/bugs/show_bug.cgi?id=202547

Mik


Mark Phippard wrote:
> Correct me if I am wrong, but when I look at your feature:
>
> < http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.mylyn/o rg.eclipse
> mylyn.pde-feature/feature.xml?revision=1.23&root=Tools_P roject&view=ma
> rkup&pathrev=R_2_0_0>
>
> I think this is the one that includes the Team stuff. There is no
> <requires>for CVS, but there is for PDE. This is what seems to be the
> problem
> as a lot of people do not have PDE installed but most probably do have
> CVS.
>
> Mark
Re: Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui [message #578369 is a reply to message #23036] Mon, 27 August 2007 06:13 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
The problem is that the current Team plug-in needs to be coupled to the
Team/CVS, which is not distributed with eclipse-java-europa. We hope to
resolve this early on in the Mylyn 3.0 cycle:

191793: [api] remove coupling from to ..mylyn.team.ui to
org.eclipse.team.cvs
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191793

I added a FAQ entry describing what's redistributed and how to get the
missing pieces:

http://wiki.eclipse.org/Mylyn_FAQ#What_version_of_Mylyn_is_d istributed_with_the_Eclipse_downloads.3F

Mik

techtonik wrote:
> Hello there,
>
> I've noticed that Mylyn redistribution in eclipse-java-europa-win32.zip
> lacks some features that are required for Subclipse Mylyn integration.
> Namely org.eclipse.mylyn.team.ui plugin. Is it bug or there are some
> reasons not to include this plugin in redistribution?
>
> Ref.: http://svn.haxx.se/subusers/archive-2007-08/0057.shtml
> "Re: [Subclipse-users] Problem installing 1.2.3 Mylyn integration on
> Europa"
>
> --t.
Re: Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui [message #578444 is a reply to message #23905] Mon, 27 August 2007 13:32 Go to previous message
Mark Phippard is currently offline Mark PhippardFriend
Messages: 129
Registered: July 2009
Senior Member
In article <fatq2s$dam$1@build.eclipse.org> Mik
Kersten<beatmik@acm.org> wrote:
> The problem is that the current Team plug-in needs to be coupled to
> the Team/CVS, which is not distributed with eclipse-java-europa. We
> hope to resolve this early on in the Mylyn 3.0 cycle:

> 191793: [api] remove coupling from to ..mylyn.team.ui to
> org.eclipse.team.cvs
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=191793

> I added a FAQ entry describing what's redistributed and how to get
> the missing pieces:


> http://wiki.eclipse.org/Mylyn_FAQ#What_version_of_Mylyn_is_d istributed
> _with_the_Eclipse_downloads.3F

Mik,

Correct me if I am wrong, but when I look at your feature:

< http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.mylyn/o rg.eclipse
mylyn.pde-feature/feature.xml?revision=1.23&root=Tools_P roject&view=ma
rkup&pathrev=R_2_0_0>

I think this is the one that includes the Team stuff. There is no
<requires>for CVS, but there is for PDE. This is what seems to be the
problem
as a lot of people do not have PDE installed but most probably do have
CVS.

Mark


--

I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo
Re: Default Eclipse 3.3/Europa redistribution and org.eclipse.mylyn.team.ui [message #579905 is a reply to message #24121] Thu, 06 September 2007 22:06 Go to previous message
Mik Kersten is currently offline Mik KerstenFriend
Messages: 287
Registered: July 2009
Senior Member
That's correct, the ..mylyn.pde-feature is the bridge to the Eclipse
SDK, even though it is not properly named (we got the repackaging
request from EPP too late in the 2.0 process to rename this feature).
What we need is a separate feature for just the Mylyn team stuff. The
challenge that we are always faced with is that we don't want to force
users to select from a dozen different features because that adds a lot
of complexity to the install. So we break up features as lazily as
possible, and have already had confusion from breaking up IDE and SDK.
However, I could see making the following changes, along the lines of
your suggestion and to more closely line up the Mylyn Bridge features
with the EPP packages:

1) IDE: same as current, core IDE stuff, can be redistributed by CDT
2) JDT: same as current, coupled to JDT
3) PDE: just the PDE stuff
4) Team: team+CVS

This unfortunately still leaves the Ant bridge stuff out, because Ant UI
is coupled to JDT and so it cannot be added to (1) or (4). Depending on
EPP packaging, it may be possible to add it to (2), if not it's not that
bad for it to be available in (3) only, because what's more important is
that more people have access to the Team stuff.

I'd like to consider making this change for 2.1, so please post any
opinions or needs on the bug I just created. I'll Cc the EPP folks as well.

202547: improve packaging of Mylyn features
https://bugs.eclipse.org/bugs/show_bug.cgi?id=202547

Mik


Mark Phippard wrote:
> Correct me if I am wrong, but when I look at your feature:
>
> < http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.mylyn/o rg.eclipse
> mylyn.pde-feature/feature.xml?revision=1.23&root=Tools_P roject&view=ma
> rkup&pathrev=R_2_0_0>
>
> I think this is the one that includes the Team stuff. There is no
> <requires>for CVS, but there is for PDE. This is what seems to be the
> problem
> as a lot of people do not have PDE installed but most probably do have
> CVS.
>
> Mark
Previous Topic:Removing a Task Repository
Next Topic:Background Task Synchronization
Goto Forum:
  


Current Time: Wed Apr 24 22:27:42 GMT 2024

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

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

Back to the top