Community
Participate
Working Groups
it seems that the current update site does not check if emf etc is already installed. I was able to install graphiti with a non emf SDK version and it did not download the necessary emf stuff automatically (as far as i can see)
(In reply to comment #0) I tried to install Graphiti into an Eclipse SDK not containing EMF and got an error that a required dependency could not be fulfilled (packge import org.eclipse.emf.edit.domain). That's at least what I expected. Is it possible to resolve that package dependency to a automatic download into a different update site? (Graphiti currently has an update site of its own and is not part of the EMF update site.) -Michael
With bundle dependencies automatic resolution works. (p2 tries to resolve the dependenices via contacting all update sites provided and all dependencies of Graphiti can be satisfied by the helios update site) Probably we should migrate from package imports to bundle dependencies.
migrated to bundle dependencies.
Fix was done for 0.7.0
Part of 0.7.0 release