Where to download Eclipse Plugin for Offline install

Hi,

Is there place to download Eclipse Vaadin plugin so that, we can install it as offline eclipse plugin install.

Basically, we want to make Vaadin plugin installable from LAN share rather than every one in LAN trying to directly get it from vaadin site.

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com

Maybe this is what you are looking for:
http://vaadin.com/directory#addon/vaadin-eclipse-integration

I’m looking for an offline install of the Vaadin 7 Eclipse plugin.

I’ve found this… https://vaadin.com/directory#addon/vaadin-plug-in-for-eclipse but it does not support 7.
Are there any plans to update the Vaadin plugin for Eclipse for 7?

The environment I will be developing on will not have internet connectivity so the update site isn’t an option.

There is currently discussion about whether to discontinue the stand-alone bundle.
The current bundle does not support dependency management or bundled dependencies for Ivy (used for Vaadin 7), and would need to be redesigned completely to do so.

Note that the plug-in normally uses dependency management (Ivy) for getting Vaadin and all its dependencies. You should have access to public Maven repositories (directly or via a proxy) to get those, or manually install them JAR by JAR to your local repository. If I remember correctly, the plug-in also checks for the latest version on-line when creating a project, which might or might not be a problem.

You might be able to download the individual files of the update site as a local update site and install from there. In that case, you would also need to get the IvyDE plug-in separately.

Hello,

I’ve downloaded the IvyDE plug-in separately but i’m having trouble doing the same with vaadin plugin. If someone could write some kind of step by step on how to install vaadin 7 plugin in offline mode it would be great.

Vitaly

Hello,

I have the same issue, and tried to use the Eclipse p2 mirror feature as i do for other products.

Command Line i use is:
eclipse -nosplash -writeMode clean -verbose -consoleLog
-application org.eclipse.equinox.p2.artifact.repository.mirrorApplication
-source http://vaadin.com/eclipse -destination myLocalRepository

Unfortunately, i got an exception when trying to mirror http://vaadin.com/eclipse:

!ENTRY org.eclipse.equinox.p2.transformer 4 0 2013-06-01 13:41:15.334
!MESSAGE Messages while mirroring artifact descriptors.
!SUBENTRY 1 org.eclipse.equinox.p2.transport.ecf 4 1200 2013-06-01 13:41:15.336
!MESSAGE Artifact not found: http://vaadin.com/eclipse/features/com.vaadin.wysiwyg.eclipse_2.1.1.201302181316.jar.
!STACK 0
java.io.FileNotFoundException: http://vaadin.com/eclipse/features/com.vaadin.wysiwyg.eclipse_2.1.1.201302181316.jar

No idea why I got such an exception, as i have no issue when installing the plugin through P2 Eclipse UI.

Serge