Changes between Initial Version and Version 1 of MolgenisOnEclipseIndigo


Ignore:
Timestamp:
2012-02-23T13:52:33+01:00 (13 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisOnEclipseIndigo

    v1 v1  
     1[[TracNav(MolgenisGuide)]]
     2= Eclipse install =
     3
     41. Download Eclipse J2EE version from http://www.eclipse.org/downloads
     5
     62. Install subversion plugin
     7 * Within Eclipse go to 'Help'  -> install new software
     8 * paste url http://subclipse.tigris.org/update_1.6.x
     9 * tick all, next, next, accept, finish
     10
     113. Add svn repository exploring
     12 * Choose Window -> Perspective -> Other and then choose SVN Repository Exploring
     13 * Right-click in the SVN Repositories window and add new repos 'http://www.molgenis.org/svn'
     14
     154. Browse to 'molgenis/trunk' project and right-click and checkout, finish.
     16
     175. Browse to 'molgenis_distro/trunk' project and right-click and checkout, finish.
     18
     196. Install Freemarker plugin
     20Within Eclipse:
     21* go to help -> install new software
     22* Choose: 'Add' and add new url http://download.jboss.org/jbosstools/updates/JBossTools-3.1.1.GA/
     23* Type in search box: 'Freemarker'
     24* Tick box: Freemarker IDE (not SDK)
     25* Install
     26
     27
     28
     29
     30== Frequently asked questions ==
     31
     32'''Q: I can't get graphviz to generate the nice UML diagrams on Apple Mac'''
     33
     34Solution is to create/edit the file ~/.MacOSX/environment.plist and add a path statement:
     35{{{
     36<?xml version="1.0" encoding="UTF-8"?>
     37<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
     38"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     39<plist version="1.0">
     40<dict>
     41        <key>PATH</key>
     42<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
     43</dict>
     44</plist>
     45}}}