Changes between Version 45 and Version 46 of Devel/Setup
- Timestamp:
- 04/04/08 16:57:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Setup
v45 v46 50 50 * add http://subclipse.tigris.org/update_1.0.x or 51 51 * 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/Installation54 52 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). 56 54 [[Image(m2repo.gif)]] 57 55 58 56 * 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'.60 57 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 }}} 61 68 62 69 == Development of UTGB without Maven-Eclipse plugin (Q4E) ==