Hi fellows,
I have the following question on project files:
Is it true that JDE stores only one project file ("prj.el" per default)?
Due to our local settings, I have to use more than one project file
within the project. Now loading two files with different project files
ends up in a mess:
1) load file "a.java" with prj.el
2) load file "b" (of different directory tree) with a different prj.el
3) Now switch to buffer "a.java" and compile it - you'll end up
with "a.java" being compiled with the project settings
loaded with buffer "b.java".
Paul, despite that JDE really rocks - and thanks a lot for it btw -
ist it possible to "quickly" introduce some sort of hashtable that
attaches project settings as per buffer and not one globally?
Kind regards,
Michel