Henrik Kj�r writes: > Hi Tom > > I don't think your problem relates to Nascif (see ealier), but I have also > experienced problem with project settings since moving from 2.2.9.beta12 to > 2.2.9. Mine are related to make settings. Make has now got its own menu point > under options, and strangely enough these settings is not saved in the project > file when saving project. > Anyway, at present I have moved my make settings out of my prj.el file and > into my .emacs and everything works ok - BUT I can only do this as I at present > only are working on one project, so somehow the problem has to be solved - > I think it is a bug in the new jde!? >
This is indeed a regression bug in JDE 2.2.9. I made a change in this release such that several packages are not loaded into memory until you execute one of the package's commands. This is intended to reduce the startup time for the JDEE. Unfortunately, some time ago another JDEE maintainer changed the project file system to build the list of variables that need to be changed only once, when the JDEE is initially loaded. Thus variables defined by packages loaded later are not saved by the project file subsystem. The jde-make package is one of those packages. The fix is straightforward. I will make the fix this evening and upload a patched JDE 2.2.9 this evening to the JDEE website. - Paul
