mknittig / ereviewboard

A mylyn-based Eclipse integration for Review Board
16 stars 3 forks source link

Installation Missing Dependencies #3

Open jasonhinkle opened 14 years ago

jasonhinkle commented 14 years ago

I get this error when trying to install. Perhaps this is not an error but some documentation might help?

Cannot complete the install because one or more required items could not be found. Software currently installed: eReviewboard 0.1.0 (org.review_board.ereviewboard.feature.group 0.1.0) Missing requirement: eReviewboard Core Plug-in 0.1.0.201004291006NGT (org.review_board.ereviewboard.core 0.1.0.201004291006NGT) requires 'bundle org.apache.commons.io 1.4.0' but it could not be found Cannot satisfy dependency: From: eReviewboard 0.1.0 (org.review_board.ereviewboard.feature.group 0.1.0) To: org.review_board.ereviewboard.core [0.1.0.201004291006NGT]

lenciel commented 13 years ago

exactly the same issue, i'm using eclipse 3.6

bmchan commented 13 years ago

I had the same error but I got it fixed by downloading the latest apache commons io, place it inside eclipse/plugins directory, and restart eclipse.

lenciel commented 13 years ago

Hi, bmchan, can you give me more detailed information about the process? I get the apache commons io package from the apache site, but I don't know where exactly should I put the common-io.jar file.

depsypher commented 13 years ago

Getting the problem below with this eclipse release: Version: Indigo Release Build id: 20101216-1529

An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Artifact not found: osgi.bundle,org.apache.commons.codec,1.3.0.v20080530-1600. http://www.knittig.de/ereviewboard/update/plugins/org.apache.commons.codec_1.3.0.v20080530-1600.jar

rombert commented 13 years ago

Hi,

I've been working on updating this connector . My work is also set up at GitHub, and it's very much a work in progress.

If you want to give it a spin you will find a zipped update site at the downloads section from https://github.com/rombert/ereviewboard . It probably only works on ReviewBoard 1.5.0 or newer, and does not allow you to modify anything.

Let me know how it goes.

Robert

yleviel commented 13 years ago

Getting the same error:

An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Artifact not found: osgi.bundle,org.apache.commons.codec,1.3.0.v20080530-1600. http://www.knittig.de/ereviewboard/update/plugins/org.apache.commons.codec_1.3.0.v20080530-1600.jar

rombert commented 13 years ago

@yleviel : I suggest you try the forked connector from https://github.com/rombert/ereviewboard . It definitely does install.