Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] org.jets3t - Unsatisfied version constraint: 'org.apache.commons.logging: 1.1.1'

Hi Mateus,

> I have following compile error in plugin org.jets3t:
> Unsatisfied version constraint: 'org.apache.commons.logging: 1.1.1'
>
> Any hints what I have to do?

there was an earlier/older mail from Marcus with details, see below.

Greets, Ariel


----------  Forwarded Message  ----------

Subject: RE: [geclipse-dev] working on S3
Date: Tuesday 04 March 2008
From: "Markus Knauer" <mknauer@xxxxxxxxxxxxxx>
To: "Developer mailing list" <geclipse-dev@xxxxxxxxxxx>

Hi *,

now it's going to be funny... ;-) 

(Mathias is already grumbling about my changes, but they are necessary in 
order to avoid future problems...)

[1] delete bundle com.aws (!)
[2] import the new bundle org.jets3t from CVS
[3] update eu.geclipse.aws and eu.geclipse.aws.ui

And you will see several dependency errors in your Eclipse 3.3.x.

org.jets3t requires newer bundle versions than are included in Eclipse 
3.3.x and in Europa, but these versions can be found in the latest Orbit 
builds. You have several options to solve these dependency errors, either 
you have to download and add the jar files to your target platform from 
http://download.eclipse.org/tools/orbit/downloads/drops/S20080209163815/, 
or you use the attached project set to add them from the repository to 
your workspace.

Using the aws.psf is easy: Download it to your local hard disc, then select 
File > Import... > Team > Team Project Set and import the three projects

 org.apache.commons.httpclient_3.1.0,v200712051435
 org.apache.commons.logging_1.1.1,v200801030957
 org.apache.commons.codec_1.3.0,v200711021030


Markus

<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project reference="1.0,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.apache.commons.httpclient,org.apache.commons.httpclient_3.1.0,v200712051435"/>
<project reference="1.0,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.apache.commons.logging,org.apache.commons.logging_1.1.1,v200801030957"/>
<project reference="1.0,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.apache.commons.codec,org.apache.commons.codec_1.3.0,v200711021030"/>
</provider>
</psf>

Back to the top