Hi, I'm working on jde-eclipse.el, a combination of an extension to JDEE and a plug-in for Eclipse, that integrates these two development environments.
I've now got some functions that can get the source- and classpath from Eclipse and set them up for JDEE. Currently, I call these functions by placing an appropriate prj.el in the root of the Eclipse workspace, which is IMHO not very elegant, I'd rather like to do that automatically when en- tering a Java buffer that's located in an Eclipse workspace. Another thing: I think it would be best, if prj.el would automagically be assumed to be in the root of the workspace or even better, if I could somehow generally assume that it's in $WORKSPACE/.metadata/.plugins/.ch.raffael.eclipse.remote.RemoteEclipse/prj.el for Java buffers that are located in an Eclipse workspace. (The source file would be somewhere at $WORKSPACE/$PROJECT/...) So where's the best place to hook into the JDEE project file loading mechanism to do such things? TIA, Raffi -- => Neu im Usenet? Fragen? http://www.use-net.ch/usenet_intro_de.html <= The difference between theory and practice is that in theory, there is no difference, but in practice, there is. Raffael Herzog - [EMAIL PROTECTED] - http://www.raffael.ch - ICQ #67961355
