Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Using "Automated Management of Dependencies" when building with tycho?

this has been discussed lately on this list:
http://dev.eclipse.org/mhonarc/lists/tycho-user/msg00518.html

support for additional.bundles in build.properties should not be too hard to add
(similar to jars.extra.classpath), from my point of view we just don't have a compelling usecase for it
since we don't use additional.bundles.

That said, feel free to open a bug and provide a quality patch.

Regards,
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of motes motes
Sent: Montag, 1. August 2011 13:37
To: Tycho user list
Subject: Re: [tycho-user] Using "Automated Management of Dependencies" when building with tycho?

Here you go:

http://eclipsesource.com/blogs/2009/05/29/pdes-automated-management-of-dependencies/



On Mon, Aug 1, 2011 at 1:21 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
> Do you mind providing some links that explain what this feature does and
> what underlying usecase(s) it solves?
>
> --
> Regards,
> Igor
>
> On 11-08-01 3:08 PM, motes motes wrote:
>>
>> In an eclipse plugin its possible to specify dependencies using the
>> Automated Management of Dependencies (AMD) which basically is the same
>> as plain dependency management except that the dependencies are not
>> written to the MANIFEST file. When building with PDE build this works
>> fine but when building with tycho I often need to add some of the
>> dependencies from the AMD either to imported packages or required or I
>> get compilations errors (Access restriction ...)
>>
>> Do you guys avoid using AMD or are there plans for better support of
>> AMD when building with tycho (currently I use 0.12.0)?
>> _______________________________________________
>> tycho-user mailing list
>> tycho-user@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top