viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Create source features automatically #344

Closed abelhegedus closed 11 years ago

abelhegedus commented 11 years ago

There is a Tycho option to create features that contain the source bundle for each bundle in a given feature. This would help in ensuring, that users are able to access source files even without Git checkout.

ujhelyiz commented 11 years ago

Additionally, we should also fill out the Eclipse-SourceReferences with Tycho (should be possible with the new 0.16 version) - this would allow easy checkout from Git using the Plug-ins view.

ujhelyiz commented 11 years ago

The build is updated. From now on, all source features are created using the Tycho feature. For the update site, the category.xml contains references to source features as well.

abelhegedus commented 11 years ago

I have tried the solution and I'm sorry to say that it falls short in a number of ways:

ujhelyiz commented 11 years ago

I have read about the possible solutions to these issues:

abelhegedus commented 11 years ago

True, the source bundle problem exists in the old configuration as well, I guess we can't really do much about it...

ujhelyiz commented 11 years ago

Maybe we can - I have some ideas to try - just wanted to make sure whether the issue is consistent with my "internal model".

ujhelyiz commented 11 years ago

Yesterdays build failures were mostly related to changes to source feature generation. I would summarize the status of the issue.

The following changes have been made:

Question:

Further todo

ujhelyiz commented 11 years ago

On todays meeting we decided the following changes:

Marking this issue as resolved.