[JBoss JIRA] (JBIDE-15499) Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15499?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-15499 at 10/31/13 12:06 PM:
---------------------------------------------------------------
I tried this, which shows drag and drop works on Linux:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!https://issues.jboss.org/secure/attachment/12366886/JBIDE14794-CentralFeature_KeplerJEESR1_installing.png!
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!https://issues.jboss.org/secure/attachment/12366885/JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!https://issues.jboss.org/secure/attachment/12366884/JBIDE14794-drag-link-into-Central-view-request-modified.png!
6. On restart:
!https://issues.jboss.org/secure/attachment/12366887/JBIDE14794-install-results.png!
This is how I launched Eclipse, FWIW:
{code}
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
cd ${target}
if [[ $1 == "e" ]]; then
echo "Wipe $target/eclipse and $workspace ..."
rm -fr $target/eclipse $workspace
echo "Unpack $eclipse ..."
tar xzf $eclipse
shift
fi
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 $2 $3 $4 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}
Platform/JDK details:
{code}$ uname -a
Linux thunk 3.8.3-203.fc18.x86_64 #1 SMP Mon Mar 18 12:59:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
$ /opt/sun-java2-7.0/bin/java -version
java version "1.7.0_17"
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
$➔ java -version
java version "1.7.0_09-icedtea"
OpenJDK Runtime Environment (fedora-2.3.3.fc18.1-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
{code}
was (Author: nickboldt):
I tried this, which shows drag and drop works on Linux:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
6. On restart:
!JBIDE14794-install-results.png!
This is how I launched Eclipse, FWIW:
{code}
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
cd ${target}
if [[ $1 == "e" ]]; then
echo "Wipe $target/eclipse and $workspace ..."
rm -fr $target/eclipse $workspace
echo "Unpack $eclipse ..."
tar xzf $eclipse
shift
fi
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 $2 $3 $4 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}
Platform/JDK details:
{code}$ uname -a
Linux thunk 3.8.3-203.fc18.x86_64 #1 SMP Mon Mar 18 12:59:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
$ /opt/sun-java2-7.0/bin/java -version
java version "1.7.0_17"
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
$➔ java -version
java version "1.7.0_09-icedtea"
OpenJDK Runtime Environment (fedora-2.3.3.fc18.1-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
{code}
> Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-15499
> URL: https://issues.jboss.org/browse/JBIDE-15499
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Priority: Blocker
> Fix For: 4.1.1.Beta1
>
>
> usecase is that you can have a link to a connector, such as JBDS-IS could be installed by drag'n'drop to jboss tools or jbds.
> Similar to eclipse marketplace for marketplace urls something like:
> * https://devstudio.jboss.com/central/install?connector=com.jbds.integratio... or
> * http://download.jboss.org/jbosstools/central/install?CID=com.jbds.integra...
> would install the two connectors named "com.jbds.integration-stack.bpel" and "org.eclipse.m2e"
> This would allow drag'n'drop install from html docs.
> Consider also supporting this from any clipboard object (eg., dragged from an Acrobat Reader PDF or Microsoft Office doc). Would need to ensure we do lots of platform testing.
--
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, 5 months
[JBoss JIRA] (JBIDE-15499) Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15499?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-15499 at 10/31/13 12:04 PM:
---------------------------------------------------------------
I tried this, which shows drag and drop works on Linux:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
6. On restart:
!JBIDE14794-install-results.png!
This is how I launched Eclipse, FWIW:
{code}
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
cd ${target}
if [[ $1 == "e" ]]; then
echo "Wipe $target/eclipse and $workspace ..."
rm -fr $target/eclipse $workspace
echo "Unpack $eclipse ..."
tar xzf $eclipse
shift
fi
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 $2 $3 $4 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}
Platform/JDK details:
{code}$ uname -a
Linux thunk 3.8.3-203.fc18.x86_64 #1 SMP Mon Mar 18 12:59:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
$ /opt/sun-java2-7.0/bin/java -version
java version "1.7.0_17"
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
$➔ java -version
java version "1.7.0_09-icedtea"
OpenJDK Runtime Environment (fedora-2.3.3.fc18.1-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
{code}
was (Author: nickboldt):
I tried this, which shows drag and drop works on Linux:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
6. On restart:
!JBIDE14794-install-results.png!
This is how I launched Eclipse, FWIW:
{code}
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
cd ${target}
if [[ $1 == "e" ]]; then
echo "Wipe $target/eclipse and $workspace ..."
rm -fr $target/eclipse $workspace
echo "Unpack $eclipse ..."
tar xzf $eclipse
shift
fi
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 $2 $3 $4 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}
> Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-15499
> URL: https://issues.jboss.org/browse/JBIDE-15499
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Priority: Blocker
> Fix For: 4.1.1.Beta1
>
>
> usecase is that you can have a link to a connector, such as JBDS-IS could be installed by drag'n'drop to jboss tools or jbds.
> Similar to eclipse marketplace for marketplace urls something like:
> * https://devstudio.jboss.com/central/install?connector=com.jbds.integratio... or
> * http://download.jboss.org/jbosstools/central/install?CID=com.jbds.integra...
> would install the two connectors named "com.jbds.integration-stack.bpel" and "org.eclipse.m2e"
> This would allow drag'n'drop install from html docs.
> Consider also supporting this from any clipboard object (eg., dragged from an Acrobat Reader PDF or Microsoft Office doc). Would need to ensure we do lots of platform testing.
--
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, 5 months
[JBoss JIRA] (JBIDE-15499) Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15499?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-15499:
------------------------------------
I tried this, which shows drag and drop works on Linux:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
6. On restart:
!JBIDE14794-install-results.png!
This is how I launched Eclipse, FWIW:
{code}
#!/bin/bash
workspace=/home/nboldt/eclipse/workspace-clean43
target=/home/nboldt/eclipse/43clean
eclipse=/home/nboldt/tmp/Eclipse_Bundles/eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
cd ${target}
if [[ $1 == "e" ]]; then
echo "Wipe $target/eclipse and $workspace ..."
rm -fr $target/eclipse $workspace
echo "Unpack $eclipse ..."
tar xzf $eclipse
shift
fi
${target}/eclipse/eclipse -clean -showLocation -data $workspace -consolelog -console -vm /opt/sun-java2-7.0/bin/java -vmargs -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M $1 $2 $3 $4 2>&1 | tee "logs/eclipse.log.`date`.txt"
{code}
> Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-15499
> URL: https://issues.jboss.org/browse/JBIDE-15499
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Snjezana Peco
> Priority: Blocker
> Fix For: 4.1.1.Beta1
>
>
> usecase is that you can have a link to a connector, such as JBDS-IS could be installed by drag'n'drop to jboss tools or jbds.
> Similar to eclipse marketplace for marketplace urls something like:
> * https://devstudio.jboss.com/central/install?connector=com.jbds.integratio... or
> * http://download.jboss.org/jbosstools/central/install?CID=com.jbds.integra...
> would install the two connectors named "com.jbds.integration-stack.bpel" and "org.eclipse.m2e"
> This would allow drag'n'drop install from html docs.
> Consider also supporting this from any clipboard object (eg., dragged from an Acrobat Reader PDF or Microsoft Office doc). Would need to ensure we do lots of platform testing.
--
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, 5 months
[JBoss JIRA] (JBIDE-14794) install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14794?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-14794:
-------------------------------
Attachment: JBIDE14794-install-results.png
> install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-14794
> URL: https://issues.jboss.org/browse/JBIDE-14794
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: respin-a
> Fix For: 4.1.1.Beta1, 4.1.1.CR1, 4.2.0.Alpha1
>
> Attachments: JBIDE14794-CentralFeature_KeplerJEESR1_installing.png, JBIDE14794-drag-link-into-Central-view-errormsg.png, JBIDE14794-drag-link-into-Central-view-request-modified.png, JBIDE14794-install-results.png
>
>
> when installing *everything* from central on kepler RC2 you get a message saying my installation selection has been modified - no info on what and when doing the installation it seems alot of eclipse stuff is redownloaded...
> Also looks like p2 remeditation was not used ?
--
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, 5 months
[JBoss JIRA] (JBIDE-14794) install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14794?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-14794 at 10/31/13 12:00 PM:
---------------------------------------------------------------
I tried this:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
6. On restart:
!JBIDE14794-install-results.png!
was (Author: nickboldt):
I tried this:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
> install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-14794
> URL: https://issues.jboss.org/browse/JBIDE-14794
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: respin-a
> Fix For: 4.1.1.Beta1, 4.1.1.CR1, 4.2.0.Alpha1
>
> Attachments: JBIDE14794-CentralFeature_KeplerJEESR1_installing.png, JBIDE14794-drag-link-into-Central-view-errormsg.png, JBIDE14794-drag-link-into-Central-view-request-modified.png, JBIDE14794-install-results.png
>
>
> when installing *everything* from central on kepler RC2 you get a message saying my installation selection has been modified - no info on what and when doing the installation it seems alot of eclipse stuff is redownloaded...
> Also looks like p2 remeditation was not used ?
--
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, 5 months
[JBoss JIRA] (JBIDE-14794) install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14794?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-14794:
-------------------------------
Attachment: JBIDE14794-drag-link-into-Central-view-request-modified.png
JBIDE14794-drag-link-into-Central-view-errormsg.png
JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
I tried this:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
> install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-14794
> URL: https://issues.jboss.org/browse/JBIDE-14794
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: respin-a
> Fix For: 4.1.1.Beta1, 4.1.1.CR1, 4.2.0.Alpha1
>
> Attachments: JBIDE14794-CentralFeature_KeplerJEESR1_installing.png, JBIDE14794-drag-link-into-Central-view-errormsg.png, JBIDE14794-drag-link-into-Central-view-request-modified.png
>
>
> when installing *everything* from central on kepler RC2 you get a message saying my installation selection has been modified - no info on what and when doing the installation it seems alot of eclipse stuff is redownloaded...
> Also looks like p2 remeditation was not used ?
--
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, 5 months
[JBoss JIRA] (JBIDE-14794) install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14794?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-14794 at 10/31/13 11:58 AM:
---------------------------------------------------------------
I tried this:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
was (Author: nickboldt):
I tried this:
1. Install Kepler JEE SR1 from eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz
2. Fire up Eclipse, install JBT "Central Community" feature from http://download.jboss.org/jbosstools/updates/nightly/core/4.1.kepler/ (to verify this is fixed in Beta1, forthcoming respin-b)
!JBIDE14794-CentralFeature_KeplerJEESR1_installing.png
3. On restart, dragged the above URL into various parts of the UI but nothing happened until I dragged this URL [1] into the Central view.
[1] http://download.jboss.org/jbosstools/central/install?connectors=org.tigri...
4. I was unable to discover the org.eclipse.m2e connector, but the rest could be installed:
!JBIDE14794-drag-link-into-Central-view-errormsg.png!
5. Remediation was not shown:
!JBIDE14794-drag-link-into-Central-view-request-modified.png!
> install from central shows "selection has been modified" as if p2 decided to install something different and p2 remediation not used/shown
> ------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-14794
> URL: https://issues.jboss.org/browse/JBIDE-14794
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Labels: respin-a
> Fix For: 4.1.1.Beta1, 4.1.1.CR1, 4.2.0.Alpha1
>
> Attachments: JBIDE14794-CentralFeature_KeplerJEESR1_installing.png, JBIDE14794-drag-link-into-Central-view-errormsg.png, JBIDE14794-drag-link-into-Central-view-request-modified.png
>
>
> when installing *everything* from central on kepler RC2 you get a message saying my installation selection has been modified - no info on what and when doing the installation it seems alot of eclipse stuff is redownloaded...
> Also looks like p2 remeditation was not used ?
--
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, 5 months
[JBoss JIRA] (JBIDE-15828) Forge wizards don't report any errors to the user
by Pavol Srna (JIRA)
Pavol Srna created JBIDE-15828:
----------------------------------
Summary: Forge wizards don't report any errors to the user
Key: JBIDE-15828
URL: https://issues.jboss.org/browse/JBIDE-15828
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.1.1.Beta1
Reporter: Pavol Srna
Assignee: Koen Aers
Priority: Critical
Fix For: 4.1.1.CR1
Sometimes happens that forge wizard (e.g. Scaffolding) didn't generate code at all. And there is no obvious reason for that. In my opinion forge wizard should say on a very last page if the operation was successful or not. And if not then display the error message to the user.
--
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, 5 months