Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Building a specific platform

----- Original Message -----
> From: "Lars Vogel" <lars.vogel@xxxxxxxxx>
> To: cbi-dev@xxxxxxxxxxx
> Sent: Friday, January 4, 2013 5:21:32 PM
> Subject: [cbi-dev] Building a specific platform
> 
> Hello,
> 
> I wanted to build for a specific platform as described in
> http://wiki.eclipse.org/Platform-releng/Platform_Build#Building_natives
> 
> mvn clean install    -Dmaven.test.skip=true -Dnative=gtk.linux.x86_64
> 
> it looks like Tycho still tries to build the different platforms.
> 
> [INFO] org.eclipse.swt.gtk.linux.x86 ..................... FAILURE
> [24.188s]
> 
> How can I build Eclipse only for a certain platform?

IIRC, CBI never supported building only one platform and the -Dnative= argument is used for specifying whether native parts (*.so files) should be rebuilt (maybe for other things too).

Alexander Kurtakov
Red Hat Eclipse team

> 
> Best regards, Lars
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cbi-dev
> 


Back to the top