Eclipse Plugin Download

I have a firewall situation preventing me from installing software via eclipse. I can however download it directly if I had a link to archive I could then put in the dropins folders?

Unfortunately there is no downloadable site package currently and the plugin itself downloads current framework versions and thus might not work even if you had the distribution site. Created a ticket for the issue:
http://dev.vaadin.com/ticket/3559
.

Theoretically, you could get the plugin directly, site.xml contains the links:

http://vaadin.com/eclipse/site.xml

or

http://vaadin.com/eclipse/experimental/site.xml

But as Joonas said, the plugin downloads vaadin (and some other stuff) so you’ll probably have to get that stuff as well. You’d want to get the plugin and then put some stuff in this directory:

<eclipse_home>/configuration/com.vaadin.integration.eclipse/download

My structure looks like this:

./gwt-dev/1.6.4/gwt-dev-linux.jar
./gwt-dev/1.7.0/gwt-dev-linux.jar

./gwt-user/1.6.4/gwt-user.jar
./gwt-user/1.7.0/gwt-user.jar

./vaadin/6.1.3/vaadin-6.1.3.jar

./vaadin-nightly/6.2.0.nightly-20091028-c9442
./vaadin-nightly/6.2.0.nightly-20091028-c9442/vaadin-6.2.0.nightly-20091028-c9442.jar

Serious YMMV warning, I have not tried this…

Best Regards,
Marc

Also, here are the instructions on how to configure a proxy for Eclipse:

Eclipse 3.4


Eclipse 3.5

Best Regards,
Marc