Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Build from source problem

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:clean (default-clean)

org.eclipse.tycho:tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier)

org.eclipse.tycho:tycho-packaging-plugin:2.3.0:validate-id (default-validate-id)

org.eclipse.tycho:tycho-packaging-plugin:2.3.0:validate-version (default-validate-version)

org.apache.maven.plugins:maven-resources-plugin:3.2.0:copy-resources (saveproperties)

org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven)

org.apache.maven.plugins:maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature)

 

On releng infrastructure

org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean)

org.eclipse.tycho:tycho-packaging-plugin:2.3.0:build-qualifier (default-build-qualifier)

org.eclipse.tycho:tycho-packaging-plugin:2.3.0:validate-id (default-validate-id)

org.eclipse.tycho:tycho-packaging-plugin:2.3.0:validate-version (default-validate-version)

org.apache.maven.plugins:maven-resources-plugin:3.2.0:copy-resources (saveproperties)

org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven)

org.apache.maven.plugins:maven-antrun-plugin:3.0.0:run (check-has-apiTools-nature)

maven-resources-plugin:3.2.0:resources (default-resources)

maven-resources-plugin:3.2.0:resources (filter-resources)

tycho-compiler-plugin:2.3.0:compile (default-compile)

tycho-eclipserun-plugin:2.3.0:eclipse-run (build-.api_description)

maven-resources-plugin:3.2.0:testResources (default-testResources)

tycho-source-plugin:2.3.0:plugin-source (plugin-source)

target-platform-configuration:2.3.0:target-platform (default-target-platform)

tycho-packaging-plugin:2.3.0:package-plugin (default-package-plugin)

tycho-p2-plugin:2.3.0:p2-metadata-default (default-p2-metadata-default)

moditect-maven-plugin:1.0.0.RC1:add-module-info (add-module-infos)

tycho-p2-extras-plugin:2.3.0:compare-version-with-baselines (compare-attached-artifacts-with-release)

tycho-pack200a-plugin:2.3.0:normalize (pack200-normalize)

eclipse-jarsigner-plugin:1.1.8-SNAPSHOT:sign (sign)

tycho-pack200b-plugin:2.3.0:pack (pack200-pack)

tycho-p2-plugin:2.3.0:p2-metadata (p2-metadata)

 

Compilation of code is not getting triggered.

 

Can you please send us the exact command you are using?  

We use

$ mvn clean verify -DskipTests=true

 

Thanks

Sravan

 

 

From: Kirill Kotovich <kirillkotovich1@xxxxxxxxx>
Sent: 11 April 2021 18:43
To: platform-dev@xxxxxxxxxxx
Subject: [EXTERNAL] [platform-dev] Build from source problem

 

Hello! I created a forum thread on building the Eclipse platform from source. There I was advised to write here. Link to thread: https://www.eclipse.org/forums/index.php?t=msg&th=1107622& Thanks for attention! ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍ ‍

Hello!

I created a forum thread on building the Eclipse platform from source. There I was advised to write here.

Link to thread: https://www.eclipse.org/forums/index.php?t=msg&th=1107622&


Thanks for attention!



Back to the top