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

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



Back to the top