Re: [platform-dev] Build from source problem

2021-06-22 Thread Sravan K Lakkimsetti
The problem here is building org.eclipse.jdt.doc.isv plugin. Please check the log for that bundle. Most often we see this problem if we have some dirt in the repository. Reset your repository using the following script and try again git clean -f -d -x git submodule foreach git clean -f -d

Re: [platform-dev] Build from source problem

2021-06-22 Thread zcatt
The previous mail is https://www.eclipse.org/lists/platform-dev/msg02947.html. I branch R4_20_maintenance, and build with 'mvn clean verify -DskipTests=true', the error msg is the following, the same as the previous mail. Any help, thanks. [INFO] org.eclipse.sdk.tests.feature

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