diff options
author | Joonas Lehtinen <joonas@vaadin.com> | 2013-03-03 14:47:08 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-03-06 09:15:36 +0000 |
commit | 4c7b338a925c79ba0053fab11b730d931bbf665a (patch) | |
tree | 084e2f408c270931645053b742da3986d97e7153 /README.md | |
parent | 34a6ebad406a56c13e9d77952d7640a38326a3ca (diff) | |
download | vaadin-framework-4c7b338a925c79ba0053fab11b730d931bbf665a.tar.gz vaadin-framework-4c7b338a925c79ba0053fab11b730d931bbf665a.zip |
Clarified build documentation in README.md #11227
Change-Id: Ia68b12d3df0f9ecf8b2d878a5b838bc9546aab32
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -47,12 +47,16 @@ Import the Projects into the Workspace 1. Click “deselect all” and select 1. gwt-dev 2. gwt-user - 3. vaadin -1. Click “finish” to complete the import +1. Click “finish” to complete the import of GWT +1. Then repeat by doing *File* -> *Import* -> *General* -> *Existing Projects into Workspace* +1. Select the workspace folder as root directory +1. Click “deselect all” and select + 1. vaadin +1. Click “finish” to complete the import of Vaadin Framework ![FinishImportProject](http://cl.ly/image/2W3S0P2c2p1t/Import2.png "Finishing Project Import") -You should now have three projects in your workspace and they should all compile without errors (there might be warnings). +You should now have three projects in your workspace. If the vaadin project does not compile without errors, choose *Ivy* -> *Resolve* from the vaadin project popup menu. Now all projects should compile without errors (there might be warnings). Note that the first compilation takes a while to finish as Ivy downloads dependencies used in the projects. |