[JBoss JIRA] (JBIDE-15744) openshift-java-client: add support for List<IEnvironmentVariable> and refactor methods that reference "List" in their names, however are operating on "Map<String, IEnvironmentVariable>"
by Martes Wigglesworth (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15744?page=com.atlassian.jira.plugi... ]
Martes Wigglesworth updated JBIDE-15744:
----------------------------------------
Summary: openshift-java-client: add support for List<IEnvironmentVariable> and refactor methods that reference "List" in their names, however are operating on "Map<String,IEnvironmentVariable>" (was: openshift-java-client: add method in IApplication to reflect the following IApplication.getEnvironmentVariableList():List<IEnvironmentVariable>)
> openshift-java-client: add support for List<IEnvironmentVariable> and refactor methods that reference "List" in their names, however are operating on "Map<String,IEnvironmentVariable>"
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15744
> URL: https://issues.jboss.org/browse/JBIDE-15744
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.x, 4.2.0.Alpha1
> Reporter: Martes Wigglesworth
>
> This enhancement to the interface will remove the requirement that users of the interface implementation instances to do extra processing to pull the list of variables from the provided immutable Map<String,IEnvirontmentVariable> instance.
--
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, 5 months
[JBoss JIRA] (JBDS-2577) JBDS70_0813: [Partial] (Dev) (P1) Support non-minified/minified JS libs
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-2577?page=com.atlassian.jira.plugin.... ]
Fred Bricon commented on JBDS-2577:
-----------------------------------
Ok let's do this :
- release m2e-wro4j 1.0.2
- add/update m2e-wro4j to our TPs
- add m2e-wro4j to JBT and JBDS discovery connectors
- write blog / record screencast to document usage
> JBDS70_0813: [Partial] (Dev) (P1) Support non-minified/minified JS libs
> -----------------------------------------------------------------------
>
> Key: JBDS-2577
> URL: https://issues.jboss.org/browse/JBDS-2577
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: requirements
> Reporter: Jiri Pallich
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 7.1.0.CR1
>
>
> Support non-minified JS libs for Dev, swap in minified JS libs for production (wro4j - maven integration?).
> Examples of JS libs: jQuery, jQuery Mobile
--
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, 5 months
[JBoss JIRA] (JBIDE-15789) Renaming HTML file doesn't change editor title
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15789?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-15789:
-----------------------------------------------
This is reproduced in projects that do not have JSF nature. Class JSPMultiPageEditor.ResourceChangeListener that should update editor input and title in method resourceChanged() makes call EclipseResourceUtil.getObjectByResource(IResource) that works in JSF project, but not in other projects. This should be replaced by EclipseResourceUtil.createObjectForResource(IResource) in two occurances in this method. I have tried it, it works.
> Renaming HTML file doesn't change editor title
> ----------------------------------------------
>
> Key: JBIDE-15789
> URL: https://issues.jboss.org/browse/JBIDE-15789
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Environment: JBT 4.1.1 Beta1-v20131020-0207-B454 Linux KDE
> Reporter: Vlado Pakan
> Assignee: Victor Rubezhny
> Fix For: 4.2.x
>
>
> 1. Create project with HTML file
> 2. Open HTML file in VPE
> 3. Rename HTML file in Package Explorer
> ASSERT: File is renamed in Package Explorer
> ERROR: Editor title of opened HTML file is not changed
--
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, 5 months
[JBoss JIRA] (JBIDE-15789) Renaming HTML file doesn't change editor title
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15789?page=com.atlassian.jira.plugi... ]
Jiri Peterka commented on JBIDE-15789:
--------------------------------------
I'm using Ubuntu 12.04 64-bit, editor is just closed (file is renamed) in my case, problem is just the closing here
{code}
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed m
{code}
> Renaming HTML file doesn't change editor title
> ----------------------------------------------
>
> Key: JBIDE-15789
> URL: https://issues.jboss.org/browse/JBIDE-15789
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.1.Beta1
> Environment: JBT 4.1.1 Beta1-v20131020-0207-B454 Linux KDE
> Reporter: Vlado Pakan
> Assignee: Victor Rubezhny
> Fix For: 4.2.x
>
>
> 1. Create project with HTML file
> 2. Open HTML file in VPE
> 3. Rename HTML file in Package Explorer
> ASSERT: File is renamed in Package Explorer
> ERROR: Editor title of opened HTML file is not changed
--
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, 5 months
[JBoss JIRA] (JBDS-2816) CLONE - "JBoss Tools" themes should not be part of JBDS
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-2816?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-2816:
-----------------------------
CDW devel_ack: ?
CDW pm_ack: +
CDW release: ?
> CLONE - "JBoss Tools" themes should not be part of JBDS
> -------------------------------------------------------
>
> Key: JBDS-2816
> URL: https://issues.jboss.org/browse/JBDS-2816
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 6.0.1.GA, 7.0.1.GA
> Reporter: Radim Hopp
> Assignee: Nick Boldt
> Fix For: 8.0.0.Alpha1
>
>
> "JBoss Tools" themes seem to be included in JBDS even though JBDS-2631 was rejected and not supposed to be included.
> Now users are reporting issues on them in JBDS-2781 and JBDS-2782 we'll need to decide what to with them.
> My suggestion is we remove them in JBDS 8 and if a missing theme does not affect a user having already used these themes I suggest we remove them in JBDS 7.1 too.
> Thus setting suggested release target to 7.1 but if investigation shows it will hurt update path then at least remove them in 8.0.
> WDYT ?
--
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, 5 months
[JBoss JIRA] (JBDS-2816) CLONE - "JBoss Tools" themes should not be part of JBDS
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBDS-2816?page=com.atlassian.jira.plugin.... ]
Radim Hopp updated JBDS-2816:
-----------------------------
Fix Version/s: (was: 7.1.0.Beta1)
> CLONE - "JBoss Tools" themes should not be part of JBDS
> -------------------------------------------------------
>
> Key: JBDS-2816
> URL: https://issues.jboss.org/browse/JBDS-2816
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 6.0.1.GA, 7.0.1.GA
> Reporter: Radim Hopp
> Assignee: Nick Boldt
> Fix For: 8.0.0.Alpha1
>
>
> "JBoss Tools" themes seem to be included in JBDS even though JBDS-2631 was rejected and not supposed to be included.
> Now users are reporting issues on them in JBDS-2781 and JBDS-2782 we'll need to decide what to with them.
> My suggestion is we remove them in JBDS 8 and if a missing theme does not affect a user having already used these themes I suggest we remove them in JBDS 7.1 too.
> Thus setting suggested release target to 7.1 but if investigation shows it will hurt update path then at least remove them in 8.0.
> WDYT ?
--
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, 5 months