aws-toolkit-eclipse icon indicating copy to clipboard operation
aws-toolkit-eclipse copied to clipboard

Codestar plugin for eclipse does not resolve dependency of CodeCommit

Open ghost opened this issue 6 years ago • 1 comments

To reproduce: Install Eclipse for Java EE , 2018-12 Add aws toolkit and choose AWS code star to be installed

Expected: AWS codestar gets installed by automatically resolving dependency or it shows its dependencies in the installation view.

Actual: Eclipse throws an error. Complaining about missing Codecommit.

ghost avatar Dec 24 '18 12:12 ghost

I also could see the issue on 2018-12 and 2019 -03. I think You guys need to make another build for latest versions of Photon. com.amazonaws.eclipse.codestar really need the dependency called com.amazonaws.eclipse.codecommit.I don't see any references there. Maybe there is some other purpose for it. Not sure exactly.

The error is something like this

Cannot complete the install because one or more required items could not be found. Software currently installed: AWS CodeStar Plugin 1.0.0.v201807201743 (com.amazonaws.eclipse.codestar.feature.feature.group 1.0.0.v201807201743) Missing requirement: AWS CodeStar Plugin 1.0.0.v201807201743 (com.amazonaws.eclipse.codestar 1.0.0.v201807201743) requires 'osgi.bundle; com.amazonaws.eclipse.codecommit 1.0.0' but it could not be found Cannot satisfy dependency: From: AWS CodeStar Plugin 1.0.0.v201807201743 (com.amazonaws.eclipse.codestar.feature.feature.group 1.0.0.v201807201743) To: org.eclipse.equinox.p2.iu; com.amazonaws.eclipse.codestar

update site: http://aws.amazon.com/eclipse/site.xml

lak-proddev avatar May 01 '19 11:05 lak-proddev