diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -23,11 +23,12 @@ Start Eclipse ------------- Start Eclipse and use the root checkout folder (the one containing the *vaadin*, *gwt* and *gwt-tools* folders) as the workspace folder -Define Required Variables for the GWT Eclipse Projects +Set up the Workspace and define required variables for projects -------- -To be able to find all files, the GWT project requires you to define a couple of variables: - 1. Open *Window* -> *Preferences* (Windows) or *Eclipse* -> *Preferences* (Mac) +1. Go to *General* -> *Workspace* + 1. Set *Text file encoding* to *UTF-8* + 1. Set *New text file line delimiter* to *Unix* 1. Go to *General* -> *Workspace* -> *Linked Resources* 1. Add a new Path Variable **GWT_ROOT** referring to the gwt folder containing the gwt project  @@ -38,6 +39,15 @@ To be able to find all files, the GWT project requires you to define a couple of  1. Go to Java -> Compiler 1. Check that the compliance level has been set to 1.6 (or higher) +1. Go to XML -> XML Files -> Editor + 1. Ensure the settings are follows: +<pre><code>Line width: 72 +Format comments: true +Join lines: true +Insert whitespace before closing empty end-tags: true +Indent-using spaces: true +Indentation size: 4 +</code></pre> Import the Projects into the Workspace ------------ |