Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Compute dependencies to build feature?

The build does not fail with tycho 0.12, so I assume this is the same or
closely related to [1]. Basically, 0.13 ignores all optional
dependencies and current workaround is to force them with build.properties.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=351842

--
Regards,
Igor

On 11-10-10 3:49 AM, motes motes wrote:
I have a project that builds a feature+repository with some language
fragments. The target contains the host plugins but I don't want to
add those to the feature (they are supplied by the application
feature).

When I build the project it only succeeds if I make sure to compute
the dependencies on the "Dependencies" tab.

Why will tycho only build the project if I manually make sure to
compute the dependencies?  Checking the "Recompute when feature
plug-ins change" does not have any effect.

I have uploaded the project here:

download674.mediafire.com/iaress398rkg/h23uzxd63ida36k/babel.zip


NOTICE: It fails until the "Dependencies" are computed in the feature.

After doing a release it pretty cumbersome to go through all the
features and update all the computed dependencies manually. That is
why it could be nice if this was done automatically when tycho builds
the project.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top