[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [m2e-users] Mirror update site, then cannot install when offline
|
I am still stuck on what to do here. Anyone know how I am supposed to
mirror this dependency as well as any others?
Missing requirement: Maven Project Model Edit Bundle
1.1.0.20120530-0009 (org.eclipse.m2e.model.edit 1.1.0.20120530-0009)
requires 'bundle org.eclipse.emf.ecore.xmi 0.0.0' but it could not be
found
Thanks!
Billy
On Sun, Aug 26, 2012 at 7:56 AM, Billy Newman <newmanw10@xxxxxxxxx> wrote:
> I work offline and had to try and mirror the m2e update site.
>
> I followed instructions from here:
>
> http://wiki.eclipse.org/Equinox_p2_Repository_Mirroring
>
> Using the following commands:
>
> eclipse -nosplash -verbose
> -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
> -source http://download.eclipse.org/technology/m2e/releases
> -destination c:\tmp\m2e
>
> eclipse -nosplash -verbose
> -application org.eclipse.equinox.p2.artifact.repository.mirrorApplication
> -source http://download.eclipse.org/technology/m2e/releases
> -destination c:\tmp\m2e
>
> However when I take my eclipse offline and try to install from that
> local update site I get the following error:
>
> Cannot complete the install because one or more required items could
> not be found.
> Software being installed: m2e - slf4j over logback logging
> (Optional) 1.1.0.20120530-0009
> (org.eclipse.m2e.logback.feature.feature.group 1.1.0.20120530-0009)
> Missing requirement: Maven Project Model Edit Bundle
> 1.1.0.20120530-0009 (org.eclipse.m2e.model.edit 1.1.0.20120530-0009)
> requires 'bundle org.eclipse.emf.ecore.xmi 0.0.0' but it could not be
> found
> Cannot satisfy dependency:
> From: Maven Integration for Eclipse 1.1.0.20120530-0009
> (org.eclipse.m2e.core.ui 1.1.0.20120530-0009)
> To: bundle org.eclipse.m2e.model.edit [1.1.0,1.2.0)
> Cannot satisfy dependency:
> From: m2e logback appender 1.1.0.20120530-0009
> (org.eclipse.m2e.logback.appender 1.1.0.20120530-0009)
> To: bundle org.eclipse.m2e.core.ui [1.1.0,1.2.0)
> Cannot satisfy dependency:
> From: m2e - slf4j over logback logging (Optional)
> 1.1.0.20120530-0009 (org.eclipse.m2e.logback.feature.feature.group
> 1.1.0.20120530-0009)
> To: org.eclipse.m2e.logback.appender [1.1.0.20120530-0009]
>
> Should the mirror pull all dependencies? Did I mirror correctly? Any
> help would be greatly appreciated.
>
> Thanks,
> Billy