[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.imp] Re: New release of IMP available on eclipse.org

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"/>

HTH,
jason

Cheers, - Bob