SDK Tutorial

Craig Hylwa July 7, 2013

Trying to complete the following SDK Tutorial

https://developer.atlassian.com/display/DOCS/Set+Up+the+Eclipse+IDE+for+Linux?focusedCommentId=21463962#comment-21463962

Can not complete the tutorial due to:

Step 3 # 7 Operation could not be completed with the following error

Cannot complete the install because one or more required items could not be found.
Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
Missing requirement: Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.core.ui 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
To: org.eclipse.m2e.core.ui [1.4.0.20130601-0317]

4 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
jjaroczynski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2013

It looks like m2e plugin problem. It cannot resolve dependency to org.slf4j.api 1.6.2 for some reason.

I would try installing org.slf4j.api manually first. You can grab it from this place: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.jar

Simply copy plugin jar to Eclipse plugins directory, restart Eclipse and try to install m2e once again.

Cheers,
Jacek

Craig Hylwa July 8, 2013

Once I copy this to the plugins directory what is the process to complete installation? Do I still need to go through the following steps?

Help>Install New Software

Press <Add> Button

Fill In <Name>

Fill In <Location>

What are the value for Name and Location?

m
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2013

Based on http://javadeveloperslife.wordpress.com/2013/01/02/slf4j-logging-in-eclipse-plugins/

Go to Help/Install New Software, Click on Add and used http://www.fuin.org/p2-repository/ for the URL. Then, select slf4j and add it through this interface. Restarted Eclipse. Do the m2e installation.

0 votes
Abdel Hechavarria Diaz September 7, 2013

I came across with the same issue. I tryied to add slf4j manually but seems the version of the jar in the avobe link is different than the one needed. Adding it from http://www.fuin.org/p2-repository/ seems to be the safest way.

Regards,

0 votes
Steve Thornhill
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 1, 2013

I came across this issue recently aswell.

Adding the slf4j from within eclipse and restarting it allowed the install to go ahead.

0 votes
m
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 8, 2013

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events