Community
Participate
Working Groups
Build Identifier: HI, I am new to Eclipse EMF environment. I am working on someone else's generated modeling/code-generation project. It was working under Eclipse-Galileo, but when the development environment was updated to Helios, some of the dependencies started showing errors. I believe that these dependencies are missing. (There are some methods using features from these dependencies, therefore the runtime eclipse instance is missing some of the menu options coming from this part of code). Can someone help me and tell me about how to address this issue? Following is the list of these dependencies. 1. org.eclipse.xtend.util.stdlib 2. org.eclipse.xtend 3. org.eclipse.xtend.typesystem.emf 4. org.eclipse.xpand 5. org.eclipse.emf.mwe.utils Please let me know if either these dependencies can be found or if there is any other way to address this. Thanks, Sachin Reproducible: Always Steps to Reproduce: 1. A modelling framework project containing MANIFEST.MF file in Helios Eclipse environment. 2. Try to include dependencies for above mentioned packages. 3. Not accessible under Helios version. 4. If the same steps are followed in Eclipse Galileo, these packages are easily located.
All these things should be in the Helios repository in you use that to install new software for the missing things. Ask on the appropriate newsgroup M2T for xpand/xtext and EMFT for MWE. Bugzilla is for reporting defects or requesting enhancements, not for asking questions.