is it possible to download the m2eclipse plug-in so that I can install it from eclipse as a local site? if so, can you point me to the link, I could not find it on the m2eclipse site here:
================================================================================================================================================================================================================================================================
Tried @Torsten 评论
我创建了一个批号,备有:
@echo off
set ECLIPSE=D:/DevProgs/dumps/Eclipse3.5
echo Mirroring metadata for %1
java -jar %ECLIPSE%/plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
-source %1
-destination p2-mirror
-destinationName "D: emp"
-verbose
-compare
并且称号是批号,但只是一开始ec,一概不发生。 你们能够告诉我,在这样做之后,怎么做?
D:DevAreas est>DownloadEclipseRepo.bat "http://download.eclipse.org/technology/m2e/releases/"
Mirroring metadata for "http://download.eclipse.org/technology/m2e/releases/"
并且批量卷宗没有其他东西。
当我停止批量时,它就这样说:
D:DevAreas est>DownloadEclipseRepo.bat "http://download.eclipse.org/technology/m2e/releases/"
Mirroring metadata for "http://download.eclipse.org/technology/m2e/releases/"
Terminate batch job (Y/N)?
^C -application is not recognized as an internal or external command,
operable program or batch file.
-source is not recognized as an internal or external command,
operable program or batch file.
-destination is not recognized as an internal or external command,
operable program or batch file.
-destinationName is not recognized as an internal or external command,
operable program or batch file.
-verbose is not recognized as an internal or external command,
operable program or batch file.
-compare is not recognized as an internal or external command,
operable program or batch file.
D:DevAreas est>
请提供更多清晰度/选择?