[JBoss JIRA] (JBIDE-20218) Arquillian Cruiser: Expand All button
by Aslak Knutsen (JIRA)
Aslak Knutsen created JBIDE-20218:
-------------------------------------
Summary: Arquillian Cruiser: Expand All button
Key: JBIDE-20218
URL: https://issues.jboss.org/browse/JBIDE-20218
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: arquillian
Reporter: Aslak Knutsen
Priority: Minor
Using the Arquillian Cruiser view is a way to get a quick overview of the current deployments and their content, but that point is semi lost in the levels of clicking required to get the overview.
Project -> SourceFolder -> Package -> TestClass -> Deployment -> X
First on level X are you getting to the real content, and even then you probably have to go another N levels via the archive package structure to see something real.
The view has a CollapseAll but is missing a ExpandAll action.
Due to the possible node size we might not want to Expand all the way to the bottom, but perhaps down to the Deployment level when using the 'ActionBar' ExpandAll action. We could add a Context Menu Action to the Deployment that would "ExpandAll of Content" to split it in two moves if needed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (LOCUS-43) Migrate Locus to tycho 0.22; upversion to 1.3; fix missing TP resolution deps
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s... ]
Nick Boldt updated LOCUS-43:
----------------------------
Summary: Migrate Locus to tycho 0.22; upversion to 1.3; fix missing TP resolution deps (was: Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems)
> Migrate Locus to tycho 0.22; upversion to 1.3; fix missing TP resolution deps
> -----------------------------------------------------------------------------
>
> Key: LOCUS-43
> URL: https://issues.jboss.org/browse/LOCUS-43
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 1.3.0
>
>
> If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or `-Dmirror-target-to-repo.includeSources=true` the TP build fails:
> {code}
> [INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
> [ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
> [INFO] Failed, see Error log below
> [ERROR] Validation found errors in 1 .target files:
> Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (LOCUS-43) Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s... ]
Nick Boldt commented on LOCUS-43:
---------------------------------
Now, instead of a failure, when you build the TP and include sources, you get sources (where available):
{code}
$ mvn clean install -Pmultiple2repo -Dmirror-target-to-repo.includeSources=true
$ cd target-platforms/multiple/target/locus-multiple.target.repo/plugins/ && ls | sort | grep source
org.apache.ant.source_1.8.4.v201303080030.jar
org.apache.ant.source_1.8.4.v201303080030.jar.pack.gz
org.apache.commons.beanutils.source_1.8.0.v201205091237.jar
org.apache.commons.beanutils.source_1.8.0.v201205091237.jar.pack.gz
org.apache.commons.collections.source_3.2.0.v2013030210310.jar
org.apache.commons.collections.source_3.2.0.v2013030210310.jar.pack.gz
org.apache.commons.logging.source_1.1.1.v201101211721.jar
org.apache.commons.logging.source_1.1.1.v201101211721.jar.pack.gz
org.eclipse.osgi.source_3.8.2.v20130124-134944.jar
org.eclipse.osgi.source_3.8.2.v20130124-134944.jar.pack.gz
org.hamcrest.core.source_1.3.0.v201303031735.jar
org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz
org.junit.source_4.11.0.v201303080030.jar
org.junit.source_4.11.0.v201303080030.jar.pack.gz
osgi.enterprise.source_4.2.0.v201108120515.jar
osgi.enterprise.source_4.2.0.v201108120515.jar.pack.gz
{code}
> Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
> ---------------------------------------------------------------------------------------------------
>
> Key: LOCUS-43
> URL: https://issues.jboss.org/browse/LOCUS-43
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Nick Boldt
> Fix For: 1.3.0
>
>
> If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or `-Dmirror-target-to-repo.includeSources=true` the TP build fails:
> {code}
> [INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
> [ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
> [INFO] Failed, see Error log below
> [ERROR] Validation found errors in 1 .target files:
> Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (LOCUS-43) Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s... ]
Nick Boldt reassigned LOCUS-43:
-------------------------------
Assignee: Nick Boldt
> Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
> ---------------------------------------------------------------------------------------------------
>
> Key: LOCUS-43
> URL: https://issues.jboss.org/browse/LOCUS-43
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 1.3.0
>
>
> If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or `-Dmirror-target-to-repo.includeSources=true` the TP build fails:
> {code}
> [INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
> [ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
> [INFO] Failed, see Error log below
> [ERROR] Validation found errors in 1 .target files:
> Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (LOCUS-43) Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s... ]
Nick Boldt updated LOCUS-43:
----------------------------
Fix Version/s: 1.3.0
> Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
> ---------------------------------------------------------------------------------------------------
>
> Key: LOCUS-43
> URL: https://issues.jboss.org/browse/LOCUS-43
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 1.3.0
>
>
> If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or `-Dmirror-target-to-repo.includeSources=true` the TP build fails:
> {code}
> [INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
> [ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
> [INFO] Failed, see Error log below
> [ERROR] Validation found errors in 1 .target files:
> Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (LOCUS-43) Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s... ]
Nick Boldt updated LOCUS-43:
----------------------------
Description:
If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or `-Dmirror-target-to-repo.includeSources=true` the TP build fails:
{code}
[INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
[ERROR] Resolution failed:
[ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
[ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
[INFO] Failed, see Error log below
[ERROR] Validation found errors in 1 .target files:
Could not resolve content of locus-multiple.target{code}
was:
If you attempt to fetch sources with -Dmirror-target-to-repo.includeSources=true the TP build fails:
{code}
[INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
[ERROR] Resolution failed:
[ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
[ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
[INFO] Failed, see Error log below
[ERROR] Validation found errors in 1 .target files:
Could not resolve content of locus-multiple.target{code}
> Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
> ---------------------------------------------------------------------------------------------------
>
> Key: LOCUS-43
> URL: https://issues.jboss.org/browse/LOCUS-43
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Nick Boldt
>
> If you attempt to fetch sources with `-Dvalidate-target-platform.failOnError=true` or `-Dmirror-target-to-repo.includeSources=true` the TP build fails:
> {code}
> [INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
> [ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
> [INFO] Failed, see Error log below
> [ERROR] Validation found errors in 1 .target files:
> Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (LOCUS-43) Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/LOCUS-43?page=com.atlassian.jira.plugin.s... ]
Nick Boldt edited comment on LOCUS-43 at 7/8/15 3:48 PM:
---------------------------------------------------------
With this PR [1], the target platform can resolve these plugins onto disk:
[1] https://github.com/jbosstools/jbosstools-locus/pull/45
{code:title=jbosstools-locus/target-platforms/multiple/target/locus-multiple.target.repo/plugins/}
$ ls | sort
org.aopalliance_1.0.0.v201105210816.jar
org.aopalliance_1.0.0.v201105210816.jar.pack.gz
org.apache.ant_1.8.4.v201303080030.jar
org.apache.ant_1.8.4.v201303080030.jar.pack.gz
org.apache.commons.beanutils_1.8.0.v201205091237.jar
org.apache.commons.beanutils_1.8.0.v201205091237.jar.pack.gz
org.apache.commons.collections_3.2.0.v2013030210310.jar
org.apache.commons.collections_3.2.0.v2013030210310.jar.pack.gz
org.apache.commons.logging_1.1.1.v201101211721.jar
org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz
org.eclipse.gemini.management_2.0.0.RELEASE.jar
org.eclipse.osgi_3.8.2.v20130124-134944.jar
org.eclipse.osgi_3.8.2.v20130124-134944.jar.pack.gz
org.hamcrest.core_1.3.0.v201303031735.jar
org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz
org.junit_4.11.0.v201303080030.jar
org.junit_4.11.0.v201303080030.jar.pack.gz
org.springframework.aop_3.1.4.RELEASE.jar
org.springframework.beans_3.1.4.RELEASE.jar
org.springframework.context_3.1.4.RELEASE.jar
org.springframework.core_3.1.4.RELEASE.jar
org.springframework.expression_3.1.4.RELEASE.jar
org.springframework.transaction_3.1.4.RELEASE.jar
osgi.enterprise_4.2.0.v201108120515.jar
osgi.enterprise_4.2.0.v201108120515.jar.pack.gz
{code}
was (Author: nickboldt):
https://github.com/jbosstools/jbosstools-locus/pull/45
> Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
> ---------------------------------------------------------------------------------------------------
>
> Key: LOCUS-43
> URL: https://issues.jboss.org/browse/LOCUS-43
> Project: JBoss Tools Locus
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Nick Boldt
>
> If you attempt to fetch sources with -Dmirror-target-to-repo.includeSources=true the TP build fails:
> {code}
> [INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
> [ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
> [INFO] Failed, see Error log below
> [ERROR] Validation found errors in 1 .target files:
> Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (LOCUS-43) Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
by Nick Boldt (JIRA)
Nick Boldt created LOCUS-43:
-------------------------------
Summary: Migrate Locus build to use org.jboss.tools.tycho-plugins and Tycho 0.22; fix tp resolution problems
Key: LOCUS-43
URL: https://issues.jboss.org/browse/LOCUS-43
Project: JBoss Tools Locus
Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Nick Boldt
If you attempt to fetch sources with -Dmirror-target-to-repo.includeSources=true the TP build fails:
{code}
[INFO] Validating /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-locus/target-platforms/multiple/locus-multiple.target...
[ERROR] Resolution failed:
[ERROR] Software being installed: org.springframework.aop 3.1.4.RELEASE
[ERROR] Missing requirement: org.springframework.aop 3.1.4.RELEASE requires 'package org.aopalliance.aop [1.0.0,2.0.0)' but it could not be found
[INFO] Failed, see Error log below
[ERROR] Validation found errors in 1 .target files:
Could not resolve content of locus-multiple.target{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20188) when invoking "Refresh" on a JMX node it causes the whole JMX tree to collapse
by Vsevolod Golovanov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20188?page=com.atlassian.jira.plugi... ]
Vsevolod Golovanov commented on JBIDE-20188:
--------------------------------------------
[~rob.stryker], when building locally I get:
{noformat}[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
[ERROR] F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\views\navigator\MBeanExplorerContentProvider.java:[49]
[ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
[ERROR] F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\views\navigator\MBeanExplorerContentProvider.java:[206]
[ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR] F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\views\navigator\MBeanExplorerContentProvider.java:[207]
[ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR] F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\actions\RefreshAction.java:[102]
[ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR] F:\rep\jbosstools-server\jmx\plugins\org.jboss.tools.jmx.ui\src\org\jboss\tools\jmx\ui\internal\actions\RefreshAction.java:[103]
[ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] RefreshActionState cannot be resolved
[ERROR] 5 problems (5 errors){noformat}
> when invoking "Refresh" on a JMX node it causes the whole JMX tree to collapse
> ------------------------------------------------------------------------------
>
> Key: JBIDE-20188
> URL: https://issues.jboss.org/browse/JBIDE-20188
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jmx
> Affects Versions: 4.3.0.Beta1, 4.3.x
> Reporter: Lars Heinemann
> Assignee: Rob Stryker
> Fix For: 4.3.0.Beta2
>
>
> When you expand an entry in the JMX Navigator into a deeper level ( for instance java.lang -> Compilation ) and then invoke the context menu "Refresh" on that node (Compilation) it collapses the whole tree and you loose your selection.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months