Changes between Version 13 and Version 14 of Devel/Setup


Ignore:
Timestamp:
07/03/07 11:11:31 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Setup

    v13 v14  
    5151
    5252= Build & Debug (with Eclipse) =
    53 1. Install GWT (Google Web Toolkit. version 1.4.10 or higher)
    54 2. In Window->Preference->Java->Classpath Variables, add a new variable as follows:
     53 1. Install GWT (Google Web Toolkit. version 1.4.10 or higher)
     54 1. In Window->Preference->Java->Classpath Variables, add a new variable as follows:
    5555{{{
    5656GWT_HOME=(your GWT installation folder)
    5757}}}
    58 3. (debug) launch Debug -> GenomeBrowser_gwtshell, which displays GWT debug shell and
     58 1. (debug) launch Debug -> GenomeBrowser_gwtshell, which displays GWT debug shell and
    5959genome browser interface.
    6060
    6161= Build (from command line) =
    6262
    63 1. Download the Google Web Toolkit from the web. Version 1.4.10 or higher is required.
    64 2. Copy 'build.properties.sample' to 'build.properties'
    65 3. Open the 'build.property' file, then change the gwt.home variable to the path of your GWT (Google Web Toolkit) folder,
    66 and comment out appropriate 'gwt.dev' lines to select GWT develeopement library on your OS.
    67  - e.g.  (in Windows)
     63 1. Download the Google Web Toolkit from the web. Version 1.4.10 or higher is required.
     64 1. Copy 'build.properties.sample' to 'build.properties'
     65 1. Open the 'build.property' file, then change the gwt.home variable to the path of your GWT (Google Web Toolkit) folder, and comment out appropriate 'gwt.dev' lines to select GWT develeopement library on your OS. - e.g.  (in Windows)
    6866{{{
    6967gwt.home=C:/(somewhere in your PC)/gwt-windows-1.4.10
     
    7270#gwt.dev=gwt-dev-linux.jar
    7371}}}
    74 4.
     72 1.
    7573{{{
    7674> ant compileJs
    7775}}}
    78 5. Open www/org.utgenome.gwt.utgb.UTGB/UTGB.html in your web browser (IE, Firefox, etc.)
     76 1. Open www/org.utgenome.gwt.utgb.UTGB/UTGB.html in your web browser (IE, Firefox, etc.)
    7977
    8078= Deploy =
    8179
    82 1. Install Tomcat 5.0 (or higher) Java web server.
    83 2. Edit your build.properties file, and modify the following variables:
     80 1. Install Tomcat 5.0 (or higher) Java web server.
     81 1. Edit your build.properties file, and modify the following variables:
    8482{{{
    8583TOMCAT_HOME=(Tomcat Installation folder)
     
    8886tomcat.manager.password=(tomcat manager password)
    8987}}}
    90 
    91 3. Set up GWT as described above (the section on build from command line)
    92 4.
     88 1. Set up GWT as described above (the section on build from command line)
     89 1.
    9390{{{
    9491> ant deploy