You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "da Costa Oliveira, Pedro Manuel" <Pe...@sunrise.net> on 2008/03/25 10:50:46 UTC

m2eclipse 0.9 wtp integration.

Hi,
 
First of all - great work on 0.9. It seems to be working more like we've
always expected!
 
However, I know have a strange problem with Web Projects in eclipse (all
others look ok - Java project, Enterprise Application, etc...).
If I disable "Workspace resolution" in my web project, it is able to
retrieve the dependencies from the repository and everyting works fine.
 
If I enable "Workspace resolution", it is not able to add my workspace
projects as dependencies and complains that it can't find the classes
that it depends on!!!!
The strange thing is that it adds the dependencies of my dependencies
(sounds complicated? example...)
 
 
- WebApp Project
        - project 1 dependency
              - project 1 - dependency 1
              - project 1 - dependency N
       - project N dependency
       - dependency 1
       - dependency N
 
 
If the project (1..N) is opened in eclipse, the plugin adds their
dependencies, but not the projects themselves.
    dependencies show are: project 1- dependency 1..N 
                                        dependency 1..N
    But project 1 itself is not added as a worspace dependency! (should
not)
If the project (1..N) is closed or not checked out, the plugin adds the
project, the project's dependencies and the dependencies (as it should).
 
 
Any ideas? Is this a bug?
 
Regards,
Pedro
 

Re: m2eclipse 0.9 wtp integration.

Posted by Henri Gomez <he...@gmail.com>.
You should use the m2eclipse list instead :)

2008/3/25, da Costa Oliveira, Pedro Manuel <Pe...@sunrise.net>:
>
> Hi,
>
> First of all - great work on 0.9. It seems to be working more like we've
> always expected!
>
> However, I know have a strange problem with Web Projects in eclipse (all
> others look ok - Java project, Enterprise Application, etc...).
> If I disable "Workspace resolution" in my web project, it is able to
> retrieve the dependencies from the repository and everyting works fine.
>
> If I enable "Workspace resolution", it is not able to add my workspace
> projects as dependencies and complains that it can't find the classes
> that it depends on!!!!
> The strange thing is that it adds the dependencies of my dependencies
> (sounds complicated? example...)
>
>
> - WebApp Project
>         - project 1 dependency
>               - project 1 - dependency 1
>               - project 1 - dependency N
>        - project N dependency
>        - dependency 1
>        - dependency N
>
>
> If the project (1..N) is opened in eclipse, the plugin adds their
> dependencies, but not the projects themselves.
>     dependencies show are: project 1- dependency 1..N
>                                         dependency 1..N
>     But project 1 itself is not added as a worspace dependency! (should
> not)
> If the project (1..N) is closed or not checked out, the plugin adds the
> project, the project's dependencies and the dependencies (as it should).
>
>
> Any ideas? Is this a bug?
>
> Regards,
>
> Pedro
>
>