Browse Source

Add link to IDEA workspace instructions.

Change-Id: I85c2b537926f887bce0e0b370b6be6b56c038053
tags/7.4.0.beta1
Sauli Tähkäpää 9 years ago
parent
commit
b579c8aa1f
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      README.md

+ 6
- 1
README.md View File

@@ -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/

Loading…
Cancel
Save