Mirror local archive site from command line? [message #485014] |
Thu, 10 September 2009 05:12  |
Eclipse User |
|
|
|
Hello,
I posted some original questions (http://www.eclipse.org/forums/index.php?t=msg&th=153956) in the Newcomers forum, but I think my current questions belong here.
(Copied from other thread):
I have got the P2 director looking at a local site for fetaures, but I'm now running into a problem. If I point the remote site url at
file:/path/to/emf-site.zip
java -jar plugins/org.eclipse.equinox.launcher_<version>.jar
-application org.eclipse.update.core.standaloneUpdate
-command mirror
-from file:/path/to/emf-site.zip
-to .
Then it tries to open the file
/path/to/emf-site.zip/site.xml
So it doesn't seem to understand a zipped site. That's fine, but if I unzip the site manually and pass the p2 director:
file:/path/to/emf-site-extracted
Then it analyses the features ok, but when it comes to install them it bombs out with a file not found error. This seems to be caused by the plugins in the extracted site zip being .jar.pack.gz files, but the site.xml refers to the plugins as plain .jar files. Any ideas how to fix this?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03469 seconds