Changes between Version 45 and Version 46 of Devel/Setup


Ignore:
Timestamp:
04/04/08 16:57:53 (17 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Setup

    v45 v46  
    5050      * add http://subclipse.tigris.org/update_1.0.x or
    5151      * http://subclipse.tigris.org/update_1.2.x (Eclipse 3.2~)
    52  * Install Q4E plugin (maven plugin): update site http://q4e.googlecode.com/svn/trunk/updatesite/
    53       * Installation notes: http://code.google.com/p/q4e/wiki/Installation
    5452 
    55  * Set the class path variable M2_REPO to C:/Documents and Settings/(your account name)/.m2/repository (in Windows)
     53 * Set the class path variable M2_REPO to C:/Documents and Settings/(your account name)/.m2/repository (in Windows), /Users/(your account)/.m2/repository (in Mac OS X), /home/(your account)/.m2/repository (in Linux).
    5654[[Image(m2repo.gif)]]
    5755
    5856 * Open the SVN Repository Explorer perspective, then add new remote site, http://svn.utgenome.org/utgb.
    59  * Checkout the http://svn.utgenome.org/utgb/trunk/utgb/utgb-core folder by selecting 'Create Project' option, then choose 'Maven project'.
    6057 
     58 * Before opening (importing) the project folder in Eclipse, type the following command in your project folder:
     59{{{
     60 > utgb eclipse
     61}}}
     62 This creates Eclipse .project and .classpath files. All necessary JAR files for the project will be downloaded from the internet to your M2_REPO directory.
     63
     64 * In order to launch UTGB Portable Server, you have to set UTGB_HOME class path variable.
     65{{{
     66 UTGB_HOME = (UTGB Shell installation folder)
     67}}}
    6168
    6269== Development of UTGB without Maven-Eclipse plugin (Q4E) ==