[JBoss JIRA] (JBIDE-16134) CordovaSim should start the livereload server
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16134?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov resolved JBIDE-16134.
--------------------------------------------
Fix Version/s: 4.2.0.Alpha2
(was: 4.2.0.Beta1)
Resolution: Done
> CordovaSim should start the livereload server
> ---------------------------------------------
>
> Key: JBIDE-16134
> URL: https://issues.jboss.org/browse/JBIDE-16134
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.1.1.CR1
> Reporter: Gorkem Ercan
> Assignee: Konstantin Marmalyukov
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Alpha2
>
>
> CordovaSim should configure and start the livereload server when the livereload is enabled.
> If starting the server from CordovaSim menu is a big problem, alternately, the server can always be configured and started before a CordovaSim launch.
--
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, 1 month
[JBoss JIRA] (JBIDE-16390) CordovaSim: need to implement multiple version support
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16390?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-16390:
-------------------------------------
{quote}
1. Create Hybrid Mobile Project and download 3.1.0 and 3.2.0 Cordova engines
2. Select 3.1.0. as Cordova engine for project
3. Add device feature
4. Add this line to index.js deviceready: function()
alert("Cordova version: " + device.cordova);
5. Run project with CordovaSim
ASSERT: 3.1.0 version is displayed in CordovaSim
6. Change project Cordova engine version to 3.2.0
ERROR: 3.1.0 version is displayed in CordovaSim
{quote}
I have checked the ^ scenario from JBIDE-16584. Everything works like a charm
> CordovaSim: need to implement multiple version support
> ------------------------------------------------------
>
> Key: JBIDE-16390
> URL: https://issues.jboss.org/browse/JBIDE-16390
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta1
>
> Attachments: multiple-version-support.png
>
>
> Cordovasim should get the version info from HMT (hybrid mobile tools) and handle it in an appropriate way
--
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, 1 month
[JBoss JIRA] (JBIDE-16688) Many log messages in eclipse output
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-16688:
---------------------------------------
Summary: Many log messages in eclipse output
Key: JBIDE-16688
URL: https://issues.jboss.org/browse/JBIDE-16688
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta1
Reporter: Lucia Jelinkova
Fix For: 4.2.0.Beta1
When I run eclipse with installed beta1 JBT plugins from terminal, I can see many log messages like this:
Adding system Mapping for server=org.jboss.ide.eclipse.as.eap.50,profile=local,system=browseBehavior,subsystem=browseBehavior.local
RuntimeType[org.jboss.ide.eclipse.as.runtime.60, JBoss 6.x Runtime]
I assume they are just debugging messages and could be removed.
--
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, 1 month
[JBoss JIRA] (JBIDE-16688) Many log messages in eclipse output
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16688?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova updated JBIDE-16688:
------------------------------------
Assignee: Rob Stryker
> Many log messages in eclipse output
> -----------------------------------
>
> Key: JBIDE-16688
> URL: https://issues.jboss.org/browse/JBIDE-16688
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Lucia Jelinkova
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta1
>
>
> When I run eclipse with installed beta1 JBT plugins from terminal, I can see many log messages like this:
> Adding system Mapping for server=org.jboss.ide.eclipse.as.eap.50,profile=local,system=browseBehavior,subsystem=browseBehavior.local
> RuntimeType[org.jboss.ide.eclipse.as.runtime.60, JBoss 6.x Runtime]
> I assume they are just debugging messages and could be removed.
--
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, 1 month
[JBoss JIRA] (JBIDE-16584) Cordova engine version change is not reflected in running CordovaSim
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16584?page=com.atlassian.jira.plugi... ]
Ilya Buziuk resolved JBIDE-16584.
---------------------------------
Resolution: Rejected
> Cordova engine version change is not reflected in running CordovaSim
> --------------------------------------------------------------------
>
> Key: JBIDE-16584
> URL: https://issues.jboss.org/browse/JBIDE-16584
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim
> Affects Versions: 4.2.0.Alpha2
> Environment: JBT 4.2.0.Alpha2-v20140212-1651-B82
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> 1. Create Hybrid Mobile Project and download 3.1.0 and 3.2.0 Cordova engines
> 2. Select 3.1.0. as Cordova engine for project
> 3. Add device feature
> 4. Add this line to index.js deviceready: function()
> alert("Cordova version: " + device.cordova);
> 5. Run project with CordovaSim
> ASSERT: 3.1.0 version is displayed in CordovaSim
> 6. Change project Cordova engine version to 3.2.0
> ERROR: 3.1.0 version is displayed in CordovaSim
--
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, 1 month
[JBoss JIRA] (JBIDE-16584) Cordova engine version change is not reflected in running CordovaSim
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16584?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-16584:
-------------------------------------
[~vpakan], [~akazakov] This is expected behavior, cause now CordovaSim has hard-coded engine (cordova-3.1.0.js). However I have already sent PR for the multiple version support issue - JBIDE-16390, which will automatically fix that engine version problem - https://vimeo.com/88048459. So, I do believe it's not a bug
> Cordova engine version change is not reflected in running CordovaSim
> --------------------------------------------------------------------
>
> Key: JBIDE-16584
> URL: https://issues.jboss.org/browse/JBIDE-16584
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim
> Affects Versions: 4.2.0.Alpha2
> Environment: JBT 4.2.0.Alpha2-v20140212-1651-B82
> Reporter: Vlado Pakan
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Beta1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> 1. Create Hybrid Mobile Project and download 3.1.0 and 3.2.0 Cordova engines
> 2. Select 3.1.0. as Cordova engine for project
> 3. Add device feature
> 4. Add this line to index.js deviceready: function()
> alert("Cordova version: " + device.cordova);
> 5. Run project with CordovaSim
> ASSERT: 3.1.0 version is displayed in CordovaSim
> 6. Change project Cordova engine version to 3.2.0
> ERROR: 3.1.0 version is displayed in CordovaSim
--
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, 1 month