Has anyone successfully installed the GWT Eclipse plugin without an Internet connection available? We've been able to successfully get the demo SGWT application working without trouble, but not a development environment.
If I grab a GWT offline update archive (zip), it still appears to reach out for what I believe is a Maven site (m2e), so it still fails to install without a connection.
I've also tried installing on a PC with an Internet connection (this works perfectly), and then copying the Eclipse directory along with the Eclipse workspace over to the other disconnected PC, using that same workspace on the disconnected machine. When I do that, the target PC does not have a "G" drop menu and does not have a "Google" section in Window->Preferences. Instead it says "Designer" which is supposed to be a subsection of the Google menu.
I'm using Eclipse Juno with the Google Plugin for Eclipse 3.8/4.2 (Juno). I've tried running Eclipse as administrator, same result.
If I grab a GWT offline update archive (zip), it still appears to reach out for what I believe is a Maven site (m2e), so it still fails to install without a connection.
I've also tried installing on a PC with an Internet connection (this works perfectly), and then copying the Eclipse directory along with the Eclipse workspace over to the other disconnected PC, using that same workspace on the disconnected machine. When I do that, the target PC does not have a "G" drop menu and does not have a "Google" section in Window->Preferences. Instead it says "Designer" which is supposed to be a subsection of the Google menu.
I'm using Eclipse Juno with the Google Plugin for Eclipse 3.8/4.2 (Juno). I've tried running Eclipse as administrator, same result.
Comment