[JBoss JIRA] (JBDS-2889) Correct XCode Bundle ID in Hybrid Mobile Tools (JBDS 7.1.1)
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-2889?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-2889:
-----------------------------
CDW devel_ack: ?
CDW qa_ack: ?
> Correct XCode Bundle ID in Hybrid Mobile Tools (JBDS 7.1.1)
> -----------------------------------------------------------
>
> Key: JBDS-2889
> URL: https://issues.jboss.org/browse/JBDS-2889
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: requirements
> Affects Versions: 7.1.0.GA
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Fix For: 7.1.1.CR1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Export to native iOS project is not properly setting the bundle id, which should come from the widget id in the cordova config.xml - this bundle id is critical as iOS needs it to be unique and it your provisioning profiles have to reference it.
> See JBIDE-16420 (JBDS 7.1.1)
--
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, 3 months
[JBoss JIRA] (JBDS-2839) Hybrid/Cordova Usability
by Jay Balunas (JIRA)
[ https://issues.jboss.org/browse/JBDS-2839?page=com.atlassian.jira.plugin.... ]
Jay Balunas commented on JBDS-2839:
-----------------------------------
I agree that this is a large epic and covers a lot of ground that may not always be related or possible to complete in one release. I would suggest breaking this up as needed.
We also need to coordinate AeroGear quickstart examples and how they may relate to the "works with" and AeroGear tasks above.
> Hybrid/Cordova Usability
> ------------------------
>
> Key: JBDS-2839
> URL: https://issues.jboss.org/browse/JBDS-2839
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Epic
> Security Level: Public(Everyone can see)
> Components: requirements
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Priority: Blocker
>
> Areas to review:
> 1) Auto setup of the LiveReload Server (JBIDE-16134)
> 2) Run As on Android Device - often fails to find the plugged in device - need better instructions on now to "debug" this issue (adb devices, etc)
> 3) Add project wizard to JBoss Central
> 4) Promote from Tech Preview
> 5) Import an existing Cordova project (e.g. TicketMonster: WFK2-168)
> 6) New project works with jQuery Mobile Palette + Backbone
> 7) New project works with AngularJS-based project
> 8) Install Cordova Plugin dialog is slow for scrolling the list of plugins, slow for typing in the project field - focus should not default to project field when the dialog is launched from a specific project (right-click on plugins, Install Cordova Plugin)
--
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, 3 months
[JBoss JIRA] (JBIDE-16689) Crash after CTRL + rightclick + find implementation
by Edoardo Barolo (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16689?page=com.atlassian.jira.plugi... ]
Edoardo Barolo edited comment on JBIDE-16689 at 3/6/14 9:28 AM:
----------------------------------------------------------------
I made a discovery !! To solve this strange situation I asked a few colleagues of mine here and I found out one of them (Marco) used my pc !!! He do not remember the file but he had a crash over a Javascript file using ctrl + rc to find a function definition !!
To me instead the crash happened on find impl of a interface method. Maybe the log I catch was Marco's one !! Not mine !!
was (Author: velteyn):
I made a discovery !! To solve this strange situation I asked a few colleagues of mine here and I found out one of them (Marco) used my pc !!! He do not remember the file but he had a crash over a Javascript file using ctrl + rc to find a function definition !!
To me instead the crash happened on find impl of a interface method. Maybe the log I catch were Marco's one !! Not mine !!
> Crash after CTRL + rightclick + find implementation
> ---------------------------------------------------
>
> Key: JBIDE-16689
> URL: https://issues.jboss.org/browse/JBIDE-16689
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Reporter: Edoardo Barolo
>
--
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, 3 months
[JBoss JIRA] (JBIDE-16689) Crash after CTRL + rightclick + find implementation
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16689?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-16689:
-----------------------------------------
I'm wondered why and how a JSDT Hover could appear on JAVA (JDT) file, but...
But in case it was not a Java, but JavaScript file...
In theory, there could be an issue in JSDT that leads it to throw a RunTimeException (for JSDT's reasons) which isn't caught in org.eclipse.wst.jsdt.internal.codeassist.SelectionEngine.select(ICompilationUnit, int, int) method while it is supposed to be caught. So, it looks like a bug in JSDT.
You know, JSDT is fork of JDT, and I see a similar SelectionEngine.select() class and method in JDT. And it also have no a try-catch block in according place so, it might be normal for Java. But at the same time it might NOT be the same for JavaScript, so, probably it (that SelectionNodeFound Runtime Exception) should be caught in JSDT. But I never seen an issue in BugZilla like this before.
So, I can address this issue in JSDT, but:
1. I need a test case to reproduce it, since I cannot reproduce it by myself at the moment.
2. It probably will not help Edoardo with his problem. I'm not sure that I could fix it for JSDT that is used in JBDS 6 (was it a Juno-based release?)
> Crash after CTRL + rightclick + find implementation
> ---------------------------------------------------
>
> Key: JBIDE-16689
> URL: https://issues.jboss.org/browse/JBIDE-16689
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Reporter: Edoardo Barolo
>
--
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, 3 months
[JBoss JIRA] (JBDS-2848) Usage Stats for actual used features
by Jiri Pallich (JIRA)
[ https://issues.jboss.org/browse/JBDS-2848?page=com.atlassian.jira.plugin.... ]
Jiri Pallich updated JBDS-2848:
-------------------------------
Labels: JBDS80_Approved_Scope (was: )
> Usage Stats for actual used features
> ------------------------------------
>
> Key: JBDS-2848
> URL: https://issues.jboss.org/browse/JBDS-2848
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: requirements, usage
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Priority: Critical
> Labels: JBDS80_Approved_Scope
>
> We currently know that people are using JBDS/JBoss Tools but not specifically which features people are actively using. Our key base metric is "daily usage".
> Areas worth tracking include (in priority order):
> - Use of the OpenShift Wizard to successful completion vs error
> - Use of the archetypes on JBoss Central (adding Hybrid/Cordova in JBDS 8)
> - Successful installation of the features found on Software/Update tab of JBoss Central
> - Use of the JSF/RichFaces Visual Page Editor
> - Use of the Hibernate Tooling
> - Use of the jQuery Mobile Palette
> - Use of BrowserSim
> - Use of CordovaSim
> We will also need to update http://www.jboss.org/tools/usage and https://devstudio.jboss.com/usage/
> Ideally, we would be able to distinguish between a single "hit" (end-user opened the tool) vs active usage (end-user spent repeatedly using the tool)
> Our metric gathering service should be "scalable" enough to allow for tracking of the individual SOA features such as Drools, jBPM, Switchyard, Camel, etc in the future.
--
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, 3 months