Changes between Version 42 and Version 43 of Devel/Setup
- Timestamp:
- 01/08/08 14:03:49 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Setup
v42 v43 57 57 58 58 * 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'. 60 60 61 61 … … 64 64 * From a command line, type the following: 65 65 {{{ 66 utgb-core> mvn eclipse: eclipse66 utgb-core> mvn eclipse:clean eclipse:eclipse 67 67 }}} 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. 69 69 70 70 * 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 71 74 72 75