[JBoss JIRA] (JBIDE-18640) For JBIDE 4.2.0.Final: Prepare for Final/GA release [JavaEE]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18640?page=com.atlassian.jira.plugi... ]
Alexey Kazakov resolved JBIDE-18640.
------------------------------------
Resolution: Done
> For JBIDE 4.2.0.Final: Prepare for Final/GA release [JavaEE]
> ------------------------------------------------------------
>
> Key: JBIDE-18640
> URL: https://issues.jboss.org/browse/JBIDE-18640
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: cdi, cdi-extensions, jsf, seam2
> Reporter: Nick Boldt
> Assignee: Alexey Kazakov
> Priority: Blocker
> Labels: task
> Fix For: 4.2.0.Final
>
>
> For JBIDE 4.2.0.Final [JavaEE]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.2.0.CR2, 8.0.0.CR2, 4.2.0.Final or 8.0.0.GA.
> [Unresolved JIRAs with fixVersion = 4.2.0.CR2, 4.2.0.Final, 8.0.0.CR2, 8.0.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JB...]
> 1. In the *{color:blue}jbosstools-4.2.x{color}* branch, update your root pom to use parent pom version *{color:blue}4.2.0.Final-SNAPSHOT{color}*
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.2.0.Final-SNAPSHOT</version>
> </parent>
> {code}
> 2. Ensure you've built & run your plugin tests using the latest target platform versions
> {code}
> mvn clean verify -Dtpc.version=4.40.0.Final-SNAPSHOT
> mvn clean verify -Dtpc.version=4.41.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for JavaEE task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBTIS-290) enable jboss tools usage tracking for plugins installed directly
by Dan Florian (JIRA)
[ https://issues.jboss.org/browse/JBTIS-290?page=com.atlassian.jira.plugin.... ]
Dan Florian commented on JBTIS-290:
-----------------------------------
I'm building ModeShape Tools locally. Here is the build command that used to work:
mvn clean install -Punified.target
And I get:
[ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.jboss.tools.modeshape.jcr.ui 3.7.0.qualifier to bundle org.jboss.tools.usage 0.0.0.; No solution found because the problem is unsatisfiable.]
Maybe I should be building locally a different way?
> enable jboss tools usage tracking for plugins installed directly
> ----------------------------------------------------------------
>
> Key: JBTIS-290
> URL: https://issues.jboss.org/browse/JBTIS-290
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Reporter: Max Rydahl Andersen
> Assignee: Paul Leacu
> Priority: Critical
>
> I think it is time we get integration stack components stats to show up more consistently in stats (right now we only collect switchyard - we should do more)
> There are two parts to it.
> 1) add a line to https://github.com/jbosstools/jbosstools-base/blob/master/usage/plugins/o... for the key feature we want to count as "one install"
> 2) add an *optional* dependency to your plugins to org.jboss.tools.usage - this ensures the statistics gathering happens no matter how the feature gets installed.
> The following line should be added to plugins manifest.mf:
> {code}
> org.jboss.tools.usage;resolution:=optional;x-installation:=greedy
> {code}
> Example: https://github.com/jbosstools/jbosstools-server/blob/master/archives/plug...
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBIDE-17956) Add progress bar to Add Arquillian profiles dialog
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17956?page=com.atlassian.jira.plugi... ]
Snjezana Peco resolved JBIDE-17956.
-----------------------------------
Resolution: Done
The PR fixes the issue related to the Add Arquillian profiles dialog that was hidden behind the Launch configuration dialog.
As to a progress dialog, I have added a progress monitor dialog as a job. Eclipse decides when it will appear. Your video is showing a progress indicator in the status bar because Eclipse sets the job in the background.
We can replace this monitor with ProgressMonitorDialog, but, in that case, it won't be possible to set the job in the background, i.e., the UI will be blocked until profiles have been installed. You will only be able to cancel adding profiles.
If you still mean it is important to add this dialog, please, create a separate jira and I will try to add the "Run in Background" button to the ProgressMonitorDialog.
> Add progress bar to Add Arquillian profiles dialog
> --------------------------------------------------
>
> Key: JBIDE-17956
> URL: https://issues.jboss.org/browse/JBIDE-17956
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: testing-tools
> Affects Versions: 4.2.0.Beta3
> Reporter: Lucia Jelinkova
> Assignee: Snjezana Peco
> Priority: Minor
> Labels: respin-a
> Fix For: 4.2.0.CR2
>
> Attachments: progressbar-1.ogv, progressbar-2.ogv, progressbar-cr2a.ogv
>
>
> In Add Arquillian profiles dialog, when I select all profiles and press OK, it takes quite a long time to finish the task. There should be a progress bar in this case.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months