| | 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 | |
| | 32 | Solution 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 | }}} |