[JBoss JIRA] (JBIDE-15904) Test Cordova combinations
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15904?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-15904:
----------------------------------------
Component/s: aerogear-hybrid
> Test Cordova combinations
> -------------------------
>
> Key: JBIDE-15904
> URL: https://issues.jboss.org/browse/JBIDE-15904
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Max Rydahl Andersen
> Assignee: Vlado Pakan
> Priority: Blocker
> Fix For: 4.1.1.CR1
>
>
> Use this jira to collect results from testing:
> 1)
> Run On Android Emulator. On windows, Linux and Mac (in that prio order).
>
> Run On Android Device: On windows, Linux and Mac (in that prio order)
>
> The more SDK version we cover the better with the above two. I do not think
> we can cover all so we should start with latest and make our way down.
>
> 2)
> Changes on the Run configurations for Run on Android...
>
> 3)
> Install Cordova Plugin:
>
> Offline, windows, Linux, Mac
>
> 4)
> Share project via git. Import existing project.
>
> 5)
> Export native platform project
>
> 6)
> Export Mobile Application
> windows, linux, mac
--
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, 7 months
[JBoss JIRA] (JBIDE-13725) Keep HTML5 jQuery Mobile Page Template up to date
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13725?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13725:
-----------------------------------
Fix Version/s: 4.2.x
(was: 4.1.x)
> Keep HTML5 jQuery Mobile Page Template up to date
> -------------------------------------------------
>
> Key: JBIDE-13725
> URL: https://issues.jboss.org/browse/JBIDE-13725
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Labels: new_and_noteworthy
> Fix For: 4.2.x
>
>
> Current jQuery Mobile js/css which is used by HTML5 jQuery Mobile Page Template is 1.3.0 (+ jQuery 1.9.1). We have to make sure that the final version of JBT 4.1.0 will have the latest jQuery Mobile links in this template.
> So far it's JQM 1.3.0 but it may change by the time of GA release.
--
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, 7 months
[JBoss JIRA] (JBIDE-15964) For JBIDE 4.1.1.CR1: Code Freeze + Branch [Freemarker]
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-15964:
----------------------------------
Summary: For JBIDE 4.1.1.CR1: Code Freeze + Branch [Freemarker]
Key: JBIDE-15964
URL: https://issues.jboss.org/browse/JBIDE-15964
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: freemarker
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.1.1.CR1 [Freemarker]: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.1.1.CR1
1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
*NOTE:* If you already did this for the previous milestone you do *not* need to do so again.
{code}
mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:0.17.0:set-version -DnewVersion=1.0.1-SNAPSHOT
{code}
2. Update your root pom to use parent pom version 4.1.1.CR1-SNAPSHOT;
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.1.CR1-SNAPSHOT</version>
</parent>
{code}
3. Ensure you've built & run your plugin tests using the latest target platform versions;
{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2-SNAPSHOT # (if still being staged)
{code}
or{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2 # (if released)
{code}
4. Branch from your existing jbosstools-4.1.x branch into a new *jbosstools-4.1.1.x* (not CR1x) branch;
{code}
git checkout jbosstools-4.1.x
git pull origin jbosstools-4.1.x
git checkout -b jbosstools-4.1.1.x
git push origin jbosstools-4.1.1.x
{code}
5. Close (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 Freemarker task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
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, 7 months
[JBoss JIRA] (JBIDE-15960) For JBIDE 4.1.1.CR1: Code Freeze + Branch [Webservices]
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-15960:
----------------------------------
Summary: For JBIDE 4.1.1.CR1: Code Freeze + Branch [Webservices]
Key: JBIDE-15960
URL: https://issues.jboss.org/browse/JBIDE-15960
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: webservices
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.1.1.CR1 [Webservices]: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.1.1.CR1
1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
*NOTE:* If you already did this for the previous milestone you do *not* need to do so again.
{code}
mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:0.17.0:set-version -DnewVersion=1.0.1-SNAPSHOT
{code}
2. Update your root pom to use parent pom version 4.1.1.CR1-SNAPSHOT;
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.1.CR1-SNAPSHOT</version>
</parent>
{code}
3. Ensure you've built & run your plugin tests using the latest target platform versions;
{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2-SNAPSHOT # (if still being staged)
{code}
or{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2 # (if released)
{code}
4. Branch from your existing jbosstools-4.1.x branch into a new *jbosstools-4.1.1.x* (not CR1x) branch;
{code}
git checkout jbosstools-4.1.x
git pull origin jbosstools-4.1.x
git checkout -b jbosstools-4.1.1.x
git push origin jbosstools-4.1.1.x
{code}
5. Close (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 Webservices task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
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, 7 months
[JBoss JIRA] (JBIDE-15961) For JBIDE 4.1.1.CR1: Code Freeze + Branch [Arquillian]
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-15961:
----------------------------------
Summary: For JBIDE 4.1.1.CR1: Code Freeze + Branch [Arquillian]
Key: JBIDE-15961
URL: https://issues.jboss.org/browse/JBIDE-15961
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: testing-tools
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.1.1.CR1 [Arquillian]: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.1.1.CR1
1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
*NOTE:* If you already did this for the previous milestone you do *not* need to do so again.
{code}
mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:0.17.0:set-version -DnewVersion=1.0.1-SNAPSHOT
{code}
2. Update your root pom to use parent pom version 4.1.1.CR1-SNAPSHOT;
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.1.CR1-SNAPSHOT</version>
</parent>
{code}
3. Ensure you've built & run your plugin tests using the latest target platform versions;
{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2-SNAPSHOT # (if still being staged)
{code}
or{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2 # (if released)
{code}
4. Branch from your existing jbosstools-4.1.x branch into a new *jbosstools-4.1.1.x* (not CR1x) branch;
{code}
git checkout jbosstools-4.1.x
git pull origin jbosstools-4.1.x
git checkout -b jbosstools-4.1.1.x
git push origin jbosstools-4.1.1.x
{code}
5. Close (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 Arquillian task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
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, 7 months
[JBoss JIRA] (JBIDE-15965) For JBIDE 4.1.1.CR1: Code Freeze + Branch [LiveReload]
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-15965:
----------------------------------
Summary: For JBIDE 4.1.1.CR1: Code Freeze + Branch [LiveReload]
Key: JBIDE-15965
URL: https://issues.jboss.org/browse/JBIDE-15965
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: livereload
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.1.1.CR1 [LiveReload]: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.1.1.CR1
1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
*NOTE:* If you already did this for the previous milestone you do *not* need to do so again.
{code}
mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:0.17.0:set-version -DnewVersion=1.0.1-SNAPSHOT
{code}
2. Update your root pom to use parent pom version 4.1.1.CR1-SNAPSHOT;
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.1.CR1-SNAPSHOT</version>
</parent>
{code}
3. Ensure you've built & run your plugin tests using the latest target platform versions;
{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2-SNAPSHOT # (if still being staged)
{code}
or{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2 # (if released)
{code}
4. Branch from your existing jbosstools-4.1.x branch into a new *jbosstools-4.1.1.x* (not CR1x) branch;
{code}
git checkout jbosstools-4.1.x
git pull origin jbosstools-4.1.x
git checkout -b jbosstools-4.1.1.x
git push origin jbosstools-4.1.1.x
{code}
5. Close (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 LiveReload task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
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, 7 months
[JBoss JIRA] (JBIDE-15963) For JBIDE 4.1.1.CR1: Code Freeze + Branch [Portlet]
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-15963:
----------------------------------
Summary: For JBIDE 4.1.1.CR1: Code Freeze + Branch [Portlet]
Key: JBIDE-15963
URL: https://issues.jboss.org/browse/JBIDE-15963
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: portal-gatein
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.1.1.CR1 [Portlet]: Please perform the following tasks:
0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.1.1.CR1
1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
*NOTE:* If you already did this for the previous milestone you do *not* need to do so again.
{code}
mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:0.17.0:set-version -DnewVersion=1.0.1-SNAPSHOT
{code}
2. Update your root pom to use parent pom version 4.1.1.CR1-SNAPSHOT;
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.1.CR1-SNAPSHOT</version>
</parent>
{code}
3. Ensure you've built & run your plugin tests using the latest target platform versions;
{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2-SNAPSHOT # (if still being staged)
{code}
or{code}
mvn clean verify -Dtpc.version=4.31.0.Final
mvn clean verify -Dtpc.version=4.31.1.Alpha2 # (if released)
{code}
4. Branch from your existing jbosstools-4.1.x branch into a new *jbosstools-4.1.1.x* (not CR1x) branch;
{code}
git checkout jbosstools-4.1.x
git pull origin jbosstools-4.1.x
git checkout -b jbosstools-4.1.1.x
git push origin jbosstools-4.1.1.x
{code}
5. Close (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 Portlet task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
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, 7 months