Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus-RT/Releases/Neon v0.9 Release Notes/NewIssues"

(Create page)
 
(Added 1st new issue)
Line 5: Line 5:
 
This page is meant as a way to get informed of new issues found in Papyrus-RT 0.9 as they are published. This page will only be modified and will only show new entries, without history.
 
This page is meant as a way to get informed of new issues found in Papyrus-RT 0.9 as they are published. This page will only be modified and will only show new entries, without history.
 
For the complete list of new issues, please refer to [[Papyrus-RT/Releases/Neon_v0.9_Release_Notes#Post-release_issues]]
 
For the complete list of new issues, please refer to [[Papyrus-RT/Releases/Neon_v0.9_Release_Notes#Post-release_issues]]
 +
 +
=New Issues=
 +
 +
; '''Bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514192 514192] - Target Platform for Neon has incorrect version for extras'''
 +
: '''Description''': The default target platform used when doing a <code>mvn clean verify</code> on a checkout of the 0.9 release tag includes only the Neon.2 release of Papyrus, not the Neon.3 that is actually required.
 +
: '''Work-around''': Select the latest milestones of Neon dependencies, which are the ones that became the Neon.3 release, using a system property:
 +
:: <code>mvn -Dpapyrus.kind=papyrusmilestone clean verify</code>

Revision as of 10:30, 27 March 2017

PapyrusForRealTime-Logo-Icon.png




v0.9 post-release issue watch


Contents

This page is meant as a way to get informed of new issues found in Papyrus-RT 0.9 as they are published. This page will only be modified and will only show new entries, without history. For the complete list of new issues, please refer to Papyrus-RT/Releases/Neon_v0.9_Release_Notes#Post-release_issues

New Issues

Bug 514192 - Target Platform for Neon has incorrect version for extras
Description: The default target platform used when doing a mvn clean verify on a checkout of the 0.9 release tag includes only the Neon.2 release of Papyrus, not the Neon.3 that is actually required.
Work-around: Select the latest milestones of Neon dependencies, which are the ones that became the Neon.3 release, using a system property:
mvn -Dpapyrus.kind=papyrusmilestone clean verify

Back to the top