This solution makes a lot of sense, thanks.  Do you have insight as to
how to configure a proxy for this standaloneUpdate from the command
line?  I've tried several combinations and have googled the problem.  

Things I've tried:  

java -jar
plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
-consoleLog -application org.eclipse.update.core.standaloneUpdate
-command mirror -from http://m2eclipse.sonatype.org/update/ -to
c:/apps/m2eclipse-update -mirrorURL http://localhost/m2eclipse-update/
-vmargs -Dhttp.proxySet=true -Dhttp.proxyHost=proxy.web.com
-Dhttp.proxyPort=80

java -jar
plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
-consoleLog -application org.eclipse.update.core.standaloneUpdate
-command mirror -from http://m2eclipse.sonatype.org/update/ -to
c:/apps/m2eclipse-update -mirrorURL http://localhost/m2eclipse-update/
-vmargs -DproxySet=true -DproxyHost=proxy.web.com -DproxyPort=80

I always get the error message back: !ENTRY org.eclipse.update.core 4 0
2008-10-13 08:49:13.847
!MESSAGE Unable to access "http://m2eclipse.sonatype.org/update/";.
...Stack trace...

Thanks for the response, I was beginning to wonder if it was going to be
answered.

Eric

-----Original Message-----
From: Anders Hammar [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 10, 2008 2:47 AM
To: user@m2eclipse.codehaus.org
Subject: Re: [m2eclipse-user] installing m2eclipse in a linux
environment without connectivity


Hi,

For one of our customers (which have no Internet connectivity from their
environment), I create a mirror of the m2e update site. Using Eclipse
3.4,
the command is:

java -jar
plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
-application org.eclipse.update.core.standaloneUpdate -command mirror
-from
http://m2eclipse.sonatype.org/update/ -to c:/java/m2eclipse-update
-mirrorURL http://[host]/m2eclipse-update/

Update the -to and -mirrorUrl according to your environment. Some more
info:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.d
oc.isv/reference/misc/update_standalone.html

Regards,
/Anders


rogster wrote:
> 
> The following is what I have done up to this point:  
> 
>  
> 
> I followed the link http://m2eclipse.sonatype.org/update/ and
downloaded
> all the required plugins and feature jars from a machine with
> connectivity along with the site.xml file (which I slightly altered to
> removed the extra optional pieces).  With this I then tested m2eclipse
> installation on a fresh version of eclipse on my windows box.
However,
> when I take the same files and put them on my linux machine I get some
> strange errors about failures to extract osgi.bundle content from an
> invalid archive file
> 
>  
> 
> Anyway, my hope is that m2eclipse (like many other eclipse plugins) is
> also available to download as a archive file with which I can then use
> the eclipse software update tool to install it from a local file
system
> instead of requiring connectivity.
> 
>  
> 
> Please advise.
> 
>  
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/installing-m2eclipse-in-a-linux-environment-withou
t-connectivity-tp19746073p19914362.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to