[
https://issues.jboss.org/browse/JBIDE-17158?page=com.atlassian.jira.plugi...
]
Snjezana Peco commented on JBIDE-17158:
---------------------------------------
{quote}
So is there an unnecessary run in main thread happening here that can be avoided ?
{quote}
The "Add Maven Profiles" action calls the Select Maven Profiles wizard that can
cause rebuilding projects and downloading Maven artifacts. Those procedures already have a
progress listener visible in a status bar.
Arquillian Eclipse doesn't do anything except updating its UI artifacts (buttons,
properties) when getting the POST_BUILD resource change listener.
Len,
If you still can reproduce the issue, please reopen the jira and add a stacktrace when the
UI freezes.
Adding Maven profiles to project appears to hang - requires > 20
min to return
------------------------------------------------------------------------------
Key: JBIDE-17158
URL:
https://issues.jboss.org/browse/JBIDE-17158
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing-tools
Affects Versions: 4.2.0.Beta1
Reporter: Len DiMaggio
Assignee: Snjezana Peco
Fix For: 4.2.0.Beta3
Adding Maven profiles to project appears to hang - requires > 20 min to return
Steps:
* Install eclipse from: eclipse-standard-luna-M6-linux-gtk-x86_64.tar.gz
* Install Abridged JBoss Tools from:
http://download.jboss.org/jbosstools/updates/staging/JBossTools-4.2.0.Bet...
* Install Arquillian from Central
**
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/discovery/development/4.2.0.Beta1/jbosstools-directory.xml
**
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/discovery/development/4.2.0.Beta1/
* Create a new Maven project
* Add JUnit library to project build path
* Add Arquillian Support to the project: Right-click->Add Arquillian Support
* Add an Arquillian test to the project:
File->New->Other->Arquillian->Arquillian JUnit Test Case
* Run As->Arquillian JUnit Test Case
* Dialog is displayed - Arquillian tests are missing an implementation of
DeploymentContainer on the project build path. Do you want to configure it?
* Select Add Maven Profiles
* Select JBOSS_AS_MANAGED_6.X
* UI appears to hang - I've seen it take > 20 min to reply - can we add a progress
meter here?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)