Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unexpected NPE

>Is there a way to get more info from the P2resolver about why it puts
>only bundle into resolution?

http://wiki.eclipse.org/Tycho/Target_Platform#Dependency_resolution_troubleshooting 

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Krzysztof Daniel
Sent: Donnerstag, 8. November 2012 11:47
To: Tycho user list
Subject: Re: [tycho-user] Unexpected NPE

Reproducing the issue requires nearly 20 hours and less than-trivial arm
emulator setup (to clarify - the issue is reproducible also on an arm
hardware). But I took the liberty to sysout the resolved state and run
the build with debug flags:

http://libra.cs.put.poznan.pl/kdaniel/.build-4.2.1-14.fc18.log

I think that the most important observation is that the resolved state
for org.eclipse.pde.api.tools.ee.javase17 is
Resolved state Resolved OSGi state
RESOLVED
org.eclipse.osgi_3.8.1.qualifier : /home/kdaniel/eclipse/R4_platform-aggregator/rt.equinox.framework/bundles/org.eclipse.osgi


while org.eclipse.pde.api.tools.ee.javase16 state contains much more
bundles.

Is there a way to get more info from the P2resolver about why it puts
only bundle into resolution?

On Wed, 2012-11-07 at 15:40 +0000, Sievers, Jan wrote:
> please open a bug with full maven debug log (mvn -X -e -V) attached and steps to reproduce.
> 
> if it only happens on ARM, it will be hard to analyse for me to reproduce though.
> I may be wrong but I doubt many people are using maven on ARM hardware.
> 
> Jan
> 


-- 
Krzysztof Daniel <kdaniel@xxxxxxxxxx>
Red Hat

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top