commit | 6e0ece0819205ae290e380a04a19a6604b3fd094 | [log] [tgz] |
---|---|---|
author | Christian W. Damus <give.a.damus@gmail.com> | Mon Aug 29 15:20:49 2016 -0400 |
committer | Christian W. Damus <give.a.damus@gmail.com> | Mon Aug 29 16:41:03 2016 -0400 |
tree | 5b7b017856a13c3cc98708e1b9e4b45cb0c0937f | |
parent | 1ecc9e540401df05bc0c178b71a37e11e5f4bf61 [diff] |
Bug 500447: TP is using Oxygen version of Papyrus Developer component https://bugs.eclipse.org/bugs/show_bug.cgi?id=500447 Pull the Neon version of the Papyrus Developer component, not Oxygen. Remove redundant AllTests suite that causes a test failure when one of the tests runs a second time (in the development environment). Also ignore that test, for now, because it still fails in the build environment even without the AllTests. Change-Id: I605f539cd0e388eedc806716cf3585570e066e2e
Components in this project are built using Maven and its Tycho plugins for the build of Eclipse artifacts. To build locally, simply execute the command line in the root directory:
mvn clean install
By default the build will be done using the latest Papyrus and Eclipse RELEASE target platform. By default it will build tooling, profile, core, migration, cpp, common and junit tests
To run codegen from the releng/codegen/ location run the following command:
For the release:
mvn clean install -PusePapyrusReleases
For the Nightlies:
mvn clean install -PusePapyrusNightlies
For the Milestones:
mvn clean install -PusePapyrusMilestones
To build p2, rcp, main papyrusrt feature, product and run rcptt tests on this product, the following profile should be run
mvn clean install -Preleng
Use the following command to run the build on the nightly target platform:
mvn clean install -Pneon-papyrusnightly
Use the following command to run the build on the Latest Milestone target platform:
mvn clean install -Pneon-papyrusmilestone
When launching the Junit tests on a windows machine you could meet the following error:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.25.0:test (default-test) on project org.eclipse.papyrusrt.umlrt.profile.tests: Unable to parse configuration of mojo org.eclipse.tycho:tycho-surefire-plugin:0.25.0:test for parameter excludes: Cannot assign configuration entry 'excludes' with value '**/*AllTests.java' of type java.lang.String to property of type java.util.List -> [Help 1]
This is probably a Tycho regression: https://bugs.eclipse.org/bugs/show_bug.cgi?id=496411