[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Len DiMaggio commented on JBIDE-21821:
--------------------------------------
This is what I'm seeing:
find plugins/ features/ -name "*git*"
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
features/org.eclipse.jgit_4.1.1.201511131810-r
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
find plugins/ features/ -name "*git*"
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
features/org.eclipse.jgit_4.1.1.201511131810-r
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21847) Start port forwarding button is disabled after starting and stopping it
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21847?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-21847 at 3/11/16 3:01 PM:
------------------------------------------------------------------------
[~fbricon], is it possible that when IPortForwardable.stop() calls destroy process and returns, local sockets still need some time to get free, and the check for !hasPortInUse() in updatePortForwardingAllowed happens too early? It would be definitely so if table would show 'in use', but it does not, which unfortunately proves nothing because update of cells takes place much later.
Added: AbstractOpenShiftBinaryCapability.stop() calls process.destroyForcibly() and javadoc to that method says:
{code}
* <p>Note: The subprocess may not terminate immediately.
* i.e. {@code isAlive()} may return true for a brief period
* after {@code destroyForcibly()} is called. This method
* may be chained to {@code waitFor()} if needed.
{code}
That supports my guess.
was (Author: scabanovich):
[~fbricon], is it possible that when IPortForwardable.stop() calls destroy process and returns, local sockets still need some time to get free, and the check for !hasPortInUse() in updatePortForwardingAllowed happens too early? It would be definitely so if table would show 'in use', but it does not, which unfortunately proves nothing because update of cells takes place much later.
> Start port forwarding button is disabled after starting and stopping it
> -----------------------------------------------------------------------
>
> Key: JBIDE-21847
> URL: https://issues.jboss.org/browse/JBIDE-21847
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.1.CR1
>
> Attachments: video.ogg-2.ogv
>
>
> In Port Forwarding wizard when I start port forwarding, then stop it, the button Start All is disabled and it is not possible to start port forwarding again. Well, both buttons after starting and stopping are disabled, only OK is enabled.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21847) Start port forwarding button is disabled after starting and stopping it
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21847?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21847:
-----------------------------------------------
[~fbricon], is it possible that when IPortForwardable.stop() calls destroy proccess and returns, local sockets still need some time to get free, and the check for !hasPortInUse() in updatePortForwardingAllowed happens too early? It would be definitely so if table would show 'in use', but it does not, which unfortunately proves nothing because update of cells takes place much later.
> Start port forwarding button is disabled after starting and stopping it
> -----------------------------------------------------------------------
>
> Key: JBIDE-21847
> URL: https://issues.jboss.org/browse/JBIDE-21847
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.1.CR1
>
> Attachments: video.ogg-2.ogv
>
>
> In Port Forwarding wizard when I start port forwarding, then stop it, the button Start All is disabled and it is not possible to start port forwarding again. Well, both buttons after starting and stopping are disabled, only OK is enabled.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21847) Start port forwarding button is disabled after starting and stopping it
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21847?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich edited comment on JBIDE-21847 at 3/11/16 2:48 PM:
------------------------------------------------------------------------
[~fbricon], is it possible that when IPortForwardable.stop() calls destroy process and returns, local sockets still need some time to get free, and the check for !hasPortInUse() in updatePortForwardingAllowed happens too early? It would be definitely so if table would show 'in use', but it does not, which unfortunately proves nothing because update of cells takes place much later.
was (Author: scabanovich):
[~fbricon], is it possible that when IPortForwardable.stop() calls destroy proccess and returns, local sockets still need some time to get free, and the check for !hasPortInUse() in updatePortForwardingAllowed happens too early? It would be definitely so if table would show 'in use', but it does not, which unfortunately proves nothing because update of cells takes place much later.
> Start port forwarding button is disabled after starting and stopping it
> -----------------------------------------------------------------------
>
> Key: JBIDE-21847
> URL: https://issues.jboss.org/browse/JBIDE-21847
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Snjezana Peco
> Labels: openshift_v3, port_forwarding_wizard
> Fix For: 4.3.1.CR1
>
> Attachments: video.ogg-2.ogv
>
>
> In Port Forwarding wizard when I start port forwarding, then stop it, the button Start All is disabled and it is not possible to start port forwarding again. Well, both buttons after starting and stopping are disabled, only OK is enabled.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21821 at 3/11/16 2:44 PM:
-------------------------------------------------------------
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
https://github.com/jbdevstudio/jbdevstudio-website/pull/217
temporary sites that QE can use to test both JBT 4.3.0.Final and JBDS 9.0.0.GA with the addition of the egit 4.1.1 site :
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -maxdepth 1 -name "*git*" | sort{code}
3a. For *JBT*: Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
3b. For *JBDS*, Help > Install > https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/ > select the "Bring Your Own Eclipse" category > Install. Restart when prompted
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -maxdepth 1 -name "*git*" | sort{code}
was (Author: nickboldt):
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
https://github.com/jbdevstudio/jbdevstudio-website/pull/217
temporary sites that QE can use to test both JBT 4.3.0.Final and JBDS 9.0.0.GA with the addition of the egit 4.1.1 site :
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -maxdepth 1 -name "*git*" | sort{code}
3a. For *JBT*: Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
3b. For *JBDS*, Help > Install > https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/ and select the "Bring Your Own Eclipse" category)
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -maxdepth 1 -name "*git*" | sort{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21821 at 3/11/16 2:43 PM:
-------------------------------------------------------------
Using eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz:
Before:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
{code}
After (*JBT 4.3.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar{code}
After (*JBDS 9.0.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" |sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar
{code}
was (Author: nickboldt):
Using eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz:
Before:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
{code}
After (*JBT 4.3.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar{code}
After (*JBDS 9.0.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" |sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar
{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21821 at 3/11/16 2:43 PM:
-------------------------------------------------------------
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
https://github.com/jbdevstudio/jbdevstudio-website/pull/217
temporary sites that QE can use to test both JBT 4.3.0.Final and JBDS 9.0.0.GA with the addition of the egit 4.1.1 site :
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -maxdepth 1 -name "*git*" | sort{code}
3a. For *JBT*: Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
3b. For *JBDS*, Help > Install > https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/ and select the "Bring Your Own Eclipse" category)
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -maxdepth 1 -name "*git*" | sort{code}
was (Author: nickboldt):
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
https://github.com/jbdevstudio/jbdevstudio-website/pull/217
temporary sites that QE can use to test both JBT 4.3.0.Final and JBDS 9.0.0.GA with the addition of the egit 4.1.1 site :
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
3a. For *JBT*: Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
3b. For *JBDS*, Help > Install > https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/ and select the "Bring Your Own Eclipse" category)
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21821 at 3/11/16 2:42 PM:
-------------------------------------------------------------
Using eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz:
Before:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
{code}
After (*JBT 4.3.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar{code}
After (*JBDS 9.0.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" |sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar
{code}
was (Author: nickboldt):
Using eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz:
Before:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
{code}
After (*JBT 4.3.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar{code}
After (*JBDS 9.0.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" |sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.0.0.201506090130-r.jar
plugins/org.eclipse.jgit_4.0.3.201509231615-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar
{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21821 at 3/11/16 2:39 PM:
-------------------------------------------------------------
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
https://github.com/jbdevstudio/jbdevstudio-website/pull/217
temporary sites that QE can use to test both JBT 4.3.0.Final and JBDS 9.0.0.GA with the addition of the egit 4.1.1 site :
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
3a. For *JBT*: Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
3b. For *JBDS*, Help > Install > https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/ and select the "Bring Your Own Eclipse" category)
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
was (Author: nickboldt):
PR to create a composite site (in the wrong place for now so we don't overlap the live site):
https://github.com/jbosstools/jbosstools-download.jboss.org/pull/595
https://github.com/jbdevstudio/jbdevstudio-website/pull/217
temporary sites that QE can use to test both JBT 4.3.0.Final and JBDS 9.0.0.GA with the addition of the egit 4.1.1 site :
http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/
https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/
Steps to test:
0. unpack Eclipse JEE Mars.0, .1, or .2
1. Check if egit views & preferences work.
2. Check what plugins/features are installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
3. Help > Install > http://download.jboss.org/jbosstools/mars/stable/updates/JBIDE-21821/ > select JBT Abridged category > Install. Restart when prompted
(OR, for JBDS, use https://devstudio.redhat.com/9.0/stable/updates/JBIDE-21821/ and select he "BYOE" category)
4. Verify egit views & preferences STILL work.
5. Verify what plugins/features were installed to disk, specifically those with "*git*" in their name
{code}find plugins/ features/ -name "*git*"{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21821) JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21821?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-21821 at 3/11/16 2:37 PM:
-------------------------------------------------------------
Using eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz:
Before:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
{code}
After (*JBT 4.3.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar{code}
After (*JBDS 9.0.0.GA* installed using mocked up site including egit 4.1.1):
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" |sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.0.0.201506090130-r.jar
plugins/org.eclipse.jgit_4.0.3.201509231615-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar
{code}
was (Author: nickboldt):
Using eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz:
Before:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
{code}
After:
{code}
$➔ find plugins/ features/ -maxdepth 1 -name "*git*" | sort
features/org.eclipse.egit_4.1.1.201511131810-r
features/org.eclipse.egit.mylyn_4.1.1.201511131810-r
features/org.eclipse.jgit_4.1.1.201511131810-r << not 4.0! Woo!
features/org.jboss.tools.openshift.egit.integration.feature_3.0.0.Final-v20151002-2059-B50
features/org.sonatype.m2e.egit.feature_0.14.0.201504071521
plugins/org.eclipse.egit_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.core_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.doc_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.mylyn.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui_4.1.1.201511131810-r.jar
plugins/org.eclipse.egit.ui.importer_4.1.1.201511131810-r.jar << not 4.0! Woo!
plugins/org.eclipse.jgit_4.1.1.201511131810-r.jar
plugins/org.eclipse.jgit.archive_4.1.1.201511131810-r.jar
plugins/org.jboss.tools.openshift.egit.core_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.jboss.tools.openshift.egit.ui_3.0.0.Final-v20151002-2059-B50.jar
plugins/org.sonatype.m2e.egit_0.14.0.201504071521.jar{code}
> JBoss Developer Studio Marketplace Install Breaks Egit in Mars.2
> ----------------------------------------------------------------
>
> Key: JBIDE-21821
> URL: https://issues.jboss.org/browse/JBIDE-21821
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, marketplace
> Reporter: Thomas Mäder
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.3.1.CR1
>
> Attachments: FrameworkEvent ERROR.txt, jbt-error, jgit40_41_JBDS.installed.txt, jgit40_41_JBT.installed.txt
>
>
> Installing Red Hat JBoss Developer Studio 9.0.0GA into a fresh Eclipse 4.5.2 (for Eclipse Committers) causes Egit to break.
> # Install Eclipse 4.5.2
> # In the Marketplace, search for "jboss developer studio"
> # You get a single result: Red Hat JBoss Developer Studio 9.0.0 GA
> # Install it
> # Restart
> # Observe: the EGit views and preferences are missing
> # Observe: you get messages in the Eclipse error log concerning a dependency version incompatibility
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month