Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Building natives/launchers with CBI

----- Original Message -----
> From: "Denis Roy" <denis.roy@xxxxxxxxxxx>
> To: cbi-dev@xxxxxxxxxxx
> Sent: Thursday, November 6, 2014 6:45:50 PM
> Subject: [cbi-dev] Building natives/launchers with CBI
> 
> Greetings CBI followers,
> 
> I've been wondering about the feasibility of building the Eclipse
> launchers using CBI...  I'm referring to the eclipse.exe and "eclipse"
> executable files that start Eclipse.
> 
> If I am not mistaken, those files are currently being build elsewhere,
> and are deposited somewhere (Git?) to be consumed by EPP.

Building natives (at least for Linux and if you have all headers installed) is as easy as doing `mvn clean verify -Dnative=gtk.linux.x86_64` . I'm not sure whether this is hooked in for non-linux platforms but if there are people interested doing it in the way it's done for Linux should be quite easy.

> 
> If these files could be built by CBI, I'm guessing they could be made
> slightly more intelligent to help detect the presence/absence of a JRE
> and offer usable help to our users. 

If you're interested in building @eclipse.org that would involve having all target platforms available as vms for the builds. Contacting Arun Thondapu(who is currently doing the native rebuilds) is probably best step regarding what machines and what setup on them is needed @eclipse.org for doing builds there.

Alexander Kurtakov
Red Hat Eclipse team

> This would be part of the overall
> plan to help improve the initial user experience to Eclipse, as outlined
> below:
> 
> https://wiki.eclipse.org/Eclipse_User_Experience_2015
> 
> The actual bug to track this effort is:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=377116
> 
> Thanks for any input you have!
> 
> Denis
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cbi-dev
> 


Back to the top