[JBoss JIRA] (JBIDE-16410) vpe.browsersim doesn't compile against openJDK
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-16410:
--------------------------------------
Summary: vpe.browsersim doesn't compile against openJDK
Key: JBIDE-16410
URL: https://issues.jboss.org/browse/JBIDE-16410
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: browsersim
Affects Versions: 4.2.0.Alpha2
Reporter: Alexey Kazakov
Priority: Blocker
Fix For: 4.2.0.Alpha2
org.jboss.tools.vpe.browsersim and org.jboss.tools.vpe.browsersim.browser import and use javafx.* packages available only in Oracle JRE
--
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-13297) Prevent from associating xml files to Android xml editor
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13297?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-13297:
-----------------------------------------------
Another solution:
Declare new content type for file extension 'xml'.
Register it for the Android nature.
Register it for the editor, without specifying extension for the editor.
In this case, the editor will appear only on the projects with Android nature. However, the side effect is that for these projects all xml files will have only new content type, so that all other editors will not recognize it and will not appear in 'Open With...' at all.
So, there is choice between
1. Content descriptor, that cannot recognize all kinds of ADT xml files,, unless some namespace will be provided for them.
2. Separate ADT projects, so that all xml files in them can be opened _only_ by ADT's Common XML editor, while in other projects it will not interfere.
> Prevent from associating xml files to Android xml editor
> --------------------------------------------------------
>
> Key: JBIDE-13297
> URL: https://issues.jboss.org/browse/JBIDE-13297
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.0.0.Final
> Reporter: Stefan Bunciak
> Assignee: Viacheslav Kabanovich
> Fix For: 4.1.2.Final, 4.2.0.Alpha1
>
>
> After installing the Android Development Tools into JBDS/JBT all xml files gets associated to Android Common Xml Editor, even pom.xml files which we used to open with the Maven POM Editor. This issue was discussed with Burr Sutter on Face2Face that it should be fixed.
--
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