Skip to main content

[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

No, the dependencies aren't part of that repository.  I believe there are options which could download all the dependencies (if you specified the repos containing them), but you probably don't want to do this as it will also download dependencies which are likely part of the Eclipse distro you're using.

On 26 August 2012 09:56, 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
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top