Hmm, that's exactly what I checked yesterday and found Maven dep element but no deps listed. But today all the deps are listed.
I suspect that either I was impatient yesterday and looked at the list of dependencies before m2eclipse had finished attempting to download the artifacts for all dependencies, or that a dependency could not be found so the project failed to be initialized. I guess it would be nice if m2eclipse indicated in some manner such as logging a message in the Console when it has finished readying a project (downloading or attempting to download all dependencies). Not having any clues in this regard is frustrating. With version 0.0.10 and 0.0.11-20070304-1200 I can only tell when a project is ready by listening for silence from my hard-drive. Perhaps part of my trouble is that I have configured m2eclipse to download java-source, which takes a while and doesn't seem to retrieve the java-source for those internal projects hosted on our remote repository, even when using version 0.0.11 with a Global settings file that lists it as a valid repository. BTW I note that 0.0.11 never finishes initializing a project that has a dep on j2ee-1.3.1 when it can't find the j2ee-1.3.1 sources. It just looks for the those sources forever (according to the progress bar). William -----Original Message----- From: VUB Stefan Seidel [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 May 2007 6:26 PM To: [email protected] Subject: [***POSSIBLE SPAM***] - Re: [m2eclipse-user] Dependencies not being resolved (anymore) - Bayesian Filter detected spam What happens sometimes is that the MAVEN2 container for the classpath entries disappears. Try adding it through Project->Properties->Java Build Path->Libraries->Add Library->Maven Managed Dependencies. regards, Stefan On Wed, 2007-05-16 at 13:13 +1000, William Ferguson wrote: > I'm using version 0.0.10 (really want to use 0.0.11 to be able to > specify my global settings file but found that it hangs > indiscriminately) and in the last week or so have noticed that the > Maven2Dependencies no longer seem to get populated when I open a > project (they used to get resolved). > > Consequently I can no longer build Maven projects within Eclipse as > none of the dependencies get resolved. > > Maven builds it fine from the command line. > And all dependencies are in my local repository. > > Any ideas on why m2eclipse-plugin is not resolving the dependencies? > > William > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email -- best regards, Stefan Seidel software developer ________________________ VUB Printmedia GmbH Chopinstraße 4 D-04103 Leipzig Germany tel. +49 (341) 9 60 50 07 fax. +49 (341) 9 60 50 92 mail. [EMAIL PROTECTED] web. www.vub.de HRB Köln 24015 UStID DE 122 649 251 GF Dr. Achim Preuss Neudorf, Dr. Christian Preuss Neudorf --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
