Changes between Version 25 and Version 26 of Devel/Setup


Ignore:
Timestamp:
10/12/07 20:21:15 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Setup

    v25 v26  
    2121}}}
    2222
     23== Install Maven2 (Optional) ==
     24 * http://maven.apache.org/
     25 * http://maven.apache.org/download.html#Installation
     26{{{
     27Windows 2000/XP
     28
     29   1. Unzip maven-2.0.7-bin.zip to the directory you wish to install Maven 2.0.7. These instructions assume you chose C:\Program Files\Apache Software Foundation\maven-2.0.7
     30   2. Add the bin directory to your path, by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then editing the PATH variable in the user variables. eg. "C:\Program Files\Apache Software Foundation\maven-2.0.7\bin";%PATH%
     31   3. In the same dialog, make sure that JAVA_HOME is set to the location of your JDK, eg. C:\Program Files\Java\jdk1.5.0_02
     32   4. Run mvn --version to verify that it is correctly installed.
     33
     34Unix-based Operating Systems (Linux, Solaris and Mac OS X)
     35
     36   1. Extract the distribution archive to the directory you wish to install Maven 2.0.7. These instructions assume you chose /usr/local/maven-2.0.7 . The directory maven-2.0.7 will be created from the archive.
     37   2. Add the bin directory to your path, eg. export PATH=/usr/local/maven-2.0.7/bin:$PATH
     38   3. Make sure that JAVA_HOME is set to the location of your JDK, eg. export JAVA_HOME=/usr/java/jdk1.5.0_02
     39   4. Run mvn --version to verify that it is correctly installed.
     40
     41
     42}}}
     43
    2344== Development with Eclipse ==
    2445 * Download [http://eclipse.org Eclipse]
     
    3556
    3657=== Installing GWT ===
    37  (The following process is no longer required since maven plug-in automatically downloads necessary libraries.)
     58 The following process is no longer required since maven plug-in automatically downloads necessary libraries. However, to launch GWT Shell, you must execute the following command:
     59{{{
     60 leo:./utgb-core >  mvn generate-sources
     61}}}
     62or run (right-click on your Eclipse project) -> Maven2 -> Execute Goal  -> (Input generate-sources in the Goal text box)
     63
    3864 * Download the latest version of [http://code.google.com/webtoolkit/ Google Web Toolkit], matching your OS environment.
    3965   * http://svn.utgenome.org/utgb/trunk/archive/gwt