Re: [platform-dev] Build from source problem

2021-06-22 Thread Sravan K Lakkimsetti
: [platform-dev] Build from source problem 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 he

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 4.20.0-SNAPSHOT

Re: [platform-dev] Build from source problem

2021-04-18 Thread Andrey Loskutov
ample log >> https://download.eclipse.org/eclipse/downloads/drops4/I20210416-1800/buildlogs/mb220_buildSdkPatch.sh.log. >> You should get a similar log >> >> >> >> Thanks >> >> Sravan >> >> >> >> From: Jonah Graham >> Sent

Re: [platform-dev] Build from source problem

2021-04-18 Thread Sravan K Lakkimsetti
ginal Message- From: Kirill Kotovich Sent: 18 April 2021 20:43 To: Eclipse platform general developers list. Subject: [EXTERNAL] Re: [platform-dev] Build from source problem Using this command (mvn -U clean verify -DskipTests=true) helped up to a point. Build restarts didn't help at

Re: [platform-dev] Build from source problem

2021-04-18 Thread Kirill Kotovich
oad.eclipse.org/eclipse/downloads/drops4/I20210416-1800/buildlogs/mb220_buildSdkPatch.sh.log. > You should get a similar log > > > > Thanks > > Sravan > > > > From: Jonah Graham > Sent: 17 April 2021 00:38 > To: Eclipse platform general developers list. > Subject: [

Re: [platform-dev] Build from source problem

2021-04-16 Thread Sravan K Lakkimsetti
/downloads/drops4/I20210416-1800/buildlogs/mb220_buildSdkPatch.sh.log. You should get a similar log Thanks Sravan From: Jonah Graham Sent: 17 April 2021 00:38 To: Eclipse platform general developers list. Subject: [EXTERNAL] Re: [platform-dev] Build from source problem It looks like you

Re: [platform-dev] Build from source problem

2021-04-16 Thread Jonah Graham
; [ERROR] The import org.eclipse.swt.custom cannot be resolved [ERROR] > /home/main/eclipse.platform.releng.aggregator/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit > >> > Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_BidiSegmentListener.java:[24] > >> [ERROR] import org.e

Re: [platform-dev] Build from source problem

2021-04-16 Thread Kirill Kotovich
th >> e2k architecture. SWT does not have a plugin fragment supporting e2k >> architecture. This might be the problem >> >> -Sravan >> >> -Original Message- >> From: Kirill Kotovich >> Sent: 16 April 2021 02:15 >> To: Eclipse platform ge

Re: [platform-dev] Build from source problem

2021-04-16 Thread Wim Jongman
problem with e2k architecture. SWT does not have a plugin fragment > supporting e2k architecture. This might be the problem > > -Sravan > > -Original Message- > From: Kirill Kotovich > Sent: 16 April 2021 02:15 > To: Eclipse platform general developers list. >

Re: [platform-dev] Build from source problem

2021-04-15 Thread Sravan K Lakkimsetti
: [EXTERNAL] Re: [platform-dev] Build from source problem export MAVEN_OPTS=-Xmx6G Didn't help (unless, of course, the lack of quotes doesn't affect the build) Part of the output: $ export MAVEN_OPTS=-Xmx6G $ mvn clean verify -DskipTests=true ..

Re: [platform-dev] Build from source problem

2021-04-15 Thread Kirill Kotovich
t;-Xmx6G". use higher Xmx value and try to build again. > > > > Thanks > > Sravan > > > > > > From: Kirill Kotovich > Sent: 15 April 2021 17:58 > To: Eclipse platform general developers list. > Subject: [EXTERNAL] Re: [platform-dev] Build from s

Re: [platform-dev] Build from source problem

2021-04-15 Thread Sravan K Lakkimsetti
om: Kirill Kotovich Sent: 15 April 2021 17:58 To: Eclipse platform general developers list. Subject: [EXTERNAL] Re: [platform-dev] Build from source problem Hello! I apologize for the long answer, I did not notice that the moderators tipped off my previous letter The sequence of commands

Re: [platform-dev] Build from source problem

2021-04-15 Thread Kirill Kotovich
Hello! I apologize for the long answer, I did not notice that the moderators tipped off my previous letter The sequence of commands literally looked like this: $ cd eclipse.platform.releng.aggregator /eclipse.platform.releng.aggregator$ export MAVEN_OPTS=-Xmx2048m /eclipse.platform.releng.aggrega

Re: [platform-dev] Build from source problem

2021-04-11 Thread Sravan K Lakkimsetti
Hi , Based on the log here are my observations. 1. The maven build is running on e2k architecture. (unsupported architecture). But this should not cause failure. 2. There is a difference in the build plan On the e2k machine org.apache.maven.plugins:maven-clean-plugin:3.1.0:cl