Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Managing development-time dependencies

Do you have specific project that demonstrates the problem?

Tycho manages build-time classpath differently from PDE IDE, and
generally Tycho builds should not be affected by "indirectly referenced
classes" errors.

--
Regards,
Igor

On 11-07-07 2:07 PM, Mikaël Barbero wrote:
Is there a clean way in Tycho to handle the case presented in the
following blog post:

http://mcaffer.com/2011/01/managing-development-time-dependencies/

It seems that Tycho does not handle the "additional.bundles" property
used by AMD to resolved the build-time classpath. Even worse, if you are
using "import-package" kind of dependencies, build-time classpath is
restricted to those package, not even to bundle containing those
packages. This is exactly what we expect from an OSGi runtime, not from
an OSGi build tool, isn't it ?

Thanks for your help.

Best regards,
Mikael




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


Back to the top