[JBoss JIRA] (JBIDE-20121) Error running tests on jbosstools-server: Bundle org.jboss.tools.as.test.core is not found
by Vsevolod Golovanov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20121?page=com.atlassian.jira.plugi... ]
Vsevolod Golovanov commented on JBIDE-20121:
--------------------------------------------
I'm using Java 7 and Maven 3.3.1. Is this not supported:?
README.md says
{quote}To build _Server Tools_ requires specific versions of Java (1.6+) and +Maven (3.1+){quote}
I took that to mean that my versions are fine.
Looking at the {{org.jboss.ide.eclipse.as.core_3.0.3.Final-v20150325-0035-B129.jar}} supplied with JBoss Developer Studio 8.1.0.GA, its manifest says: {{Build-Jdk: 1.7.0_75}}.
I tried running {{mvn clean verify}} on jbosstools-server with Java 1.6.0_38 and Maven 3.1.1:
{noformat}[INFO] Scanning for projects...
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.3.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-base (${jbosstools-base-site}): No connector available to access repository jbosstools-base (${jbosstools-base-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Error injecting: org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout
java.lang.TypeNotPresentException: Type org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout not present
at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:115)
at org.eclipse.sisu.space.NamedClass.load(NamedClass.java:46)
at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)
at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
at org.eclipse.sisu.plexus.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:133)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:109)
at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1054)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:997)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1047)
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:993)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:82)
at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
at java.util.AbstractMap.get(AbstractMap.java:165)
at org.apache.maven.repository.legacy.LegacyRepositorySystem.getLayout(LegacyRepositorySystem.java:848)
at org.apache.maven.repository.legacy.LegacyRepositorySystem.buildArtifactRepository(LegacyRepositorySystem.java:794)
at org.apache.maven.project.DefaultProjectBuildingHelper.createArtifactRepositories(DefaultProjectBuildingHelper.java:112)
at org.apache.maven.project.DefaultModelBuildingListener.buildExtensionsAssembled(DefaultModelBuildingListener.java:135)
at org.apache.maven.model.building.ModelBuildingEventCatapult$1.fire(ModelBuildingEventCatapult.java:43)
at org.apache.maven.model.building.DefaultModelBuilder.fireEvent(DefaultModelBuilder.java:1069)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:385)
at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:368)
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:561)
at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:353)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:637)
at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:586)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:229)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.UnsupportedClassVersionError: org/eclipse/tycho/core/p2/P2ArtifactRepositoryLayout : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:389)
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:259)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:242)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:227)
at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:107)
... 47 more
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.jboss.tools:server.all:4.3.0-SNAPSHOT (F:\rep\jbosstools-server\pom.xml) has 1 error
[ERROR] Invalid artifact repository: Guice provision errors:
[ERROR]
[ERROR] 1) Error in custom provider, java.lang.TypeNotPresentException: Type org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout not present
[ERROR] at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@425224ee]
[ERROR] at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@425224ee]
[ERROR] while locating org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout annotated with @com.google.inject.name.Named(value=p2)
[ERROR]
[ERROR] 1 error: org/eclipse/tycho/core/p2/P2ArtifactRepositoryLayout : Unsupported major.minor version 51.0
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{noformat}
I thought, maybe this is because I built jbosstools-base with Java 7? So I tried rebuilding it with Java 6, but nope:
{noformat}
[INFO] Scanning for projects...
[WARNING] Error injecting: org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant
java.lang.TypeNotPresentException: Type org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant not present
at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:115)
at org.eclipse.sisu.space.NamedClass.load(NamedClass.java:46)
at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)
at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
at org.eclipse.sisu.plexus.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:133)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:109)
at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1054)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:997)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1047)
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:993)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:82)
at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
at org.eclipse.sisu.wire.EntryListAdapter$ValueIterator.next(EntryListAdapter.java:111)
at java.util.AbstractCollection.addAll(AbstractCollection.java:305)
at org.apache.maven.DefaultMaven.getLifecycleParticipants(DefaultMaven.java:539)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:267)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.UnsupportedClassVersionError: org/eclipse/tycho/core/maven/TychoMavenLifecycleParticipant : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:389)
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:259)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:242)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:227)
at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:107)
... 37 more
[ERROR] Internal error: com.google.inject.ProvisionException: Guice provision errors:
[ERROR]
[ERROR] 1) Error in custom provider, java.lang.TypeNotPresentException: Type org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant not present
[ERROR] at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@63c78e57]
[ERROR] at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@63c78e57]
[ERROR] while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=TychoMavenLifecycleListener)
[ERROR]
[ERROR] 1 error: org/eclipse/tycho/core/maven/TychoMavenLifecycleParticipant : Unsupported major.minor version 51.0
[ERROR] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: com.google.inject.ProvisionException: Guice provision errors:
1) Error in custom provider, java.lang.TypeNotPresentException: Type org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant not present
at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@63c78e57]
at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@63c78e57]
while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=TychoMavenLifecycleListener)
1 error
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: com.google.inject.ProvisionException: Guice provision errors:
1) Error in custom provider, java.lang.TypeNotPresentException: Type org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant not present
at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@63c78e57]
at ClassRealm[extension>org.eclipse.tycho:tycho-maven-plugin:0.23.0, parent: sun.misc.Launcher$AppClassLoader@63c78e57]
while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=TychoMavenLifecycleListener)
1 error
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1006)
at org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:82)
at org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
at org.eclipse.sisu.wire.EntryListAdapter$ValueIterator.next(EntryListAdapter.java:111)
at java.util.AbstractCollection.addAll(AbstractCollection.java:305)
at org.apache.maven.DefaultMaven.getLifecycleParticipants(DefaultMaven.java:539)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:267)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
... 11 more
Caused by: java.lang.TypeNotPresentException: Type org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant not present
at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:115)
at org.eclipse.sisu.space.NamedClass.load(NamedClass.java:46)
at org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)
at com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:70)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:100)
at org.eclipse.sisu.plexus.PlexusLifecycleManager.onProvision(PlexusLifecycleManager.java:133)
at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:109)
at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:55)
at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:68)
at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)
at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1054)
at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
at com.google.inject.Scopes$1$1.get(Scopes.java:59)
at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:997)
at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1047)
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:993)
... 18 more
Caused by: java.lang.UnsupportedClassVersionError: org/eclipse/tycho/core/maven/TychoMavenLifecycleParticipant : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:389)
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:259)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:242)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:227)
at org.eclipse.sisu.space.URLClassSpace.loadClass(URLClassSpace.java:107)
... 37 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
{noformat}
> Error running tests on jbosstools-server: Bundle org.jboss.tools.as.test.core is not found
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-20121
> URL: https://issues.jboss.org/browse/JBIDE-20121
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Beta2
> Environment: Win7x64
> Reporter: Vsevolod Golovanov
>
> The exception in mvn log.
> {noformat}-------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> java.lang.RuntimeException: Bundle org.jboss.tools.as.test.core is not found
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:162)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.createCombinedClassLoader(OsgiSurefireBooter.java:98)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> {noformat}
> Full log after running
> {noformat}
> mvn clean verify -Djbosstools.test.jre.7=C:\Java\jdk1.7.0_80\jre 2>&1 | tee log
> {noformat}
> in
> {noformat}
> F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\
> {noformat}
> {code:title=Full log|collapse}[INFO] Scanning for projects...
> [WARNING] Could not transfer metadata org.jboss.tools:parent:4.3.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-base (${jbosstools-base-site}): Cannot access ${jbosstools-base-site} with type p2 using the available connector factories: BasicRepositoryConnectorFactory
> [WARNING] Failure to transfer org.jboss.tools:parent:4.3.0.Beta2-SNAPSHOT/maven-metadata.xml from ${jbosstools-base-site} was cached in the local repository, resolution will not be reattempted until the update interval of jbosstools-base has elapsed or updates are forced. Original error: Could not transfer metadata org.jboss.tools:parent:4.3.0.Beta2-SNAPSHOT/maven-metadata.xml from/to jbosstools-base (${jbosstools-base-site}): Cannot access ${jbosstools-base-site} with type p2 using the available connector factories: BasicRepositoryConnectorFactory
> [INFO] Computing target platform for MavenProject: org.jboss.tools.as.tests:org.jboss.tools.as.test.core:3.1.0-SNAPSHOT @ F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\pom.xml
> [INFO] Adding repository http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.5...
> [INFO] Adding repository http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-bas...
> [INFO] Resolving dependencies of MavenProject: org.jboss.tools.as.tests:org.jboss.tools.as.test.core:3.1.0-SNAPSHOT @ F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\pom.xml
> [WARNING] The following locally built units have been used to resolve project dependencies:
> [WARNING] org.jboss.ide.eclipse.archives.webtools/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.core.test/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.jmx.integration/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.jvmmonitor.core/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.jvmmonitor.ui/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.archives.scanner/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.archives.core/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.ui/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.core/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.dmr/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.as.catalog/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.rse.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.rse.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.ui.mbeans/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.archives.ui/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.as.runtimes.integration/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.management.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.classpath.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.archives.jdt.integration/3.6.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.wtp.ui/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.classpath.core/3.1.0.Beta2-v20150618-1313
> [WARNING] org.jboss.tools.jmx.jvmmonitor.tools/1.7.0.Beta2-v20150618-1313
> [WARNING] org.jboss.ide.eclipse.as.wtp.core/3.1.0.Beta2-v20150618-1313
> [INFO] Resolving class path of MavenProject: org.jboss.tools.as.tests:org.jboss.tools.as.test.core:3.1.0-SNAPSHOT @ F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\pom.xml
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building org.jboss.tools.as.test.core 3.1.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ org.jboss.tools.as.test.core ---
> [INFO] Deleting F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:build-qualifier (default-build-qualifier) @ org.jboss.tools.as.test.core ---
> [INFO] The project's OSGi version is 3.1.0.Beta2-v20150618-1322
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:validate-id (default-validate-id) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:validate-version (default-validate-version) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.7:regex-property (regex-property) @ org.jboss.tools.as.test.core ---
> [INFO] Setting property 'skipTestsOrITests' to ''.
> [INFO]
> [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.jboss.tools.as.test.core ---
> [INFO] tycho.testArgLine set to -javaagent:C:\\Users\\s.golovanov\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.1.201405082137\\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=F:\\rep\\jbosstools-server\\as\\target\\jacoco.exec,append=true,includes=org.jboss.ide.eclipse.as.core*
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.jboss.tools.as.test.core ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\src\main\resources
> [INFO]
> [INFO] --- tycho-compiler-plugin:0.23.0:compile (default-compile) @ org.jboss.tools.as.test.core ---
> [INFO] Compiling 99 source files to F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\classes
> [INFO]
> [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.jboss.tools.as.test.core ---
> [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\src\test\resources
> [INFO]
> [INFO] --- tycho-source-plugin:0.23.0:plugin-source (plugin-source) @ org.jboss.tools.as.test.core ---
> [INFO] Building jar: F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\org.jboss.tools.as.test.core-3.1.0-SNAPSHOT-sources.jar
> [INFO]
> [INFO] --- target-platform-configuration:0.23.0:target-platform (default-target-platform) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-packaging-plugin:0.23.0:package-plugin (default-package-plugin) @ org.jboss.tools.as.test.core ---
> [INFO] Building jar: F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\org.jboss.tools.as.test.core-3.1.0-SNAPSHOT.jar
> [INFO]
> [INFO] --- tycho-p2-plugin:0.23.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- repository-utils:0.22.1-SNAPSHOT:generate-repository-facade (generate-facade) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-p2-plugin:0.23.0:p2-metadata (attached-p2-metadata) @ org.jboss.tools.as.test.core ---
> [INFO]
> [INFO] --- tycho-surefire-plugin:0.23.0:test (default-test) @ org.jboss.tools.as.test.core ---
> [INFO] Expected eclipse log file: F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work\data\.metadata\.log
> [INFO] Command line:
> [C:\Java\jdk1.7.0_80\jre\bin\java.exe, -Dosgi.noShutdown=false, -Dosgi.os=win32, -Dosgi.ws=win32, -Dosgi.arch=x86_64, -javaagent:C:\\Users\\s.golovanov\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.1.201405082137\\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=F:\\rep\\jbosstools-server\\as\\target\\jacoco.exec,append=true,includes=org.jboss.ide.eclipse.as.core*, -Xms512m, -Xmx1024m, -XX:PermSize=256m, -XX:MaxPermSize=256m, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, C:\Users\s.golovanov\.m2\repository\p2\osgi\bundle\org.eclipse.equinox.launcher\1.3.100.v20150511-1540\org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work\data, -install, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work, -configuration, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\work\configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, F:\rep\jbosstools-server\as\tests\org.jboss.tools.as.test.core\target\surefire.properties]
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> java.lang.RuntimeException: Bundle org.jboss.tools.as.test.core is not found
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.getBundleClassLoader(OsgiSurefireBooter.java:162)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.createCombinedClassLoader(OsgiSurefireBooter.java:98)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 37.243 s
> [INFO] Finished at: 2015-06-18T16:23:10+03:00
> [INFO] Final Memory: 57M/1085M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.23.0:test (default-test) on project org.jboss.tools.as.test.core: An unexpected error occured while launching the test runtime (return code -1). See log for details. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> {code}
> Other ITests, e.g. in org.jboss.tools.jmx.core.test, run successfully.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20103) Do not show Loading tree item in explorer while loading v3 connection.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20103?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-20103.
------------------------------------
Resolution: Rejected
> Do not show Loading tree item in explorer while loading v3 connection.
> ----------------------------------------------------------------------
>
> Key: JBIDE-20103
> URL: https://issues.jboss.org/browse/JBIDE-20103
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: connection_loading.png, loading.png
>
>
> After double click or choosing Refresh in context menu of a v3 connection there is shown tree item Loading right under the connect !connection_loading.png!
> If connection does not contain any project, the item is removed and only connection item is shown again. But in mean time (during the loading), the item is shown. It acts, at least for me, not pretty (a bit distracting, if I am running OpenShift locally, it pretty fast expand and collapse, really not nice). We should just show running loading resources job and right after job is done, the items under the specific connection should be updated (if there is any project, show it, if there is nothing, do not show anything). For v2 connection we do not show any similar tree item, we just load domain(s) if there is any.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20103) Do not show Loading tree item in explorer while loading v3 connection.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20103?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20103:
-------------------------------------
Attachment: loading.png
> Do not show Loading tree item in explorer while loading v3 connection.
> ----------------------------------------------------------------------
>
> Key: JBIDE-20103
> URL: https://issues.jboss.org/browse/JBIDE-20103
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: connection_loading.png, loading.png
>
>
> After double click or choosing Refresh in context menu of a v3 connection there is shown tree item Loading right under the connect !connection_loading.png!
> If connection does not contain any project, the item is removed and only connection item is shown again. But in mean time (during the loading), the item is shown. It acts, at least for me, not pretty (a bit distracting, if I am running OpenShift locally, it pretty fast expand and collapse, really not nice). We should just show running loading resources job and right after job is done, the items under the specific connection should be updated (if there is any project, show it, if there is nothing, do not show anything). For v2 connection we do not show any similar tree item, we just load domain(s) if there is any.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20103) Do not show Loading tree item in explorer while loading v3 connection.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20103?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20103:
------------------------------------------
[~mlabuda] I dont think that not showing "Loading" is a good idea. Especially if you have slow internets it's not obvious that anything happens, the loading job in the status bar is something that you need to be aware of in order to notice it. We were missing the "Loading" item when doing the inital v3 tree items. It felt very awkward and you had no clue about whether it was loading or not.
Btw. i just verified, we have the very same in v2:
!loading.png!
> Do not show Loading tree item in explorer while loading v3 connection.
> ----------------------------------------------------------------------
>
> Key: JBIDE-20103
> URL: https://issues.jboss.org/browse/JBIDE-20103
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: explorer, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: connection_loading.png
>
>
> After double click or choosing Refresh in context menu of a v3 connection there is shown tree item Loading right under the connect !connection_loading.png!
> If connection does not contain any project, the item is removed and only connection item is shown again. But in mean time (during the loading), the item is shown. It acts, at least for me, not pretty (a bit distracting, if I am running OpenShift locally, it pretty fast expand and collapse, really not nice). We should just show running loading resources job and right after job is done, the items under the specific connection should be updated (if there is any project, show it, if there is nothing, do not show anything). For v2 connection we do not show any similar tree item, we just load domain(s) if there is any.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20103) Do not show Loading tree item in explorer while loading v3 connection.
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20103?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-20103.
------------------------------------
Assignee: Andre Dietisheim
Resolution: Rejected
> Do not show Loading tree item in explorer while loading v3 connection.
> ----------------------------------------------------------------------
>
> Key: JBIDE-20103
> URL: https://issues.jboss.org/browse/JBIDE-20103
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer, openshift_v3
> Fix For: 4.3.0.Beta2
>
> Attachments: connection_loading.png
>
>
> After double click or choosing Refresh in context menu of a v3 connection there is shown tree item Loading right under the connect !connection_loading.png!
> If connection does not contain any project, the item is removed and only connection item is shown again. But in mean time (during the loading), the item is shown. It acts, at least for me, not pretty (a bit distracting, if I am running OpenShift locally, it pretty fast expand and collapse, really not nice). We should just show running loading resources job and right after job is done, the items under the specific connection should be updated (if there is any project, show it, if there is nothing, do not show anything). For v2 connection we do not show any similar tree item, we just load domain(s) if there is any.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-14847) BrowserSim: Default Enable LiveReload
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14847?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov resolved JBIDE-14847.
--------------------------------------------
Resolution: Done
This scenario was already fixed
> BrowserSim: Default Enable LiveReload
> -------------------------------------
>
> Key: JBIDE-14847
> URL: https://issues.jboss.org/browse/JBIDE-14847
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Reporter: Burr Sutter
> Assignee: Konstantin Marmalyukov
> Fix For: 4.3.0.Beta2
>
>
> I have found that I like to open several BrowserSim windows, if I enable livereload on one, it should auto-enable for all that are opened thereafter. Ideally, it would see to see if the livereload server is active and enable automatically.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months