Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-reviews-dev] Releng + Orbit + Features

On Wed, Jun 1, 2011 at 2:44 PM, alvaro sanchez <alvsan09@xxxxxxxxx> wrote:
[...]
> One more question, The SDK features are making reference to source
> bundles, how is mylyn generating them  ?

Tycho can automatically generate source bundles as part of the build
when the pom.xml of a bundle specifies that.

> As for making R4E independent of the version control system
> connectors. It's true that we should not force loading of any specific
> connector, however, R4E offers fairly limited functionality unless
> it's used in conjunction with a version control system. I have not
> seen a functionality where the user is forced to pick at least one
> feature from a list. I guess one possibility would be to warn the user
> with a pop-up when using e.g one of the R4E views "No version control
> system connectors are installed and R4E is working with minimal
> functionality"

We have the same challenge for the framework features as well. The
Builds framework is not particularly useful without the Hudson
connector, to leverage the full potential of the Tasks framework
repository connectors are needed... To address that we display a
message that prompts users to easily install connectors through
discovery:

 346765: show link to install connector on blank builds view
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=346765

We have also discussed extending discovery to suggest features to the
user based on their installation. If a user has EGit and R4E installed
for instance an automatic prompt would suggest to install the Git
Versions Connector to bridge the already provisioned features.

Steffen


Back to the top