[JBoss JIRA] (JBIDE-16212) [Android] Retain the Android project builder log in the Console view for the "Run as ..." tasks
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16212?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-16212:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> [Android] Retain the Android project builder log in the Console view for the "Run as ..." tasks
> -----------------------------------------------------------------------------------------------
>
> Key: JBIDE-16212
> URL: https://issues.jboss.org/browse/JBIDE-16212
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.CR1
> Reporter: Vineet Reynolds
> Fix For: 4.5.x
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> When attempting to run a newly created hybrid mobile project (with no changes) on an Android emulator, the deployment to the emulator failed.
> The Eclipse workspace log contained no information but the following entry:
> {noformat}
> !ENTRY org.jboss.tools.aerogear.hybrid.android.core 4 0 2013-12-04 14:50:34.841
> !MESSAGE APK installation did not succeed
> {noformat}
> The error dialog displayed the same message. The Ant build log was not available in the Console view, thus providing no info about whether the build failed or why it failed in a subsequent step. It would be useful to retain this build log in the Console View for debugging purposes or log the build output to a file on disk.
> Note - I worked around the reported deployment failure by explicitly choosing the AVD to deploy to. For some reason, the hybrid tools was starting an AVD with API level 7. But the feature request is still valid since build or deployment failure could occur due to any reason (like an expired Debug certificate) and I had to rule out a build failure first.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-19729) Version Auditing
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19729?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-19729:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Version Auditing
> ----------------
>
> Key: JBIDE-19729
> URL: https://issues.jboss.org/browse/JBIDE-19729
> Project: Tools (JBoss Tools)
> Issue Type: Epic
> Components: build
> Affects Versions: 4.3.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.x
>
>
> Epic to track issues related to auditing and quality control.
> This may include tools & workflows to ensure we're not building the wrong stuff, including too much (or incompatible versions) in target platforms, forgetting to upversion components, etc.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-18030) Update BrowserSim/CordovaSim Skins
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18030?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-18030:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Update BrowserSim/CordovaSim Skins
> ----------------------------------
>
> Key: JBIDE-18030
> URL: https://issues.jboss.org/browse/JBIDE-18030
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Reporter: Burr Sutter
> Assignee: Ilya Buziuk
> Fix For: 4.5.x
>
> Attachments: Screenshot 2014-03-13 08.37.41.png, default_Devices.png
>
>
> Due to the fast pace world of mobile computing, some of our skins have become a wee bit outdated (see attached image).
> - RIM Blackberry Bold Touch 9000
> - Apple iPhone 3
> + Samsung Galaxy S4
> And what is the vendor for "Galaxy Note II" and "Galaxy S III"?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-22110) Unexpected error when cancelling installation (using D&D to Central)
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22110?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-22110:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> 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.5.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
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-23095) Add missing error notificators into design view for elements with ids.
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23095?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-23095:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Add missing error notificators into design view for elements with ids.
> ----------------------------------------------------------------------
>
> Key: JBIDE-23095
> URL: https://issues.jboss.org/browse/JBIDE-23095
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: batch
> Affects Versions: 4.4.1.Final
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Fix For: 4.5.x
>
> Attachments: BatchNoValidationDesignTab.png, BatchValidationOfIDSourceTab.png
>
>
> I noticed missing error notifications (small error icons used for example at ref. attributes) when working with design view elements like step/flow/decision that have an id attribute. In source view we can see there is an error on line where id is duplicated, but not in design view, see attachments (source view: error icon on second occurence of my-step-listener, in design view this does not work).
> P.S. Do not notice duplicated messages in Problem view, it's been already reported.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months