diff options
author | Henrik Paul <henrik@vaadin.com> | 2013-08-13 09:40:57 +0300 |
---|---|---|
committer | Henrik Paul <henrik@vaadin.com> | 2013-08-13 11:27:21 +0300 |
commit | aa47197f95721fd3ee06adfe574314892952650d (patch) | |
tree | d3fdb3095fd5ac978e6a485db406525dd851b1a9 /README.md | |
parent | 4fb775a66c81e47ff500ab562839028f62ed81b9 (diff) | |
download | vaadin-framework-aa47197f95721fd3ee06adfe574314892952650d.tar.gz vaadin-framework-aa47197f95721fd3ee06adfe574314892952650d.zip |
Add a chapter on installing IvyDE (for #12359)
Change-Id: I996100bb702a4426726d5cb1d0826efedfde3f4f
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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) |