FW: Continuum while building maven 2 project does not recognise package javax.servlet.http

2007-06-20 Thread Bhramara.Chickamuniswamy
I am using the continuum-1.1-alpha-2. Regards, Bhramara -Original Message- From: Bhramara Chickamuniswamy-IC Sent: Wednesday, June 20, 2007 6:43 PM To: continuum-users@maven.apache.org Subject: Continuum while building maven 2 project does not recognise package javax.servlet.http Hi,

RE: Continuum while building maven 2 project does not recognise package javax.servlet.http

2007-06-20 Thread Bhramara.Chickamuniswamy
Yes. All the dependencies are in place but it just doesn't recognize it. Regards, Bhramara -Original Message- From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 6:49 PM To: continuum-users@maven.apache.org Subject: RE: Continuum while bu

For multi modules project, load only root as recursive build not behaving as expected:

2008-03-07 Thread Bhramara.Chickamuniswamy
Hi, Continuum version : 1.1 I have a maven2 project structure as below: PARENT_PROJECT: PROJECTA PROJECTA_CHILD1 PROJECTA_CHILD2 PROJECTB PROJECTB_CHILD1 PROJECTB_CHILD2

RE: For multi modules project, load only root as recursive build not behaving as expected:

2008-03-07 Thread Bhramara.Chickamuniswamy
Hi, The pom hierarchy is fine, because the reactor build works as expected properly without any issues, when I build the same in the IDE I use. Build is actually not an issue here. Its just multiple working folders are created and an unnecessary multiple check out of projects is resulting. Regar