Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Making Tycho ignore runtime dependencies

No, this is not possible. Tycho assumes that all bundle dependencies are
there for a reason and fails the build if any of the dependencies is not
found.

--
Regards,
Igor

On 12-07-06 8:08 AM, Cameron Ross wrote:
We're using Tycho to automate the building of bundles that will be
deployed to Virgo Tomcat Server.  The P2 update site for Virgo
publishes bundles that conform to the OSGi standard.  Other bundles
provided by Virgo are considered extensions and are not exposed by the
P2 update site.  These extensions are, however, available within the
Virgo runtime.

One of our bundles has a dependency on a Virgo extension bundle.  This
is a runtime dependency, not a compile time dependency.  Everything
works fine when building in Eclipse, but Tycho complains that this
runtime dependency cannot be found.  Is there a way to make Tycho
ignore this runtime dependency?

Thanks,
Cameron.

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




Back to the top