Changes between Version 6 and Version 7 of MolgenisOnEclipseIndigo
- Timestamp:
- 2012-02-23T15:26:43+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisOnEclipseIndigo
v6 v7 28 28 * Visit http://www.jboss.org/tools/download/ for a list of JBOSS ''update sites'' 29 29 * Copy the URL of the JBOSS ''update site'' compatible with your Eclipse 30 31 In Eclipse: 32 33 * Go to menu "Help" -> menu item "Install New Software..." 30 * Go to Eclipse -> menu "Help" -> menu item "Install New Software..." 34 31 * Choose: ''Add'' and add the URL for the JBOSS update site 35 32 * Select the new JBOSS ''update site'' you just added and type in the search box: ''freemarker'' … … 39 36 4. Start Eclipse and install the '''Subversive''' SVN plugin 40 37 41 In Eclipse: 42 43 * Go to menu "Help" -> menu item "Install New Software..." 38 * Go to Eclipse -> to menu "Help" -> menu item "Install New Software..." 44 39 * Select "work with:" -> "--All available sites--" and search for SVN. 45 40 * You should find several items. Select "Subversive SVN Team Provider (Incubation)" and click "Next". 46 41 * Accept the license and follow the instructions... 47 * When asked to apply changes or restart Eclipse: choose restart[[BR]] 48 '''NOTE''': you now have installed half of what you need to work with SVN in Eclipse. 49 In addition to the subversive SVN plugin, you'll also need an SVN connector. 50 There are several flavors: We suggest you give '''SVNKit''' a try. 51 The first time you try to interact with SVN in the next step, subversive will notice you don't have a SVN connector and popup a dialog offering you to install one. 52 Make sure you select a version that is compatible with the SVN version you have installed. If unsure: open a terminal and type ''svn --version'' 42 * When asked to apply changes or restart Eclipse: choose restart 43 44 '''NOTE''': you now have installed half of what you need to work with SVN in Eclipse. 45 In addition to the subversive SVN plugin, you'll also need an SVN connector. 46 There are several flavors: We suggest you give '''SVNKit''' a try. 47 The first time you try to interact with SVN in the next step, subversive will notice you don't have a SVN connector and popup a dialog offering you to install one. 48 Make sure you select a version that is compatible with the SVN version you have installed. If unsure: open a terminal and type ''svn --version'' 53 49 54 50 55 51 5. Add SVN repository exploring 56 52 57 In Eclipse: 58 59 * Choose menu ''Window'' -> Menu item ''Open Perspective'' -> ''Other...'' -> 53 * Go to Eclipse -> Choose menu ''Window'' -> Menu item ''Open Perspective'' -> ''Other...'' -> 60 54 * Choose SVN Repository Exploring 61 55 * Right-click in the SVN Repositories window and add new repos 'http://www.molgenis.org/svn' … … 63 57 6. Checkout the '''MOLGENIS framework''' 64 58 65 In the SVN Repositories browser in Eclipse: 66 59 * Go to the SVN Repositories browser in Eclipse: 67 60 * Browse to 'molgenis/trunk' project and right-click and checkout, finish. 68 61 69 62 7. Checkout '''MOLGENIS apps''' build with the framework 70 63 71 * To start with a fresh project and develop you own MOLGENIS app you'll need ''molgenis_distro''72 * To get started with the collection of apps developed by the MOLGENIS team you'll need ''molgenis_apps''64 To start with a fresh project and develop you own MOLGENIS app you'll need ''molgenis_distro''[[BR]] 65 To get started with the collection of apps developed by the MOLGENIS team you'll need ''molgenis_apps''[[BR]] 73 66 74 In the SVN Repositories browser in Eclipse and depending on your requirements: 75 76 * Browse to 'molgenis_distro/trunk' project and right-click and checkout, finish. 77 * Browse to 'molgenis_apps/trunk' project and right-click and checkout, finish. 67 * Go to the SVN Repositories browser in Eclipse and depending on your requirements: 68 * Browse to 'molgenis_distro/trunk' project and right-click and checkout, finish. 69 * Browse to 'molgenis_apps/trunk' project and right-click and checkout, finish. 78 70 79 71 == Frequently asked questions ==