Changes between Version 5 and Version 6 of MolgenisOnEclipse


Ignore:
Timestamp:
2010-11-18T23:47:06+01:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisOnEclipse

    v5 v6  
    2323
    2424And you are ready to learn [MolgenisWorkspaceBasics how to use the generator]
     25
     26
     27
     28== Frequently asked questions ==
     29
     30'''Q: I can't get graphviz to generate the nice UML diagrams on Apple Mac'''
     31
     32Solution is to create/edit the file ~/.MacOSX/environment.plist and add a path statement:
     33{{{
     34<?xml version="1.0" encoding="UTF-8"?>
     35<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
     36"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     37<plist version="1.0">
     38<dict>
     39        <key>PATH</key>
     40<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
     41</dict>
     42</plist>
     43}}}