Changes between Version 3 and Version 4 of Devel/Setup


Ignore:
Timestamp:
07/03/07 10:52:43 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Setup

    v3 v4  
    1717   * Eclipse -> Help -> Software Updates -> Find/Install -> (Select "Search new features to install") -> (Push "New Remote Site")
    1818      * add http://subclipse.tigris.org/update_1.0.x
     19 * Open the SVN Repository Explorer perspective, then add new remote site, http://dev.utgenome.org/svn/utgb.
     20 * Checkout browser folder as an Eclipse project.
     21 
     22=== Installing GWT ==
     23 * Download the latest version of [http://code.google.com/webtoolkit/ Google Web Toolkit], matching your OS environment.
     24   * http://dev.utgenome.org/svn/archive/gwt
     25 * Expand the archive, for example, c:\home\leo\local\gwt-win-1.4.10
     26 * Set the class path variable in your Eclipse (Window -> Preferences -> Java -> Build Path -> Classpath) as follows:
     27{{
     28GWT_HOME=(your GWT installation folder, say c:\home\leo\local\gwt-win-1.4.10)
     29}}
     30
     31== Launch GWT Develpment Shell ==
     32 1. Click the side-cursor on the Debug botton, then select "GenomeBrowser_gwt_shell"
     33 1. GWT Shell Window and Hosted-mode browser, which is exactly IE plug-in (in Windows), will open after 10~30 seconds.
     34 
    1935 
    2036== Other Useful Plug-ins for Eclipse ==