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, Mik Kersten <beatmik@xxxxxxx> wrote:
What we can do is provide you with all of the JARs needed to make the
headless mylar.tasks work, or to produce a non-plug-in JAR that does not
require the Eclipse dependencies.  Note that connectors such as
mylar.bugzilla.core rely on Apache JARs such as httpclient, currently
provided by org.eclipse.mylar.core.  But working around that could be as
simple as making an Ant script put those in the right place for you.

Maven is perfect in handling such dependencies so it's not a problem at all.

149981: extract tasks framework from mylar.tasklist
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149981

We expect to get to the above task early next week.  Once you see some
progress there it would be useful to get your feedback on the packaging that
you need.

Yes, that's exactly my plan.

Assuming we end up with multiple JARs, how would you expect to download
them, as a Single ZIP?  Should we consider having this packaging implemented
as a Maven build rather than Ant?

Please, let me wait for headless API and I'll come back with propositions.

Regards,
Tomek

Mik


Back to the top