diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2014-12-09 15:29:10 +0200 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2014-12-09 15:29:10 +0200 |
commit | b579c8aa1f116613bc2c54a562619dbba0608a5d (patch) | |
tree | cb1990f682bc58784885a86504cc3299b6800f50 /README.md | |
parent | 153129d52d0167a4d54d7c133155eeec7d407a19 (diff) | |
download | vaadin-framework-b579c8aa1f116613bc2c54a562619dbba0608a5d.tar.gz vaadin-framework-b579c8aa1f116613bc2c54a562619dbba0608a5d.zip |
Add link to IDEA workspace instructions.
Change-Id: I85c2b537926f887bce0e0b370b6be6b56c038053
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -104,10 +104,15 @@ Note that the included Vaadin TestBench (browser) tests require access to a Test Building a package ===== -The distribution files can be built in two steps. +The distribution files can be built in two steps. 1. Unpack required gwt jars into the project <pre><code>ant -f gwt-files.xml unpack.gwt</code></pre> 2. Build the project by running <pre><code>ant</code></pre> in the project root directory (add -Dvaadin.version=1.2.3 to use a specific version number). + +Setting up other IDEs to Develop Vaadin 7 +========= +- Unofficial instructions + - IntelliJ IDEA: http://github.com/Saulis/vaadin-idea-workspace/ |