Commit d3c0d2a327adaaef3e035307d88bc96b4ad290fc

  • avatar
  • Rudolf <omouse @mo…e.om>
  • Fri Apr 10 15:42:16 CEST 2009
Fixed a small bug with the processing-location path. It must be coerced to a directory name.
ChangeLog
(6 / 0)
  
12009-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
172009-02-06 Rudolf Olah <omouse@gmail.com>
28
39 * processing-mode.el: Added proper licensing notice for GPLv3 to
  
118118must be set to one of \"windows\", \"macosx\", or \"linux\". If
119119no platform is selected, the default platform that Emacs is
120120running 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 \""
122123 (apply 'make-java-classpath
123124 (mapcar (lambda (x) (expand-file-name (concat processing-location x)))
124125 '("java/lib/rt.jar"