[JBoss JIRA] (JBIDE-22871) After opening a file, the UIRegion selected must be highlighted
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22871?page=com.atlassian.jira.plugi... ]
George Gastaldi updated JBIDE-22871:
------------------------------------
Steps to Reproduce:
# Install the ui-example addon (Available in 3.2.4-SNAPSHOT onwards) .
# Execute the "Open Selected Region" command
# Choose a file and provide the given parameters
# The open editor should highlight according to the selected parameters
was:
# Install the ui-example addon.
# Execute the "Open Selected Region" command
# Choose a file and provide the given parameters
# The open editor should highlight according to the selected parameters
> After opening a file, the UIRegion selected must be highlighted
> ---------------------------------------------------------------
>
> Key: JBIDE-22871
> URL: https://issues.jboss.org/browse/JBIDE-22871
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.4.1.AM1
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 4.4.1.AM3
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22446) Release process should disallow inclusion of snapshots artifacts
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22446?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22446:
------------------------------------
Turns out I can't enable the enforcing on the parent pom itself (nullpointerexception thrown):
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) on project parent: Execution enforce-no-snapshots of goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce failed. NullPointerException -> [Help 1]
{code}
... so I've moved the plugin into parent pom's pluginManagement and am going to test using it in the jbosstools-openshift project next.
I've also refactored the plugin from jbosstools-build-ci to jbosstools-maven-plugins:
https://github.com/jbosstools/jbosstools-maven-plugins/commits/master
> Release process should disallow inclusion of snapshots artifacts
> ----------------------------------------------------------------
>
> Key: JBIDE-22446
> URL: https://issues.jboss.org/browse/JBIDE-22446
> Project: Tools (JBoss Tools)
> Issue Type: Release
> Components: build
> Affects Versions: 4.4.0.Alpha2
> Reporter: Jeff MAURY
> Assignee: Nick Boldt
> Fix For: 4.4.1.AM3
>
>
> 4.4.0.Alpha2 was generated with a SNAPSHOT dependency. This should be avoided in future releases even for Alpha ones
> Update: This issues is for adding some automated test/check to detect situation when our release includes a snapshot dependency.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months