]
Max Rydahl Andersen commented on JBIDE-17158:
---------------------------------------------
which is probably very common for users that might not be online or have their vpn down.
So is there an unnecessary run in main thread happening here that can be avoided ?
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.Beta2
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?