Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Issues building an individual bundle recipe

I just tried org.apache.felix.scr_2.0.14 and did not run into this issue.

Can you try with "-X" argument to get stack traces? Maybe it's a weird versioning issue.

Also, can you try with a "fresh" local Maven repo:
mvn clean verify -Dmaven.repo.local=$HOME/.m2/orbit-repo

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/






> On Jan 17, 2019, at 08:07, Thomas Watson <tjwatson@xxxxxxxxxx> wrote:
> 
> I am struggling to build an individual bundle recipe in orbit.  I am getting this when running maven clean install:
>  
>  
> [ERROR] Failed to execute goal org.eclipse.ebr:ebr-maven-plugin:1.0.0-SNAPSHOT:eclipse-ip-info (default) on project org.apache.felix.scr: Execution default of goal org.eclipse.ebr:ebr-maven-plugin:1.0.0-SNAPSHOT:eclipse-ip-info failed: A required class was missing while executing org.eclipse.ebr:ebr-maven-plugin:1.0.0-SNAPSHOT:eclipse-ip-info: org/apache/http/HttpEntity
>  
> Anyone else seeing this?
> 
> Tom
>  
> 
> _______________________________________________
> orbit-dev mailing list
> orbit-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/orbit-dev



Back to the top