From: Henrik Paul Date: Tue, 13 Aug 2013 06:40:57 +0000 (+0300) Subject: Add a chapter on installing IvyDE (for #12359) X-Git-Tag: 7.1.4~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aa47197f95721fd3ee06adfe574314892952650d;p=vaadin-framework.git Add a chapter on installing IvyDE (for #12359) Change-Id: I996100bb702a4426726d5cb1d0826efedfde3f4f --- diff --git a/README.md b/README.md index 808c1ef741..84cdc09dbd 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,22 @@ Start Eclipse ------------- Start Eclipse and use the root checkout folder (the one containing the *vaadin*, *gwt* and *gwt-tools* folders) as the workspace folder +Install IvyDE +--------- +You'll need the Apache Ivy plug-in for Eclipse to build the project later on, in “Compiling the Default Widget Set and Themes”. + +1. Go to *Help* -> *Install New Software...* +1. Enter `http://www.apache.org/dist/ant/ivyde/updatesite` in the "Work with:" text field +1. Select and install all items + +If you have installed IvyDE via the Eclipse Marketplace previously, make sure that you also have *Apache Ivy Ant Targets* installed, which is not included in that IvyDE installation: + +1. Go to *Help* -> *Install New Software...* +1. Click the hyperlink in the "What is already installed?" sentence near the bottom right-hand corner +1. Verify that the list includes *Apache Ivy Ant Tasks* + +If it isn't included, follow the installation process above, but select only *Apache Ivy library* > *Apache Ivy Ant Tasks* + Set up the Workspace and define required variables for projects -------- 1. Open *Window* -> *Preferences* (Windows) or *Eclipse* -> *Preferences* (Mac)