From: Geoffrey F. <fu...@us...> - 2001-08-20 23:39:48
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24158/cf Modified Files: pkg_java.in Log Message: Rework the java compilation pattern rule framework so that java components are compiled from the tmp dir, with the resulting class files stored under the tmp/java tree. This is because we need the file name that is compiled by make to be the same as the Emacs buffer name, in order for auto-error placement to work. The previous scheme worked too, but Emacs couldn't tell that the file being compiled was the same as the file currently mapped to a buffer, so you always winded up editing different copies of the same file. Blecherous. This new compilation strategy may allow further simplification of the way the softlink configuration is done, but that's defered for now. |