Commit d3c0d2a327adaaef3e035307d88bc96b4ad290fc
- Diff rendering mode:
- inline
- side by side
ChangeLog
(6 / 0)
|   | |||
| 1 | 2009-04-10 Rudolf <omouse@gmail.com> | ||
| 2 | |||
| 3 | * processing-make-compile-command: Added conversion for | ||
| 4 | processing-location variable. It has to be treated as a directory | ||
| 5 | name otherwise the path concatenation will not work. | ||
| 6 | |||
| 1 | 7 | 2009-02-06 Rudolf Olah <omouse@gmail.com> | |
| 2 | 8 | ||
| 3 | 9 | * processing-mode.el: Added proper licensing notice for GPLv3 to |
processing-mode.el
(2 / 1)
|   | |||
| 118 | 118 | must be set to one of \"windows\", \"macosx\", or \"linux\". If | |
| 119 | 119 | no platform is selected, the default platform that Emacs is | |
| 120 | 120 | running on will be selected." | |
| 121 | (concat processing-location "java/bin/java -classpath \"" | ||
| 121 | (concat (file-name-as-directory processing-location) | ||
| 122 | "java/bin/java -classpath \"" | ||
| 122 | 123 | (apply 'make-java-classpath | |
| 123 | 124 | (mapcar (lambda (x) (expand-file-name (concat processing-location x))) | |
| 124 | 125 | '("java/lib/rt.jar" |

