Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Issue with b3 aggregator

Hi,

On 03/15/2016 02:39 AM, Tommy Petty wrote:
Unable to load repository http://andrei.gmxhome.de/eclipse
Unable to load repository p2:http://andrei.gmxhome.de/eclipse/
Not all repositories could be loaded (see log for details)
Those site are not valid p2 repositories: they are old-time update site with only a site.xml and no content.xml nor content.jar. So this is not p2-ready and you can't consume it with b3.
 
If I use the 
% eclipse -nosplash -application org.eclipse.b3.cli.headless.aggregate  aggregate --action BUILD --buildModel <path/to/model> --buildRoot <path/to/root> --logLevel DEBUG --eclipseLogLevel DEBUG
It seems to work, but I am trying to get this to run as a Jenkins job and running it that way loads enough of eclipse that it tries to initialize GTK and there is no X environment as a Jenkins job.
On your Jenkins job, enable the "Xvnc" plugin (install it if you don't have it).

HTH,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top