Changes between Version 42 and Version 43 of Devel/Setup


Ignore:
Timestamp:
01/08/08 14:03:49 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Setup

    v42 v43  
    5757
    5858 * 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 as an Eclipse (or Maven2) project.
     59 * Checkout the http://svn.utgenome.org/utgb/trunk/utgb/utgb-core folder by selecting 'Create Project' option, then choose 'Maven project'.
    6060 
    6161
     
    6464 * From a command line, type the following:
    6565{{{
    66  utgb-core> mvn eclipse:eclipse
     66 utgb-core> mvn eclipse:clean eclipse:eclipse
    6767}}}
    68  This will generate Eclipse project files (.project & .classpath). Import this folder (utgb-core) as an Eclipse project.
     68 This will generate Eclipse project files (.project & .classpath). Import this folder (utgb-core) as an Eclipse project. 
    6969
    7070  * Reference: http://maven.apache.org/guides/mini/guide-ide-eclipse.html
     71
     72 The generated eclipse project does not refer other Maven project in the same workspace, rather uses jar files stored in your local maven repository. Unfortunately, Q4E plugin does not support on/off of project references:
     73  * Q4E wiki: http://code.google.com/p/q4e/issues/detail?id=169
    7174
    7275