[JBoss JIRA] (JBIDE-15768) Can't add Blackberry plug-ins listed in Cordova Discovery Wizard
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15768?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-15768:
--------------------------------------
plugins have platform specific and general parts. At the moment we process the general parts of a plugin even if a plugin does not support iOS and Android. However, their platform specific parts are either not processed or fails because we do not have the treatment for that platform in place. The changes to config.xml are platform specific so they have not been created but creation of the plugin directory is general so that part of the installation completes.
Ideally we should not attempt to install plugins that do not support the platforms we support. I am planning an improvement on that direction once Cordova registry also implements some supporting features.
> Can't add Blackberry plug-ins listed in Cordova Discovery Wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-15768
> URL: https://issues.jboss.org/browse/JBIDE-15768
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Michelle Murray
>
> Errors or no action when try to add blackberry items in Cordova Plugin Discovery wizard.
> In Cordova Configuration Editor, Platform Properties mode:
> 1. Click Add for first features table (opens Cordova Plugin Discovery window)
> 2. Select check box for blackberry item (e.g., com.blackberry.pim.contacts)
> 3. Click Next
> 4. Click Finish
> > Nothing happens
> Command line shows:
> {noformat}
> [Fatal Error] plugin.xml:46:25: The prefix "rim" for element "rim:permit" is not bound.
> java.lang.reflect.InvocationTargetException
> at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:121)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
> Caused by: org.eclipse.core.runtime.CoreException: Parsing error /home/mmurray/.plugman/cache/com.blackberry.pim.contacts/1.0.0/package/plugin.xml
> at org.jboss.tools.aerogear.hybrid.core.util.XMLUtil.loadXML(XMLUtil.java:63)
> at org.jboss.tools.aerogear.hybrid.core.util.XMLUtil.loadXML(XMLUtil.java:48)
> at org.jboss.tools.aerogear.hybrid.core.plugin.CordovaPluginManager.installPlugin(CordovaPluginManager.java:108)
> at org.jboss.tools.aerogear.hybrid.ui.plugins.internal.CordovaPluginWizard$PluginInstallOperation.execute(CordovaPluginWizard.java:124)
> at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2345)
> at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
> ... 1 more
> Caused by: org.xml.sax.SAXParseException; systemId: file:/home/mmurray/.plugman/cache/com.blackberry.pim.contacts/1.0.0/package/plugin.xml; lineNumber: 46; columnNumber: 25; The prefix "rim" for element "rim:permit" is not bound.
> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
> at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
> at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
> at org.jboss.tools.aerogear.hybrid.core.util.XMLUtil.loadXML(XMLUtil.java:58)
> ... 7 more
> {noformat}
--
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-15782) Environment variable wizard: Use a duplicate name and dont spot it in the title area
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15782?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15782:
-------------------------------------
Steps to Reproduce:
# EXEC launch OpenShift application wizard
# EXEC hit "Environment Variables..." and in the upcoming wizard hit "Add..."
# EXEC provide some name (ex. dd) and some value
# EXEC hit "Add" and choose the very same name as before
Result:
!required-value-missing-real-error-notdisplayed.png!
!error-tooltip.png!
The name field gets decorated with an error marker, but the title area wont display it. The title area displays the 2nd "error" which is about the missing required value.
Expected:
Minor issues (a missing required value) wont get overwritten in the title area of the wizard. The title area would display the higher ranked error which is the duplicate name.
# EXEC: fill in some value
# ASSERT: the required value decorator disappears, the error makes it to the title area:
!required-value-provided-error-displayed.png!
was:
# EXEC launch OpenShift application wizard
# EXEC hit "Environment Variables..." and in the upcoming wizard hit "Add..."
# EXEC provide some name (ex. dd) and some value
# EXEC hit "Add" and choose the very same name as before
Result:
!error-tooltip.png!
The name field gets decorated with an error marker, but the title area wont display it. The title area displays the 2nd "error" which is about the missing required value.
Expected:
Minor issues (a missing required value) wont get overwritten in the title area of the wizard. The title area would display the higher ranked error which is the duplicate name.
# EXEC: fill in some value
# ASSERT: the required value decorator disappears, the error makes it to the title area:
!required-value-provided-error-displayed.png!
> Environment variable wizard: Use a duplicate name and dont spot it in the title area
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-15782
> URL: https://issues.jboss.org/browse/JBIDE-15782
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.2.x
>
> Attachments: error-tooltip.png, required-value-missing-real-error-notdisplayed.png, required-value-provided-error-displayed.png
>
>
> "bad value" errors in wizards get eventually overwritten by "required value missing":
> !required-value-missing-real-error-notdisplayed.png!
--
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-15782) Environment variable wizard: Use a duplicate name and dont spot it in the title area
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15782?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15782:
-------------------------------------
Attachment: required-value-missing-real-error-notdisplayed.png
required-value-provided-error-displayed.png
error-tooltip.png
> Environment variable wizard: Use a duplicate name and dont spot it in the title area
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-15782
> URL: https://issues.jboss.org/browse/JBIDE-15782
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.2.x
>
> Attachments: error-tooltip.png, required-value-missing-real-error-notdisplayed.png, required-value-provided-error-displayed.png
>
>
> "bad value" errors in wizards get eventually overwritten by "required value missing":
> !required-value-missing-real-error-notdisplayed.png!
--
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-15782) Environment variable wizard: Use a duplicate name and dont spot it in the title area
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-15782:
----------------------------------------
Summary: Environment variable wizard: Use a duplicate name and dont spot it in the title area
Key: JBIDE-15782
URL: https://issues.jboss.org/browse/JBIDE-15782
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.1.Beta1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Minor
Fix For: 4.2.x
Attachments: error-tooltip.png, required-value-missing-real-error-notdisplayed.png, required-value-provided-error-displayed.png
"bad value" errors in wizards get eventually overwritten by "required value missing":
!required-value-missing-real-error-notdisplayed.png!
--
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-15781) (re)source folders shouldn't be created in multimodule addon project
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-15781:
-----------------------------------
Summary: (re)source folders shouldn't be created in multimodule addon project
Key: JBIDE-15781
URL: https://issues.jboss.org/browse/JBIDE-15781
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: forge
Affects Versions: 4.2.0.Alpha1
Reporter: Fred Bricon
Priority: Minor
Reporting from memory :
If you create a new forge project of type addon and choose to create all sub modules (api, impl...), src/main/resources and src/main/java folders are created under the parent project of type pom. This is useless since no compilation occurs for pom projects.
--
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-2801) Investigate use of GWT/GPE 3.4 in JBT/JBDS Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2801?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-2801:
----------------------------------
[~fbricon] Could you build it locally, install it locally, and see what happens when you switch from GWT 3.2 e42 to GWT 3.4 e43?
> Investigate use of GWT/GPE 3.4 in JBT/JBDS Central
> --------------------------------------------------
>
> Key: JBDS-2801
> URL: https://issues.jboss.org/browse/JBDS-2801
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: 3rd-party-certification, 3rd-party-dependencies, central
> Reporter: Nick Boldt
> Assignee: Martin Malina
> Fix For: 7.1.0.Beta1
>
>
> New 3.4.2 mirrors:
> http://download.jboss.org/jbosstools/updates/requirements/gwt/3.4.2.v2013...
> http://download.jboss.org/jbosstools/updates/requirements/gwt/3.4.2.v2013...
> Note that at least one IU had been renamed:
> OLD:
> * com.google.gdt.eclipse.suite.e42.feature_3.4.2.v201310081840-rel-r42.jar
> * com.google.gdt.eclipse.platform.e42_3.4.2.v201310081840-rel-r42.jar
> NEW:
> * com.google.gdt.eclipse.suite.e43.feature_3.4.2.v201310081834-rel-r43.jar (now e43)
> * com.google.gdt.eclipse.platform.e42_3.4.2.v201310081834-rel-r43.jar (still e42)
> If we decide to move to e43, we will have to rebuild jbosstools-central due to this requirement:
> {code:title=https://github.com/jbosstools/jbosstools-central/blob/jbosstools-4.1.x/maven/features/org.jboss.tools.maven.gwt.feature/feature.xml#L24}
> <import feature="com.google.gdt.eclipse.suite.e42.feature" version="3.0.1" match="greaterOrEqual"/>
> {code}
--
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