]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add a chapter on installing IvyDE (for #12359)
authorHenrik Paul <henrik@vaadin.com>
Tue, 13 Aug 2013 06:40:57 +0000 (09:40 +0300)
committerHenrik Paul <henrik@vaadin.com>
Tue, 13 Aug 2013 08:27:21 +0000 (11:27 +0300)
Change-Id: I996100bb702a4426726d5cb1d0826efedfde3f4f

README.md

index 808c1ef741c2878239c342cb9584f2efa3b4ddd8..84cdc09dbddb06261e2e1538c00831ecb1bda779 100644 (file)
--- 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)