'스터디/[2009] SIA 2ed'에 해당되는 글 1건

  1. 2009.04.19 SIA 2ed 샘플 소스 3
posted by [짱가™] 2009. 4. 19. 14:56

POM 관련 해서 Maven Integration for Eclipse 설치를 해야 할 것 같아서
설치중에

http://m2eclipse.codehaus.org/

이 사이트에서 다음 링크를 사용해서 설치하면,

http://m2eclipse.sonatype.org/update/

에러가 난다.

Cannot complete the request.  See the details.
Unsatisfied dependency: [org.maven.ide.eclipse.editor.feature.feature.group 0.9.6.20080905-0917] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.draw2d/[3.4.0.v20080529,3.4.0.v20080529]
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.jar/[3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq,3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.jdt.feature.jar/[3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97,3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97]] can be satisfied.
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.0.v3448f,3.4.0.v3448f]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.swt/[3.4.1.v3449c,3.4.1.v3449c]] can be satisfied.
.....

http://m2eclipse.sonatype.org/update-dev/

이 사이트를 이용하면 설치가 된다고 하는데..
저의 경우는
http://m2eclipse.sonatype.org/update/ 를 이용해서  Maven SCM handler form Subclipse와 Maven Integration for AJDT 두가지 기능을 빼고 설치하면 되었습니다. 이후에 다시 위 두개 기능을 update하시면 이상없이 설치가 됩니다

참고 하세요.