Re: [platform-dev] reference swt in a maven build

2021-06-22 Thread Tom Schindl via platform-dev
just to build you can use whatever platform binary you want or what am I missing? To run tests you naturally have to have the correct one. Tom Am 22.06.21 um 10:52 schrieb Stefan Kowski: Hi, I am using this definitions in my standalone SWT/JFace apps: Parent pom.xml:                   

Re: [platform-dev] reference swt in a maven build

2021-06-22 Thread Stefan Kowski
Hi, I am using this definitions in my standalone SWT/JFace apps: Parent pom.xml:                         org.eclipse.platform org.eclipse.jface                 3.22.100                                                         org.eclipse.platform org.eclipse.swt                          

[platform-dev] reference swt in a maven build

2021-06-22 Thread Christoph Läubrich
I need to reference swt in a maven build (not an eclipse product!) as a standalone dependency. What is the recommended way to reference swt in maven so it could be build on linux/windows/... I could think about creating a profile for each os as mentioned in [1] and define appropriate