Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] Removing direct eclipse deps from task manager API

On 7/8/06, Eugene Kuleshov <eu@xxxxxxxx> wrote:

  Hey! That would be cheating. Aren't your ITAPI project supposed to
implement very same stuff? :-)

My primary goal for ITAPI was to have API and Manis provider, mostly
for some kind of reports. And this generally works for me.
But, if Mylar is about similar thing (and doing some other cool things..),
I do not want to start writing Eclipse code around ITAPI while it
already exist in Mylar.
But, on other side, it will be very good to for me (and not only for me
but generally, available as maven plugin) to have access to this code
from outside eclipse, hemce my question.

I hope I didn't make picture more complex with this explanation :)
Basically the plan is:
* have Mylar 'tracker abstraction' headless in a way that it may
 easily used (and that's https://bugs.eclipse.org/bugs/show_bug.cgi?id=149981)
* implement provider for Mantis;
* implement maven (m2) plugin for accessing trackers using those APIs.

Regards,
Tomek

  regards,
  Eugene


Tomasz Pik wrote:
> Good morning/afternoon/evening,
>
>> From https://bugs.eclipse.org/bugs/show_bug.cgi?id=149981
> I understand, that new org.eclipse.mylar.tasks plugin
> will depend only on org.eclipse.core.runtime (and 'internal' classes
> went to different location).
> But looking at MANIFEST.MF for org.eclipse.core.runtime I've found:
> Require-Bundle: org.eclipse.osgi;bundle-version="[3.2.0,4.0.0)";visibi
> lity:=reexport,org.eclipse.equinox.common;bundle-version="[3.2.0,4.0.
> 0)";visibility:=reexport,org.eclipse.core.jobs;bundle-version="[3.2.0
> ,4.0.0)";visibility:=reexport,org.eclipse.equinox.registry;bundle-ver
> sion="[3.2.0,4.0.0)";visibility:=reexport,org.eclipse.equinox.prefere
> nces;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,org.eclipse.
> core.contenttype;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,
> org.eclipse.core.runtime.compatibility.auth;bundle-version="[3.2.0,4.
> 0.0)";resolution:=optional
>
> I don't know too much about OSGI Does it means that if I want to use
> org.eclipse.mylar.tasks library in my code outside Eclipse, I'll have to
> ad all those dependencies along with org.eclipse.core.runtime (and also
> find and add all dependencies of above list)?
>
> Regards,
> Tomek
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev

_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev



Back to the top