| [news.eclipse.technology.imp] Re: New release of IMP available on eclipse.org |
I've updated the feature manifests for the lpg.generator feature in LPG 2.0.16 and 2.0.17 on the LPG update site. The changes have also been checked into CVS HEAD on LPG's sourceforge repo.
I've also updated the copies of the lpg.generator feature on the IMP update site.
Please post if you have good or bad experiences after these changes.
Thanks!
Thanks, Jason! I had assumed that having the appropriate os/arch tags on the plugin fragments themselves was enough. Happy to be proven wrong,
though, as this solves a long-standing problem.
We've been busy with some bug triage, and have been sorting through the [many existing bugs, determining their current status. Needless to say,
the install issues were/are high on the priority list.]
I'll apply these fixes to the lpg.generator feature ASAP, and the next release of LPG will have the fixes.
I'll also fix the 2.0.16 release (which is the latest one for which we have a proper CQ in place for IMP), and patch the update site.
Again, many thanks Jason for pointing this out!
Jason C Garcowski wrote:Hello,
I don't think it has been committed to LPG, but the fix is to add the correct os and arc attributes to those plugins in the feature.xml file (which you could do on your local install if you so wished):
<plugin id="lpg.generator.linux_x86" download-size="0" install-size="0" os="linux" arch="x86" version="2.0.16" fragment="true" unpack="false"/>
<plugin id="lpg.generator.macosx_x86" download-size="0" install-size="0" os="macosx" arch="x86" version="2.0.16" fragment="true" unpack="false"/>
<plugin id="lpg.generator.win32_x86" download-size="0" install-size="0" os="win32" arch="x86" version="2.0.16" fragment="true" unpack="false"/>
-- Cheers, -- Bob
-------------------------------- Robert M. Fuhrer Research Staff Member Programming Technologies Dept. IBM T.J. Watson Research Center
IDE Meta-tooling Platform Project Lead (http://www.eclipse.org/imp) X10: Productive High-Performance Parallel Programming (http://x10.sf.net)