>>>>> "Alain" == Alain Muls <[EMAIL PROTECTED]> writes:
Alain> I tried to setup the JDE prj.el file and launch a compilation
Alain> which should also recompile other files (eg file2.java was
Alain> modified and file1.java depends on it). The class file2 is
Alain> recompiled but not the file1.class.
I think that you are trying to fit a square peg into a round
hole here. Emacs does not provide build tool functionality precisely
because there are other tools which do this better. If make isn't
working for you then perhaps you could have a look at ant instead,
although to be honest make's dependency functionality is more advanced
to my mind that ants.
Alain> PS: my colleague using JBuilder underr windows laughs at what
Alain> he calls my archaic programming, but I want to proof him
Alain> emacs can do the same (or better)
I think you are doomed to failure. JBuilder can do more than
emacs. But probably not Emacs, plus cvs, make/ant, diff, find and all
the other tools that are integrated with Emacs.
Phil