[JBoss JIRA] (JBIDE-19132) For JBIDE 4.2.3.Beta1: Prepare for JBT 4.2.3 / JBDS 8.1.0 [OpenShift]
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19132?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19132:
------------------------------------------
[~nickboldt] sorry, my fault, didnt read through all details, was too quick in guessing.
> For JBIDE 4.2.3.Beta1: Prepare for JBT 4.2.3 / JBDS 8.1.0 [OpenShift]
> ---------------------------------------------------------------------
>
> Key: JBIDE-19132
> URL: https://issues.jboss.org/browse/JBIDE-19132
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: openshift
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: task
> Fix For: 4.2.3.Beta1
>
>
> For JBIDE 4.2.3.Beta1 [OpenShift]: Please perform the following tasks:
> 1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.1 to 1.0.2 or from 1.0.2 to 1.0.3.
> Please also ensure that the version of your plugins in the master (4.3.x) branch is a LARGER version, to prevent a user from accidentally updating from your Mars version to your Luna version. For example, org.jboss.tools.stacks.core cannot be version 1.1.1 in JBDS 8.0.2, and 1.1.0 in JBDS 9.
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.22.0:set-version -DnewVersion=4.3.0-SNAPSHOT
> {code}
> 2. In the *{color:blue}jbosstools-4.2.x{color}* branch, update your root pom to use parent pom version *{color:blue}4.2.3.Beta1-SNAPSHOT{color}*
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.2.3.Beta1-SNAPSHOT</version>
> </parent>
> {code}
> 3. Ensure you've built & run your plugin tests using the latest target platform version:
> {code}
> mvn clean verify -Dtpc.version=4.42.0.Beta1-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for OpenShift task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19147) HTML5 Palette: Most Popular/Last Used palette group model instances need to be synchronized.
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19147?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19147:
-----------------------------------
Fix Version/s: 4.3.0.Alpha1
> HTML5 Palette: Most Popular/Last Used palette group model instances need to be synchronized.
> --------------------------------------------------------------------------------------------
>
> Key: JBIDE-19147
> URL: https://issues.jboss.org/browse/JBIDE-19147
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Fix For: 4.3.0.Alpha1
>
>
> Now information for Most Popular/Last Used Palette group stored as project properties. But palette models for different files from the same project are separate. They need to be synchronized.
> Test case:
> EXECUTE:
> 1. Create project test, create files a.html and b.html in the project
> 2. Open both files in Visual Page Editor
> 3. Insert few items from HTML5 Palette to the editor for a.html
> ASSERT:
> Most Popular/Last Used palette group shows items inserted in a.html page
> EXECUTE:
> 1. Switch on b.html editor
> ASSERT:
> Most Popular/Last Used palette group shows items inserted in a.html page
> FAIL: Most Popular/Last Used palette group is empty
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18900) CordovaSim: Can't run default FeedHenry app locally
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18900?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18900:
-----------------------------------
Fix Version/s: 4.2.3.Beta1
> CordovaSim: Can't run default FeedHenry app locally
> ---------------------------------------------------
>
> Key: JBIDE-18900
> URL: https://issues.jboss.org/browse/JBIDE-18900
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim
> Affects Versions: 4.2.1.Final
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.2.3.Beta1, 4.3.0.Alpha1
>
> Attachments: configuration.png, cordovasimFH.png, FHshortcuts.png, hello_tom.png, newLaunch.png, preferences.png, ToolsProject-Cloud-App.zip, ToolsProject-Cordova-App.zip
>
>
> Basically, the situation is the following:
> 1. *ToolsProject-Cordova-App.zip* - is a basic FH hybrid app (all the app does is saying Hello + 'username' from the input field )
> 2. To run this app one simply needs to unpack the archive and import it as a cordova project to the studio
> 3. The application will work with a *remote* server like a charm !hello_tom.png|thumbnail!
> 4. However, there is an option to use *local* server instead of *remote* one
> 5. *ToolsProject-Cloud-App.zip* - is a app for running local server via grunt task runner
> 6. In order to run local server one needs:
> - unpack the app
> - run *npm install .*
> - run *grunt serve*
> Need to find the way to made CordovaSim use this *local* server
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19132) For JBIDE 4.2.3.Beta1: Prepare for JBT 4.2.3 / JBDS 8.1.0 [OpenShift]
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19132?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-19132:
----------------------------------------
Assignee: Nick Boldt (was: Andre Dietisheim)
> For JBIDE 4.2.3.Beta1: Prepare for JBT 4.2.3 / JBDS 8.1.0 [OpenShift]
> ---------------------------------------------------------------------
>
> Key: JBIDE-19132
> URL: https://issues.jboss.org/browse/JBIDE-19132
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: openshift
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: task
> Fix For: 4.2.3.Beta1
>
>
> For JBIDE 4.2.3.Beta1 [OpenShift]: Please perform the following tasks:
> 1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.1 to 1.0.2 or from 1.0.2 to 1.0.3.
> Please also ensure that the version of your plugins in the master (4.3.x) branch is a LARGER version, to prevent a user from accidentally updating from your Mars version to your Luna version. For example, org.jboss.tools.stacks.core cannot be version 1.1.1 in JBDS 8.0.2, and 1.1.0 in JBDS 9.
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.22.0:set-version -DnewVersion=4.3.0-SNAPSHOT
> {code}
> 2. In the *{color:blue}jbosstools-4.2.x{color}* branch, update your root pom to use parent pom version *{color:blue}4.2.3.Beta1-SNAPSHOT{color}*
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.2.3.Beta1-SNAPSHOT</version>
> </parent>
> {code}
> 3. Ensure you've built & run your plugin tests using the latest target platform version:
> {code}
> mvn clean verify -Dtpc.version=4.42.0.Beta1-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for OpenShift task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19147) HTML5 Palette: Most Popular/Last Used palette group model instances need to be synchronized.
by Daniel Azarov (JIRA)
Daniel Azarov created JBIDE-19147:
-------------------------------------
Summary: HTML5 Palette: Most Popular/Last Used palette group model instances need to be synchronized.
Key: JBIDE-19147
URL: https://issues.jboss.org/browse/JBIDE-19147
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Now information for Most Popular/Last Used Palette group stored as project properties. But palette models for different files from the same project are separate. They need to be synchronized.
Test case:
EXECUTE:
1. Create project test, create files a.html and b.html in the project
2. Open both files in Visual Page Editor
3. Insert few items from HTML5 Palette to the editor for a.html
ASSERT:
Most Popular/Last Used palette group shows items inserted in a.html page
EXECUTE:
1. Switch on b.html editor
ASSERT:
Most Popular/Last Used palette group shows items inserted in a.html page
FAIL: Most Popular/Last Used palette group is empty
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months