commit | 929ed024713b6df7f291f340276c1cd67c99b2ac | [log] [tgz] |
---|---|---|
author | Christian W. Damus <give.a.damus@gmail.com> | Tue Aug 23 10:52:51 2016 -0400 |
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | Thu Aug 25 11:41:02 2016 -0400 |
tree | 474edab8535c7c0ee105555081b4a048bc96b986 | |
parent | 6fe214dca53f60ee4a47f807771d9686f503118c [diff] |
Bug 497841: [Model Import] Size of imported capsule part is smaller than in legacy model causing additional layout issues https://bugs.eclipse.org/bugs/show_bug.cgi?id=497841 In response to the changes in bug 465656 to use the Neon view types instead of pre-Neon numeric visual IDs, update the post-processing of port shapes to key on the logical view type instead of the numeric visual ID. Change-Id: Ieb7b0ceb71584d1c05de89508a565f0372636e1d
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