Eclipse install
- Download Eclipse J2EE version from http://www.eclipse.org/downloads
- Install subversion plugin
- Within Eclipse go to 'Help' -> install new software
- paste url http://subclipse.tigris.org/update_1.6.x
- tick all, next, next, accept, finish
- Add svn repository exploring
- Choose Window -> Perspective -> Other and then choose SVN Repository Exploring
- Right-click in the SVN Repositories window and add new repos 'http://www.molgenis.org/svn'
- Browse to 'molgenis/trunk' project and right-click and checkout, finish.
- Browse to 'molgenis_distro/trunk' project and right-click and checkout, finish.
- Install Freemarker plugin
Within Eclipse:
- go to help -> install new software
- Choose: 'Add' and add new url http://download.jboss.org/jbosstools/updates/JBossTools-3.1.1.GA/
- Type in search box: 'Freemarker'
- Tick box: Freemarker IDE (not SDK)
- Install
Frequently asked questions
Q: I can't get graphviz to generate the nice UML diagrams on Apple Mac
Solution is to create/edit the file ~/.MacOSX/environment.plist and add a path statement:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PATH</key> <string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string> </dict> </plist>
Last modified 14 years ago
Last modified on 2011-04-21T12:09:54+02:00