Re: building project problem

2006-10-20 Thread Adriano Crestani

Yeah, it was my mistake, sorry. I forgot -Peclipse. Thanks ; )

Adriano Crestani

On 10/20/06, Brent Daniel <[EMAIL PROTECTED]> wrote:


Adriano,

This is the error you get if you generate the eclipse artifacts
without specifying the eclipse profile. Make sure you run "mvn
-Peclipse eclipse:eclipse" and not just "mvn eclipse:eclipse".

Brent


On 10/20/06, Adriano Crestani <[EMAIL PROTECTED]> wrote:
> I'm getting this error when I'm trying to import the projects: "Cannot
nest
> output folder 'axis2/target/classes/META-INF' inside output folder
> 'axis2/target/classes'". Does anyone know hot to fix it?
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: building project problem

2006-10-19 Thread Brent Daniel

Adriano,

This is the error you get if you generate the eclipse artifacts
without specifying the eclipse profile. Make sure you run "mvn
-Peclipse eclipse:eclipse" and not just "mvn eclipse:eclipse".

Brent


On 10/20/06, Adriano Crestani <[EMAIL PROTECTED]> wrote:

I'm getting this error when I'm trying to import the projects: "Cannot nest
output folder 'axis2/target/classes/META-INF' inside output folder
'axis2/target/classes'". Does anyone know hot to fix it?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: building project problem

2006-10-19 Thread Venkata Krishnan

Hi,

Did you build the eclipse projects using the following command:

"mvn -Peclipse eclipse:eclipse"

Please do so if you haven't and then try again to import the projects into
eclipse.   Should work for sure.

- Venkat

On 10/20/06, Adriano Crestani <[EMAIL PROTECTED]> wrote:


I'm getting this error when I'm trying to import the projects: "Cannot
nest
output folder 'axis2/target/classes/META-INF' inside output folder
'axis2/target/classes'". Does anyone know hot to fix it?