Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2eclipse 0.12.0-20101115-1102 "Resolve workspace artifacts" doesn't work

Did "resolve workspace artifacts" of 0.12 worked in Eclipse 3.6?

I just got Win7 64 bit and installed 3.6, but 0.12 still cannot resolve workspace artifacts for me.

On Thu, Dec 9, 2010 at 1:02 AM, Asaf Mesika <asaf.mesika@xxxxxxxxx> wrote:
I've tried making m2eclipse 0.12 work with Eclipse 3.5 but failed to do so, thus upgraded my eclipse to 3.6.



On Thu, Dec 9, 2010 at 10:41 AM, Benyi Wang <bewang.tech@xxxxxxxxx> wrote:
I didn't see any error in the log related to m2e. 

The versions are 0.0.1-SNAPSHOT because I use "Maven project" and "Maven module" wizard to create them.

I rolled back to 0.10, and everything works now.


On Thu, Dec 9, 2010 at 12:19 AM, Asaf Mesika <asaf.mesika@xxxxxxxxx> wrote:
Do you have any error in the log?
Are you sure the <parent><version> in the api project and core match the one specified in the parent project pom?


On Thu, Dec 9, 2010 at 9:55 AM, Benyi Wang <bewang.tech@xxxxxxxxx> wrote:
I actually created a new workspace, and created the new three projects. It still didn't work.

On Wed, Dec 8, 2010 at 11:42 PM, Asaf Mesika <asaf.mesika@xxxxxxxxx> wrote:
When I upgrade I sometime get this result, so I do the following:
  1. Delete projects from workspace
  2. On terminal (Linux), I do the following for each project:
    1. rm -rf .settings .project .classpath
  3. Then run import again for the project.
Do you have any exceptions in the Eclipse Error Log view?I


On Thu, Dec 9, 2010 at 9:37 AM, Benyi Wang <bewang.tech@xxxxxxxxx> wrote:
I just upgraded to 0.12.0, but found "Resolve workspace artifacts" didn't work any more. If I have three projects like:

+ parent
   | 
   + api
   |
   + core

core depends on api. In 0.10, I can right-click "core",  "Run As", "Maven build ...", check "Resolve workspace artifacts", then the launch can build core successfully. But in 0.12, it always failed saying "api cannot be found in the local repository". I didn't install api artifact into the local repository because I want to use the project in the workspace.

Does anybody have the same issue? Want to make sure if something is wrong in my installation. I use Eclipse 3.5.

Thanks.

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top