Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-dev] And and PDE dependencies in IDE plugin

Nope, PDE is only in one of their distributions.  But I think that your
argument is sufficient.  Please post it to the following bug and we'll
figure out what to do:

187154: manage Mylyn participation in EPP
https://bugs.eclipse.org/bugs/show_bug.cgi?id=187154

Mik

> -----Original Message-----
> From: mylyn-dev-bounces@xxxxxxxxxxx [mailto:mylyn-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Shelby Sanders
> Sent: Monday, June 25, 2007 3:32 PM
> To: Mylyn developer discussions
> Subject: Re: [mylyn-dev] And and PDE dependencies in IDE plugin
> 
> Mik,
> 
> Our problem is that the Eclipse Platform deliverable doesn't include
> any org.eclipse.pde.** plugins, so the dependency can't be resolved.
> 
> I agree that that is a useful feature, but it prevents usage on the
> smaller deliverables so may not be worth it overall.
> 
> I don't understand why the Java EPP package would lose the
> functionality.  Wouldn't that package depend on the Mylyn PDE plugin
> anyway?
> 
> ~Shelby
> 
> 
> On 6/25/07, Mik Kersten <beatmik@xxxxxxx> wrote:
> > Hi Shelby,
> >
> > The coupling is for creating a new task from the Error Log view.  Our
> > expectation for this was that IDE configurations should include the
> Error
> > Log view and would not mind the dependency on eclipse.pde.runtime
> (noting
> > that this is not a dependency on PDE UI).  It is possible for me to
> move
> > this into mylyn.pde.ui, but then IDE configurations such as EPP's
> Java
> > configuration would not include this useful action.
> >
> > Since the change will not disrupt anything other than packaging I am
> happy
> > to do it if we can be sure that the packaging is suitable.  Is the
> problem
> > for on your end that you do not want to include the
> eclipse.pde.runtime UI
> > contributions (PDE Runtime and Plug-in Registry)?
> >
> > Mik
> >
> > > -----Original Message-----
> > > From: mylyn-dev-bounces@xxxxxxxxxxx [mailto:mylyn-dev-
> > > bounces@xxxxxxxxxxx] On Behalf Of Shelby Sanders
> > > Sent: Monday, June 25, 2007 12:10 PM
> > > To: Mylyn developer discussions
> > > Subject: Re: [mylyn-dev] And and PDE dependencies in IDE plugin
> > >
> > > Mik,
> > >
> > > Any news on this?
> > >
> > > Does it look like it will make it into the official Europa build?
> > >
> > > ~Shelby
> > >
> > >
> > > On 6/21/07, Shelby Sanders <shelbys@xxxxxxxxx> wrote:
> > > > Mik,
> > > >
> > > > It looks like you're almost there.
> > > >
> > > > However, I still can't install the IDE feature, because it has a
> > > > dependency on "org.eclipse.pde.runtime".
> > > >
> > > > Putting Ant and PDE together makes sense to me as well.
> > > >
> > > > ~Shelby
> > > >
> > > >
> > > > On 6/21/07, Mik Kersten <beatmik@xxxxxxx> wrote:
> > > > > Which build are you using?  Ant and PDE have been separated out
> > > into other
> > > > > plug-ins with the EPP project as a driver:
> > > > >
> > > > > 187154: manage Mylyn participation in EPP
> > > > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=187154
> > > > >
> > > > > So you should be able to do exactly what you are after and if
> you
> > > can't
> > > > > please let us know asap.  You can also now do this via feature
> > > dependencies.
> > > > > The only weirdness is that the PDE feature includes Ant because
> we
> > > did not
> > > > > think it was worth making a separate feature for Ant.
> > > > >
> > > > > Mik
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: mylyn-dev-bounces@xxxxxxxxxxx [mailto:mylyn-dev-
> > > > > > bounces@xxxxxxxxxxx] On Behalf Of Shelby Sanders
> > > > > > Sent: Thursday, June 21, 2007 10:52 AM
> > > > > > To: mylyn-dev@xxxxxxxxxxx
> > > > > > Subject: [mylyn-dev] And and PDE dependencies in IDE plugin
> > > > > >
> > > > > > All,
> > > > > >
> > > > > > I'm trying to use Mylyn on top of a Platform installation,
> > > instead of
> > > > > > full SDK.
> > > > > >
> > > > > > It looks like the only two plugins which can't resolve are
> .ide
> > > and
> > > > > > .java.  I removed the .java plugin, because I'm not working
> with
> > > Java.
> > > > > >
> > > > > > However, it looks like there are some extensions in the .ide
> > > plugin
> > > > > > that I would still want.  That being said, the plugin can't
> > > resolve,
> > > > > > because there are also dependencies on Ant and PDE which
> aren't
> > > > > > delivered in the Platform build.
> > > > > >
> > > > > > Are there any plans to separate the Ant and PDE dependencies
> out
> > > into
> > > > > > another plugin?  Or should I be looking to register the
> remaining
> > > > > > extensions myself?  If the latter, I'm not sure I can,
> because
> > > the
> > > > > > classes are defined in internal packages.
> > > > > >
> > > > > > ~Shelby
> > > > > > _______________________________________________
> > > > > > mylyn-dev mailing list
> > > > > > mylyn-dev@xxxxxxxxxxx
> > > > > > https://dev.eclipse.org/mailman/listinfo/mylyn-dev
> > > > >
> > > > > _______________________________________________
> > > > > mylyn-dev mailing list
> > > > > mylyn-dev@xxxxxxxxxxx
> > > > > https://dev.eclipse.org/mailman/listinfo/mylyn-dev
> > > > >
> > > >
> > > _______________________________________________
> > > mylyn-dev mailing list
> > > mylyn-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/mylyn-dev
> >
> > _______________________________________________
> > mylyn-dev mailing list
> > mylyn-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/mylyn-dev
> >
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev



Back to the top