You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Peter Palaga <pp...@redhat.com> on 2020/08/31 17:02:42 UTC

Cannot build from the camel-3.5.0 tag

Hi,

I cannot build from the recent camel-3.5.0 tag:

git checkout -b 3.5.x camel-3.5.0
mvn clean install -DskipTests
...
No versions available for 
org.eclipse.platform:org.eclipse.equinox.common:jar:[3.12.0,4.0.0) 
within specified range

Is this a known problem?

Thanks,

-- Peter


Re: Cannot build from the camel-3.5.0 tag

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
I cannot reproduce this locally.

--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Chair
Apache Karaf Committer
Apache Servicemix PMC Member
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd






On Monday, August 31, 2020, 07:02:52 PM GMT+2, Peter Palaga <pp...@redhat.com> wrote: 





Hi,

I cannot build from the recent camel-3.5.0 tag:

git checkout -b 3.5.x camel-3.5.0
mvn clean install -DskipTests
...
No versions available for 
org.eclipse.platform:org.eclipse.equinox.common:jar:[3.12.0,4.0.0) 
within specified range

Is this a known problem?

Thanks,

-- Peter


Re: Cannot build from the camel-3.5.0 tag

Posted by Peter Palaga <pp...@redhat.com>.
On 31/08/2020 19:07, Jean-Baptiste Onofre wrote:
> Hi,
> 
> On which module do you have the issue ?

I do not remember the exact module, but I know that it happened when 
Maven tried to execute the format mojo of camel-format-plugin.

After I removed all camel-format-plugin invocations from the source 
tree, I got a different error with missing source jar of 
camel-package-maven-plugin

I was able to solve that one by adding source:jar to mvn clean install 
-DskipTests

FWIW, I am building with mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /home/ppalaga/bin/maven/apache-maven-3.6.x
Java version: 11.0.7, vendor: Oracle Corporation, runtime: 
/usr/lib/jvm/java-11-openjdk-11.0.7.10-1.fc31.x86_64
Default locale: en_IE, platform encoding: UTF-8
OS name: "linux", version: "5.6.19-200.fc31.x86_64", arch: "amd64", 
family: "unix"

So now I was able to build camel-3.5.0 and there is no need to care for 
me, if others were not able to reproduce.

Thanks,

-- P

> I just tried and it works fine (so far, build is still ongoing) for me on the tag.
> 
> Regards
> JB
> 
>> Le 31 août 2020 à 19:02, Peter Palaga <pp...@redhat.com> a écrit :
>>
>> Hi,
>>
>> I cannot build from the recent camel-3.5.0 tag:
>>
>> git checkout -b 3.5.x camel-3.5.0
>> mvn clean install -DskipTests
>> ...
>> No versions available for org.eclipse.platform:org.eclipse.equinox.common:jar:[3.12.0,4.0.0) within specified range
>>
>> Is this a known problem?
>>
>> Thanks,
>>
>> -- Peter
>>
> 


Re: Cannot build from the camel-3.5.0 tag

Posted by Jean-Baptiste Onofre <jb...@nanthrax.net>.
Hi,

On which module do you have the issue ?

I just tried and it works fine (so far, build is still ongoing) for me on the tag.

Regards
JB

> Le 31 août 2020 à 19:02, Peter Palaga <pp...@redhat.com> a écrit :
> 
> Hi,
> 
> I cannot build from the recent camel-3.5.0 tag:
> 
> git checkout -b 3.5.x camel-3.5.0
> mvn clean install -DskipTests
> ...
> No versions available for org.eclipse.platform:org.eclipse.equinox.common:jar:[3.12.0,4.0.0) within specified range
> 
> Is this a known problem?
> 
> Thanks,
> 
> -- Peter
>