? Must I install modules before compiling an other modules

2007-01-17 Thread Dipl.-Ing. Torsten Liermann
(Sorry, I can not speak english). My question: Must I install modules before compiling an other module with dependcies to modules? Or is there a way without installing modules and start compilation within modules directory? The compilation from the parent directory works fine... Thanks, Torsten

Re: ? Must I install modules before compiling an other modules

2007-01-17 Thread Dan Tran
maven is aware of all module's classes directory -Dan On 1/17/07, Dipl.-Ing. Torsten Liermann [EMAIL PROTECTED] wrote: (Sorry, I can not speak english). My question: Must I install modules before compiling an other module with dependcies to modules? Or is there a way without installing modules

Re: ? Must I install modules before compiling an other modules

2007-01-17 Thread Wayne Fay
/17/07, Dipl.-Ing. Torsten Liermann [EMAIL PROTECTED] wrote: (Sorry, I can not speak english). My question: Must I install modules before compiling an other module with dependcies to modules? Or is there a way without installing modules and start compilation within modules directory

Re: ? Must I install modules before compiling an other modules

2007-01-17 Thread kapadia
dont have to run maven install but maven compile would do since maven is aware of all module's classes directory -Dan On 1/17/07, Dipl.-Ing. Torsten Liermann [EMAIL PROTECTED] wrote: (Sorry, I can not speak english). My question: Must I install modules before compiling an other

Re: ? Must I install modules before compiling an other modules

2007-01-17 Thread Dan Tran
). My question: Must I install modules before compiling an other module with dependcies to modules? Or is there a way without installing modules and start compilation within modules directory? The compilation from the parent directory works fine... Thanks, Torsten