Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[papyrus-rt-dev] Build against target platform

Hi,

 

I pushed a contribution on Gerrit based on a proposal made by Philip. [1]

 

The main difference is that the build will use the chosen eclipse target platform [2] to build against.

One good thing is that with the use of maven profile. The patch allow to build against different platform.

Currently use : mvn clean install –Pneon in releng directory to build against Neon Release

(Big Fat Disclaimer : the build isn’t working for neon, but this patch [3] should provide the required changes for Neon)

 

Main question:

The target platform are referencing a lot of “unstable” thing such as nightly and developer tooling.

ð  Can anyone check the platforms are correct [4] [5]?

 

Regards,

Benoit Maggi

 

1: https://git.eclipse.org/r/#/c/65272/

2 : http://www.vogella.com/tutorials/EclipseTargetPlatform/article.html

3 : https://git.eclipse.org/r/#/c/66233/

4 : https://git.eclipse.org/r/#/c/65272/14/releng/targetplatform/org.eclipse.papyrusrt.targetplatform.mars/org.eclipse.papyrusrt.targetplatform.mars.tpd

5 : https://git.eclipse.org/r/#/c/65272/14/releng/targetplatform/org.eclipse.papyrusrt.targetplatform.neon/org.eclipse.papyrusrt.targetplatform.neon.tpd

 

 


Back to the top