Changes between Version 6 and Version 7 of MolgenisOnEclipseIndigo


Ignore:
Timestamp:
2012-02-23T15:26:43+01:00 (12 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisOnEclipseIndigo

    v6 v7  
    2828 * Visit http://www.jboss.org/tools/download/ for a list of JBOSS ''update sites''
    2929 * 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..."
    3431 * Choose: ''Add'' and add the URL for the JBOSS update site
    3532 * Select the new JBOSS ''update site'' you just added and type in the search box: ''freemarker''
     
    39364. Start Eclipse and install the '''Subversive''' SVN plugin
    4037
    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..."
    4439 * Select "work with:" -> "--All available sites--" and search for SVN.
    4540 * You should find several items. Select "Subversive SVN Team Provider (Incubation)" and click "Next".
    4641 * 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''
    5349
    5450
    55515. Add SVN repository exploring
    5652
    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...'' ->
    6054 * Choose SVN Repository Exploring
    6155 * Right-click in the SVN Repositories window and add new repos 'http://www.molgenis.org/svn'
     
    63576. Checkout the '''MOLGENIS framework'''
    6458
    65    In the SVN Repositories browser in Eclipse:
    66 
     59 * Go to the SVN Repositories browser in Eclipse:
    6760 * Browse to 'molgenis/trunk' project and right-click and checkout, finish.
    6861
    69627. Checkout '''MOLGENIS apps''' build with the framework
    7063
    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]]
    7366
    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.
    7870
    7971== Frequently asked questions ==