Compilation and execution

2007-03-02 Thread Emmanuel Hugonnet
Hi, I have to compile with a different JDK in my tests from the one to compile my code. I know about the codehaus wiki page ;o) My project is a multi module project. In some modules I need to use a jdk 1.5 to compile the sources and the tests, in some I compile the sources in 1.4 and the

Re: Compilation and execution

2007-03-02 Thread Emmanuel Hugonnet
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Ok I understand my error : The compilation in execution is run after the compilation of the compile phase. Since i the code as already been compiled