[JBoss JIRA] (JBDS-3896) Unable to install breakpoint even if line number set to be generated
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBDS-3896?page=com.atlassian.jira.plugin.... ]
Snjezana Peco updated JBDS-3896:
--------------------------------
Fix Version/s: 10.x
(was: 10.0.0.GA)
> Unable to install breakpoint even if line number set to be generated
> --------------------------------------------------------------------
>
> Key: JBDS-3896
> URL: https://issues.jboss.org/browse/JBDS-3896
> Project: Red Hat Developer Studio (DevStudio)
> Issue Type: Bug
> Components: upstream
> Reporter: Martin Malina
> Assignee: Snjezana Peco
> Fix For: 10.x
>
> Attachments: breakpoint-error.png, compiler-settings.png, html5-page.png, lineNumber.png
>
>
> I am unable to get breakpoints to work for a html5 project running on WildFly.
> I tried to verify JBIDE-20804 so I created the html5 project from central, set a breakpoint in MemberService.listAllMembers() (line 72) and then selected Debug on server -> WildFly. The server was started in debugging mode and the project started deploying, but then I got an error:
> Unable to install breakpoint in org.jboss.tools.example.html5.rest.MemberService$$$view3 due to missing line number attributes. Modify compiler options to generate line number attributes.
> Reason: Absent Line Number Information
> !breakpoint-error.png!
> I checked and this option was checked in Preferences -> Java -> Compiler. Also, I even checked the project settings (.settings/org.eclipse.jdt.core.prefs) and it has:
> org.eclipse.jdt.core.compiler.debug.lineNumber=generate
> This happened to me on Mac with WildFly 8, 9 and 10. And psrna checked this for me on Linux and the result was the same.
> I'm not really sure which component this should belong to, it looks like an upstream issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22110) Unexpected error when cancelling installation (using D&D to Central)
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22110?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-22110:
----------------------------------
Component/s: upstream
> Unexpected error when cancelling installation (using D&D to Central)
> --------------------------------------------------------------------
>
> Key: JBIDE-22110
> URL: https://issues.jboss.org/browse/JBIDE-22110
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central-update, upstream
> Affects Versions: 4.3.1.CR1
> Reporter: Radim Hopp
> Assignee: Snjezana Peco
> Fix For: 4.4.x
>
>
> Screencast: https://youtu.be/LObzeMo8TDw
> Cancelling installation in phase "Retrieving listing" causes 3 unexpected errors:
> {noformat}
> java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:86)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:157)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:66)
> at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:223)
> at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.GeneratedMethodAccessor121.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:84)
> ... 8 more
> Caused by: org.eclipse.core.runtime.OperationCanceledException
> at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:999)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:359)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:156)
> ... 12 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22110) Unexpected error when cancelling installation (using D&D to Central)
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22110?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-22110:
----------------------------------
Fix Version/s: 4.4.x
(was: 4.4.0.Final)
> Unexpected error when cancelling installation (using D&D to Central)
> --------------------------------------------------------------------
>
> Key: JBIDE-22110
> URL: https://issues.jboss.org/browse/JBIDE-22110
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central-update, upstream
> Affects Versions: 4.3.1.CR1
> Reporter: Radim Hopp
> Assignee: Snjezana Peco
> Fix For: 4.4.x
>
>
> Screencast: https://youtu.be/LObzeMo8TDw
> Cancelling installation in phase "Retrieving listing" causes 3 unexpected errors:
> {noformat}
> java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:86)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:157)
> at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:66)
> at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:223)
> at org.jboss.tools.discovery.core.internal.connectors.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.GeneratedMethodAccessor121.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:84)
> ... 8 more
> Caused by: org.eclipse.core.runtime.OperationCanceledException
> at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:999)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:359)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:156)
> ... 12 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22481) For JBIDE 4.4.0.Final: Prepare for Final/GA [Integration Tests]
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22481?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-22481:
---------------------------------------
But since this is needed for the build later today, most probably Alexey will just create the branch for us.
> For JBIDE 4.4.0.Final: Prepare for Final/GA [Integration Tests]
> ---------------------------------------------------------------
>
> Key: JBIDE-22481
> URL: https://issues.jboss.org/browse/JBIDE-22481
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: qa
> Reporter: Nick Boldt
> Assignee: Pavol Srna
> Priority: Blocker
> Labels: task
> Fix For: 4.4.0.Final
>
>
> For JBIDE 4.4.0.Final [Integration Tests]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.4.0.Final or 10.0.0.GA
> [Unresolved JIRAs with fixVersion = 4.4.0.Final, 10.0.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22J...]
> 1. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.0.Final-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.4.0.Final-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:orange}jbosstools-4.4.x{color}* branch
> 2. Branch from your existing master branch into a new *{color:blue}jbosstools-4.4.x{color}* branch;
> {code}
> git checkout master
> git pull origin master
> git checkout -b jbosstools-4.4.x
> git push origin jbosstools-4.4.x
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}master{color}* branch (we'll move to 4.5.0.Alpha1 later!)
> * *{color:blue}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.4.x{color}* branch
> 3. Ensure you've *built your code* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> 5. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Integration Tests task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-20753) Text flickering when selecting server types in New Server wizard
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20753?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-20753:
----------------------------------
Fix Version/s: 4.4.x
(was: 4.4.0.Final)
> Text flickering when selecting server types in New Server wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-20753
> URL: https://issues.jboss.org/browse/JBIDE-20753
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, upstream
> Affects Versions: 4.3.0.CR1
> Reporter: Martin Malina
> Assignee: Snjezana Peco
> Labels: regression
> Fix For: 4.4.x
>
>
> When you open the New Server wizard and select a server type, There will be some elements rendered for a fraction of a second. It's Server Runtime Environment and a dropdown menu - it will disappear again, but it's not nice to see something quickly appear and disappear again. You can keep selecting server types and it will keep happening. All of this is on the first page of the dialog.
> I checked and this did not happen in Beta2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22509) Red Hat Central: Update default project example icon to the Red Hat Developer icon
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22509?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-22509.
---------------------------------
Fix Version/s: 4.4.0.Final
Resolution: Done
Fixed in the webpage. Please restart Central to see the new icon.
!http://content.screencast.com/users/fbricon/folders/Jing/media/a93899b1-a5d4-4220-8c9e-e945b7599548/00000435.png|width=800!
> Red Hat Central: Update default project example icon to the Red Hat Developer icon
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-22509
> URL: https://issues.jboss.org/browse/JBIDE-22509
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: central
> Affects Versions: 4.4.0.Alpha2
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 4.4.0.Final
>
> Attachments: icon-default.png
>
>
> Default JBoss Dev icon doesn't look good in
> !http://content.screencast.com/users/fbricon/folders/Jing/media/4da3bbc7-85b4-4c41-b6ff-5f9d1688bbde/00000433.png|width=900!
> We should use the sexier Red Hat Developper icon instead: !icon-default.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBTIS-703) JBDS-IS 9.0.0.GA is not listed in Red Hat marketplace
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-703?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-703:
----------------------------------
Hey [~maxandersen] - I've verified that the Mars/ newest Marketplace entry is default listed. The content of the Luna Marketplace entry and the Mars one is really not mergable - its really a function of when things go .Final. Since both Mars and Luna have release GA content - the Mars-based JBDSIS 9.0.0.GA wins. Should I send email here to remove/ delete the red-hat-jboss-developer-studio-integration-stack-luna entry?
*If you would like to permanently delete your entry please contact us at : marketplace(a)eclipse.org.*
> JBDS-IS 9.0.0.GA is not listed in Red Hat marketplace
> -----------------------------------------------------
>
> Key: JBTIS-703
> URL: https://issues.jboss.org/browse/JBTIS-703
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 9.0.0.GA
> Environment: Eclipse Mars.2 for JEE Developers
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Attachments: em1.png
>
>
> JBDS-IS 9.0.0.GA is not listed in Red Hat marketplace.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months