commit | d9aa9d503cec2f2179f843491736cf5ae61ad934 | [log] [tgz] |
---|---|---|
author | Christian W. Damus <give.a.damus@gmail.com> | Tue Aug 30 18:28:18 2016 -0400 |
committer | Christian W. Damus <give.a.damus@gmail.com> | Wed Aug 31 11:12:04 2016 -0400 |
tree | 76637c449fc4f7f3664481059388a80096cebe4f | |
parent | 0b9095043e3d877055a45ed0b4192c1d4efcbe63 [diff] |
Bug 494295: [Tooling] Dragging an existing port onto a capsule part incorrectly shows it as valid drop target https://bugs.eclipse.org/bugs/show_bug.cgi?id=494295 In addition to other supported cases, ensure that dropping a port onto a capsule-part is only permitted if it is an external port of the part's type (but then it probably already shows the view by canonical edit-policy anyways and so would reject the drop nonetheless). Change-Id: Ic52232c765b8c86435728e72a151eab13b9c10ec
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