Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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?

Best regards, Lars


Back to the top