Re: [m1] multiproject dependency problem

2005-08-29 Thread stéphane bouchet
sorry for long delay ... see below . Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 3:44 PM: Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
Jörg Schaible a écrit : stéphane bouchet wrote on Thursday, August 25, 2005 2:09 PM: Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends on the 'core' one. So i defined in the 'applet' project.xml : dependency

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties that the props maven.multiproject.includes and maven.multiproject.basedirare sets. in its

RE: [m1] multiproject dependency problem

2005-08-26 Thread Jörg Schaible
stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties that the props

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties that the

RE: [m1] multiproject dependency problem

2005-08-26 Thread Jörg Schaible
stéphane bouchet wrote on Friday, August 26, 2005 3:44 PM: Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two

Re: [m1] multiproject dependency problem

2005-08-25 Thread Jeff Jensen
Try setting this property with the projects in the order you want them processed: maven.multiproject.includes= Quoting stéphane bouchet [EMAIL PROTECTED]: Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends

Re: [m1] multiproject dependency problem

2005-08-25 Thread stéphane bouchet
Thanks for the tip but not working :( I got the same result. Jeff Jensen a écrit : Try setting this property with the projects in the order you want them processed: maven.multiproject.includes= Quoting stéphane bouchet [EMAIL PROTECTED]: Hi all, I have a problem using multiproject. i

RE: [m1] multiproject dependency problem

2005-08-25 Thread Jörg Schaible
stéphane bouchet wrote on Thursday, August 25, 2005 2:09 PM: Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends on the 'core' one. So i defined in the 'applet' project.xml : dependency

RE: [m1] multiproject dependency problem

2005-08-25 Thread Jörg Schaible
Jeff Jensen wrote on Thursday, August 25, 2005 2:34 PM: Try setting this property with the projects in the order you want them processed: maven.multiproject.includes= No. Maven will calculate the sequence if they are dependent. - Jörg