[JBoss JIRA] (JBDS-2812) Unable to Install JBoss Hybrid Mobile Tools + CordovaSim from Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2812?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2812 at 10/24/13 5:18 PM:
------------------------------------------------------------
If you attempt to install the CordovaSim connector from JBDS Central into JBDS 7.1.0.Beta1, you get this error:
{code}
Cannot complete the install because of a conflicting dependency.
Software being installed: JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131024-1934-B127 (org.jboss.tools.vpe.browsersim.feature.feature.group 3.5.1.Beta1-v20131024-1934-B127)
Software currently installed: JBoss Developer Studio (Branded Product) 7.1.0.Beta1-v20131020-0229-B441 (com.jboss.jbds.all 7.1.0.Beta1-v20131020-0229-B441)
Only one of the following can be installed at once:
JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131019-0253-B122 (org.jboss.tools.vpe.browsersim.feature.feature.jar 3.5.1.Beta1-v20131019-0253-B122)
JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131024-1934-B127 (org.jboss.tools.vpe.browsersim.feature.feature.jar 3.5.1.Beta1-v20131024-1934-B127)
{code}
!vpe.browsersim-cannot-be-in-JBDS-product-feature-and-in-Central.png!
So we need to do one of two things:
a) remove org.jboss.tools.vpe.browsersim.feature from com.jboss.jbds.product.feature/feature.xml, that is, remove this line:
{code}- <includes id="org.jboss.tools.vpe.browsersim.feature" version="0.0.0"/>{code}
b) remove org.jboss.tools.vpe.browsersim.feature from the JBDS Central connector so we're not trying to REINSTALL it from Central if it's already in JBDS OOTB, that is, remove the 3rd IU leaving only the first two:
{code}
<iu id="org.jboss.tools.aerogear.hybrid.feature"/>
<iu id="org.jboss.tools.vpe.cordovasim.feature"/>
- <iu id="org.jboss.tools.vpe.browsersim.feature"/>
{code}
was (Author: nickboldt):
If you attempt to install the CordovaSim connector from JBDS Central into JBDS 7.1.0.Beta1, you get this error:
{code}
Cannot complete the install because of a conflicting dependency.
Software being installed: JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131024-1934-B127 (org.jboss.tools.vpe.browsersim.feature.feature.group 3.5.1.Beta1-v20131024-1934-B127)
Software currently installed: JBoss Developer Studio (Branded Product) 7.1.0.Beta1-v20131020-0229-B441 (com.jboss.jbds.all 7.1.0.Beta1-v20131020-0229-B441)
Only one of the following can be installed at once:
JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131019-0253-B122 (org.jboss.tools.vpe.browsersim.feature.feature.jar 3.5.1.Beta1-v20131019-0253-B122)
JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131024-1934-B127 (org.jboss.tools.vpe.browsersim.feature.feature.jar 3.5.1.Beta1-v20131024-1934-B127)
{code}
!vpe.browsersim-cannot-be-in-JBDS-product-feature-and-in-Central.png!
So we need to do one of two things:
a) remove org.jboss.tools.vpe.browsersim.feature from com.jboss.jbds.product.feature/feature.xml, that is, remove this line:
{code}- <includes id="org.jboss.tools.vpe.browsersim.feature" version="0.0.0"/>{code}
b) remove org.jboss.tools.vpe.browsersim.feature from the JBDS Central connector so we're not trying to REINSTALL it from Central if it's already in JBDS OOTB, that is, remove the 3rd IU leaving only the first two:
{code}
<iu id="org.jboss.tools.aerogear.hybrid.feature"/>
<iu id="org.jboss.tools.vpe.cordovasim.feature"/>
- <iu id="org.jboss.tools.vpe.browsersim.feature"/>-
{code}
> Unable to Install JBoss Hybrid Mobile Tools + CordovaSim from Central
> ---------------------------------------------------------------------
>
> Key: JBDS-2812
> URL: https://issues.jboss.org/browse/JBDS-2812
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: aerogear-hybrid, central
> Affects Versions: 7.1.0.Beta1
> Environment: JBDS 7.1.0.Beta1 Beta1-v20131020-0229-B441
> -Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kepler/devstudio-directory.xml -Djboss.discovery.site.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kepler/
> Reporter: Vlado Pakan
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: respin-a
> Fix For: 7.1.0.Beta1
>
> Attachments: installerror.png, vpe.browsersim-cannot-be-in-JBDS-product-feature-and-in-Central.png
>
>
> While installing getting this error:
> !installerror.png!
> Choosing No displays error:
> {noformat}
> Problems occurred while performing installation: The following connectors are not available: JBoss Hybrid Mobile Tools + CordovaSim (Experimental) (id=org.jboss.tools.aerogear.hybrid.feature.feature.group, org.jboss.tools.vpe.cordovasim.feature.feature.group, site=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kep...)
> The following connectors are not available: JBoss Hybrid Mobile Tools + CordovaSim (Experimental) (id=org.jboss.tools.aerogear.hybrid.feature.feature.group, org.jboss.tools.vpe.cordovasim.feature.feature.group, site=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kep...)
> {noformat}
> Choosing Yes only BrowserSim will be installed no Cordova features will be installed
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBDS-2812) Unable to Install JBoss Hybrid Mobile Tools + CordovaSim from Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2812?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2812:
-----------------------------
Attachment: vpe.browsersim-cannot-be-in-JBDS-product-feature-and-in-Central.png
If you attempt to install the CordovaSim connector from JBDS Central into JBDS 7.1.0.Beta1, you get this error:
{code}
Cannot complete the install because of a conflicting dependency.
Software being installed: JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131024-1934-B127 (org.jboss.tools.vpe.browsersim.feature.feature.group 3.5.1.Beta1-v20131024-1934-B127)
Software currently installed: JBoss Developer Studio (Branded Product) 7.1.0.Beta1-v20131020-0229-B441 (com.jboss.jbds.all 7.1.0.Beta1-v20131020-0229-B441)
Only one of the following can be installed at once:
JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131019-0253-B122 (org.jboss.tools.vpe.browsersim.feature.feature.jar 3.5.1.Beta1-v20131019-0253-B122)
JBoss Tools Mobile Browser Simulator 3.5.1.Beta1-v20131024-1934-B127 (org.jboss.tools.vpe.browsersim.feature.feature.jar 3.5.1.Beta1-v20131024-1934-B127)
{code}
!vpe.browsersim-cannot-be-in-JBDS-product-feature-and-in-Central.png!
So we need to do one of two things:
a) remove org.jboss.tools.vpe.browsersim.feature from com.jboss.jbds.product.feature/feature.xml, that is, remove this line:
{code}- <includes id="org.jboss.tools.vpe.browsersim.feature" version="0.0.0"/>{code}
b) remove org.jboss.tools.vpe.browsersim.feature from the JBDS Central connector so we're not trying to REINSTALL it from Central if it's already in JBDS OOTB, that is, remove the 3rd IU leaving only the first two:
{code}
<iu id="org.jboss.tools.aerogear.hybrid.feature"/>
<iu id="org.jboss.tools.vpe.cordovasim.feature"/>
- <iu id="org.jboss.tools.vpe.browsersim.feature"/>-
{code}
> Unable to Install JBoss Hybrid Mobile Tools + CordovaSim from Central
> ---------------------------------------------------------------------
>
> Key: JBDS-2812
> URL: https://issues.jboss.org/browse/JBDS-2812
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: aerogear-hybrid, central
> Affects Versions: 7.1.0.Beta1
> Environment: JBDS 7.1.0.Beta1 Beta1-v20131020-0229-B441
> -Djboss.discovery.directory.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kepler/devstudio-directory.xml -Djboss.discovery.site.url=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kepler/
> Reporter: Vlado Pakan
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Labels: respin-a
> Fix For: 7.1.0.Beta1
>
> Attachments: installerror.png, vpe.browsersim-cannot-be-in-JBDS-product-feature-and-in-Central.png
>
>
> While installing getting this error:
> !installerror.png!
> Choosing No displays error:
> {noformat}
> Problems occurred while performing installation: The following connectors are not available: JBoss Hybrid Mobile Tools + CordovaSim (Experimental) (id=org.jboss.tools.aerogear.hybrid.feature.feature.group, org.jboss.tools.vpe.cordovasim.feature.feature.group, site=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kep...)
> The following connectors are not available: JBoss Hybrid Mobile Tools + CordovaSim (Experimental) (id=org.jboss.tools.aerogear.hybrid.feature.feature.group, org.jboss.tools.vpe.cordovasim.feature.feature.group, site=http://www.qa.jboss.com/binaries/RHDS/discovery/nightly/core/4.1.kep...)
> {noformat}
> Choosing Yes only BrowserSim will be installed no Cordova features will be installed
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBDS-2807) Update jrebel updatesite to use separate url for install feedback
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2807?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2807:
-----------------------------
Assignee: Fred Bricon (was: Nick Boldt)
> Update jrebel updatesite to use separate url for install feedback
> -----------------------------------------------------------------
>
> Key: JBDS-2807
> URL: https://issues.jboss.org/browse/JBDS-2807
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: central, discovery
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 5.0.2.GA, 6.0.1.GA, 7.0.1.GA, 7.1.0.Beta1
>
> Attachments: JBDS2807_JBDS502_JRebel540_installed.png, JBDS2807_JBDS50x_patch.txt, JBDS2807_JBDS601_JRebel540_installed.png, JBDS2807_JBDS60x_patch.txt, JBDS2807_JBDS700_JRebel540_installed.png, JBDS2807_JBT33x_patch.txt
>
>
> jrebel would like to see how many installs central gives and have given us this special url to use in discovery.xml.
> http://update.zeroturnaround.com/update-site-jboss/
> (the / at the end is important)
> We should change this for all active discovery plugins that have jrebel mentioned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBDS-2807) Update jrebel updatesite to use separate url for install feedback
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2807?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-2807:
----------------------------------
[~fbricon] [~dgolovin] [~maxandersen] please approve https://github.com/jbosstools/jbosstools-central/pull/170 (for jbosstools-4.0.x) and close this JIRA when done. Thanks!
> Update jrebel updatesite to use separate url for install feedback
> -----------------------------------------------------------------
>
> Key: JBDS-2807
> URL: https://issues.jboss.org/browse/JBDS-2807
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: central, discovery
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 5.0.2.GA, 6.0.1.GA, 7.0.1.GA, 7.1.0.Beta1
>
> Attachments: JBDS2807_JBDS502_JRebel540_installed.png, JBDS2807_JBDS50x_patch.txt, JBDS2807_JBDS601_JRebel540_installed.png, JBDS2807_JBDS60x_patch.txt, JBDS2807_JBDS700_JRebel540_installed.png, JBDS2807_JBT33x_patch.txt
>
>
> jrebel would like to see how many installs central gives and have given us this special url to use in discovery.xml.
> http://update.zeroturnaround.com/update-site-jboss/
> (the / at the end is important)
> We should change this for all active discovery plugins that have jrebel mentioned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBDS-2807) Update jrebel updatesite to use separate url for install feedback
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2807?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2807 at 10/24/13 4:57 PM:
------------------------------------------------------------
Patches & PRs to fix this in the actual code (not just on the server, and bump plugin versions where needed):
*JBT 3.3.x / JBDS 5.0.x*
* [^JBDS2807_JBT33x_patch.txt] {color:green}Applied{color}
* [^JBDS2807_JBDS50x_patch.txt] {color:green}Applied{color}
*JBT 4.0.x / JBDS 6.0.x*
* https://github.com/jbosstools/jbosstools-central/pull/170 (jbosstools-4.0.x)
* [^JBDS2807_JBDS60x_patch.txt] {color:green}Applied{color}
*JBT 4.1.0.x / JBDS 7.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/83 (jbosstools-4.1.0.x) {color:green}Applied{color}
*JBT 4.1.1.Beta1x / JBDS 7.1.0.Beta1x*
* https://github.com/jbosstools/jbosstools-discovery/pull/85 (jbosstools-4.1.1.Beta1x) {color:green}Applied{color}
*JBT 4.1.x / JBDS 7.1.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/84 (jbosstools-4.1.x) {color:green}Applied{color}
*JBT 4.2.x / JBDS 8.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/86 (master) {color:green}Applied{color}
was (Author: nickboldt):
Patches & PRs to fix this in the actual code (not just on the server, and bump plugin versions where needed):
*JBT 3.3.x / JBDS 5.0.x*
* [^JBDS2807_JBT33x_patch.txt]
* [^JBDS2807_JBDS50x_patch.txt]
*JBT 4.0.x / JBDS 6.0.x*
* https://github.com/jbosstools/jbosstools-central/pull/170 (jbosstools-4.0.x)
* [^JBDS2807_JBDS60x_patch.txt]
*JBT 4.1.0.x / JBDS 7.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/83 (jbosstools-4.1.0.x)
*JBT 4.1.1.Beta1x / JBDS 7.1.0.Beta1x*
* https://github.com/jbosstools/jbosstools-discovery/pull/85 (jbosstools-4.1.1.Beta1x)
*JBT 4.1.x / JBDS 7.1.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/84 (jbosstools-4.1.x)
*JBT 4.2.x / JBDS 8.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/86 (master)
> Update jrebel updatesite to use separate url for install feedback
> -----------------------------------------------------------------
>
> Key: JBDS-2807
> URL: https://issues.jboss.org/browse/JBDS-2807
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: central, discovery
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Labels: respin-a
> Fix For: 5.0.2.GA, 6.0.1.GA, 7.0.1.GA, 7.1.0.Beta1
>
> Attachments: JBDS2807_JBDS502_JRebel540_installed.png, JBDS2807_JBDS50x_patch.txt, JBDS2807_JBDS601_JRebel540_installed.png, JBDS2807_JBDS60x_patch.txt, JBDS2807_JBDS700_JRebel540_installed.png, JBDS2807_JBT33x_patch.txt
>
>
> jrebel would like to see how many installs central gives and have given us this special url to use in discovery.xml.
> http://update.zeroturnaround.com/update-site-jboss/
> (the / at the end is important)
> We should change this for all active discovery plugins that have jrebel mentioned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBDS-2807) Update jrebel updatesite to use separate url for install feedback
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2807?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2807 at 10/24/13 4:57 PM:
------------------------------------------------------------
Patches & PRs to fix this in the actual code (not just on the server, and bump plugin versions where needed):
*JBT 3.3.x / JBDS 5.0.x*
* [^JBDS2807_JBT33x_patch.txt] {color:green}Applied{color}
* [^JBDS2807_JBDS50x_patch.txt] {color:green}Applied{color}
*JBT 4.0.x / JBDS 6.0.x*
* https://github.com/jbosstools/jbosstools-central/pull/170 (jbosstools-4.0.x) {color:red}Waiting...{color}
* [^JBDS2807_JBDS60x_patch.txt] {color:green}Applied{color}
*JBT 4.1.0.x / JBDS 7.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/83 (jbosstools-4.1.0.x) {color:green}Applied{color}
*JBT 4.1.1.Beta1x / JBDS 7.1.0.Beta1x*
* https://github.com/jbosstools/jbosstools-discovery/pull/85 (jbosstools-4.1.1.Beta1x) {color:green}Applied{color}
*JBT 4.1.x / JBDS 7.1.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/84 (jbosstools-4.1.x) {color:green}Applied{color}
*JBT 4.2.x / JBDS 8.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/86 (master) {color:green}Applied{color}
was (Author: nickboldt):
Patches & PRs to fix this in the actual code (not just on the server, and bump plugin versions where needed):
*JBT 3.3.x / JBDS 5.0.x*
* [^JBDS2807_JBT33x_patch.txt] {color:green}Applied{color}
* [^JBDS2807_JBDS50x_patch.txt] {color:green}Applied{color}
*JBT 4.0.x / JBDS 6.0.x*
* https://github.com/jbosstools/jbosstools-central/pull/170 (jbosstools-4.0.x)
* [^JBDS2807_JBDS60x_patch.txt] {color:green}Applied{color}
*JBT 4.1.0.x / JBDS 7.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/83 (jbosstools-4.1.0.x) {color:green}Applied{color}
*JBT 4.1.1.Beta1x / JBDS 7.1.0.Beta1x*
* https://github.com/jbosstools/jbosstools-discovery/pull/85 (jbosstools-4.1.1.Beta1x) {color:green}Applied{color}
*JBT 4.1.x / JBDS 7.1.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/84 (jbosstools-4.1.x) {color:green}Applied{color}
*JBT 4.2.x / JBDS 8.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/86 (master) {color:green}Applied{color}
> Update jrebel updatesite to use separate url for install feedback
> -----------------------------------------------------------------
>
> Key: JBDS-2807
> URL: https://issues.jboss.org/browse/JBDS-2807
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: central, discovery
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Labels: respin-a
> Fix For: 5.0.2.GA, 6.0.1.GA, 7.0.1.GA, 7.1.0.Beta1
>
> Attachments: JBDS2807_JBDS502_JRebel540_installed.png, JBDS2807_JBDS50x_patch.txt, JBDS2807_JBDS601_JRebel540_installed.png, JBDS2807_JBDS60x_patch.txt, JBDS2807_JBDS700_JRebel540_installed.png, JBDS2807_JBT33x_patch.txt
>
>
> jrebel would like to see how many installs central gives and have given us this special url to use in discovery.xml.
> http://update.zeroturnaround.com/update-site-jboss/
> (the / at the end is important)
> We should change this for all active discovery plugins that have jrebel mentioned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBDS-2807) Update jrebel updatesite to use separate url for install feedback
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2807?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2807 at 10/24/13 4:49 PM:
------------------------------------------------------------
Patches & PRs to fix this in the actual code (not just on the server, and bump plugin versions where needed):
*JBT 3.3.x / JBDS 5.0.x*
* [^JBDS2807_JBT33x_patch.txt]
* [^JBDS2807_JBDS50x_patch.txt]
*JBT 4.0.x / JBDS 6.0.x*
* https://github.com/jbosstools/jbosstools-central/pull/170 (jbosstools-4.0.x)
* [^JBDS2807_JBDS60x_patch.txt]
*JBT 4.1.0.x / JBDS 7.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/83 (jbosstools-4.1.0.x)
*JBT 4.1.1.Beta1x / JBDS 7.1.0.Beta1x*
* https://github.com/jbosstools/jbosstools-discovery/pull/85 (jbosstools-4.1.1.Beta1x)
*JBT 4.1.x / JBDS 7.1.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/84 (jbosstools-4.1.x)
*JBT 4.2.x / JBDS 8.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/86 (master)
was (Author: nickboldt):
Patches & PRs to fix this in the actual code (not just on the server, and bump plugin versions where needed):
*JBT 3.3.x / JBDS 5.0.x*
* [^JBDS2807_JBT33x_patch.txt]
* [^JBDS2807_JBDS50x_patch.txt]
*JBT 4.0.x / JBDS 6.0.x*
* https://github.com/jbosstools/jbosstools-central/pull/170 (jbosstools-4.0.x)
* [^JBDS2807_JBDS60x_patch.txt]
*JBT 4.1.0.x / JBDS 7.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/83 (jbosstools-4.1.0.x)
*JBT 4.1.1.Beta1x / JBDS 7.1.0.Beta1x*
* https://github.com/jbosstools/jbosstools-discovery/pull/85 (jbosstools-4.1.1.Beta1x)
*JBT 4.1.x / JBDS 7.1.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/84 (jbosstools-4.1.x)
* JBT 4.2.x / JBDS 8.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/86 (master)
> Update jrebel updatesite to use separate url for install feedback
> -----------------------------------------------------------------
>
> Key: JBDS-2807
> URL: https://issues.jboss.org/browse/JBDS-2807
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: central, discovery
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Labels: respin-a
> Fix For: 5.0.2.GA, 6.0.1.GA, 7.0.1.GA, 7.1.0.Beta1
>
> Attachments: JBDS2807_JBDS502_JRebel540_installed.png, JBDS2807_JBDS50x_patch.txt, JBDS2807_JBDS601_JRebel540_installed.png, JBDS2807_JBDS60x_patch.txt, JBDS2807_JBDS700_JRebel540_installed.png, JBDS2807_JBT33x_patch.txt
>
>
> jrebel would like to see how many installs central gives and have given us this special url to use in discovery.xml.
> http://update.zeroturnaround.com/update-site-jboss/
> (the / at the end is important)
> We should change this for all active discovery plugins that have jrebel mentioned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBDS-2807) Update jrebel updatesite to use separate url for install feedback
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2807?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2807:
-----------------------------
Attachment: JBDS2807_JBDS60x_patch.txt
JBDS2807_JBDS50x_patch.txt
JBDS2807_JBT33x_patch.txt
Patches & PRs to fix this in the actual code (not just on the server, and bump plugin versions where needed):
*JBT 3.3.x / JBDS 5.0.x*
* [^JBDS2807_JBT33x_patch.txt]
* [^JBDS2807_JBDS50x_patch.txt]
*JBT 4.0.x / JBDS 6.0.x*
* https://github.com/jbosstools/jbosstools-central/pull/170 (jbosstools-4.0.x)
* [^JBDS2807_JBDS60x_patch.txt]
*JBT 4.1.0.x / JBDS 7.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/83 (jbosstools-4.1.0.x)
*JBT 4.1.1.Beta1x / JBDS 7.1.0.Beta1x*
* https://github.com/jbosstools/jbosstools-discovery/pull/85 (jbosstools-4.1.1.Beta1x)
*JBT 4.1.x / JBDS 7.1.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/84 (jbosstools-4.1.x)
* JBT 4.2.x / JBDS 8.0.x*
* https://github.com/jbosstools/jbosstools-discovery/pull/86 (master)
> Update jrebel updatesite to use separate url for install feedback
> -----------------------------------------------------------------
>
> Key: JBDS-2807
> URL: https://issues.jboss.org/browse/JBDS-2807
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: central, discovery
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Labels: respin-a
> Fix For: 5.0.2.GA, 6.0.1.GA, 7.0.1.GA, 7.1.0.Beta1
>
> Attachments: JBDS2807_JBDS502_JRebel540_installed.png, JBDS2807_JBDS50x_patch.txt, JBDS2807_JBDS601_JRebel540_installed.png, JBDS2807_JBDS60x_patch.txt, JBDS2807_JBDS700_JRebel540_installed.png, JBDS2807_JBT33x_patch.txt
>
>
> jrebel would like to see how many installs central gives and have given us this special url to use in discovery.xml.
> http://update.zeroturnaround.com/update-site-jboss/
> (the / at the end is important)
> We should change this for all active discovery plugins that have jrebel mentioned.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBIDE-13315) Text selection in VPE source pane is not synchronized with selection in Visual Pane
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13315?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-13315:
------------------------------------------------
[~vpakan], I cannot reproduce this issue now.
Following your steps on step2 last text is selected. This behaviour may be correct.
> Text selection in VPE source pane is not synchronized with selection in Visual Pane
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-13315
> URL: https://issues.jboss.org/browse/JBIDE-13315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.3.2.Final
> Environment: Linux 32bit JBDS Version: 5.0.2.GA Build id: v20121213-1624-H235-GA Build date: 20121213-1624
> Reporter: Vlado Pakan
> Assignee: Yahor Radtsevich
> Fix For: 4.0.x
>
>
> Steps to reproduce:
> 1. Open any jsp page in VPE editor and select some text in VPE source pane. The same text is selected in visual pane.
> 2. Make mouse left click somewhere in visual pane. There should be no selected text.
> 3. Select the same text in step 1. via source pane
> 4. No text is selected in visual pane but the same text selected in source pane has to be selected in visual pane.
> After reopening jsp page it's working again as mentioned above. Selection is synchronized only first time.
> See screencast attached to original issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months