[JBoss JIRA] (JBIDE-17461) Black Screen on iOS simulator when rerun Cordova project
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17461?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-17461:
--------------------------------------
The way simulator is launched has changed with iOS (7). Running "killall launchd_sim" before launching actually solves the problem. I think we can consider making it part of our launch sequence, but that would cause connected debuggers to loose connection until they are restarted.
> Black Screen on iOS simulator when rerun Cordova project
> --------------------------------------------------------
>
> Key: JBIDE-17461
> URL: https://issues.jboss.org/browse/JBIDE-17461
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Reporter: Vlado Pakan
> Assignee: Gorkem Ercan
> Fix For: 4.2.0.CR1
>
>
> 1. Create and Run Hybrid Mobile project on iOS simulator
> ASSERT: App is properly displayed in iOS simulator
> 2. Run it again on iOS simulator
> ERROR: Only black screen is displayed in iOS simulator
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-16575) Tests for BrowserSim
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16575?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-16575:
---------------------------------------------
well why not fix those testsrun ?
if we run in eclipse we aren't actually testing the right thing are we ?
> Tests for BrowserSim
> --------------------
>
> Key: JBIDE-16575
> URL: https://issues.jboss.org/browse/JBIDE-16575
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: browsersim
> Reporter: Alexey Kazakov
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> We should create JUnit tests which will run BrowserSim on both Java platforms: with JavaFX and w/o it. Those tests should check if webkit BS can be run on both platforms and if JavaFX BS can be run on the platform with JavaFX.
> It's probably imposible to have such tests without special Jenkins settings.
> So [~nickboldt]'s help is needed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-16575) Tests for BrowserSim
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16575?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-16575:
------------------------------------------------
{quote}I dont think it makes any sense to try run browsersim in eclipse to run tests.{quote}
Agree, for simple tests it will be quite enough. But integration tests for browsersim now runs as part of VPE tests, so browsersim runs in Eclipse process.
> Tests for BrowserSim
> --------------------
>
> Key: JBIDE-16575
> URL: https://issues.jboss.org/browse/JBIDE-16575
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: browsersim
> Reporter: Alexey Kazakov
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> We should create JUnit tests which will run BrowserSim on both Java platforms: with JavaFX and w/o it. Those tests should check if webkit BS can be run on both platforms and if JavaFX BS can be run on the platform with JavaFX.
> It's probably imposible to have such tests without special Jenkins settings.
> So [~nickboldt]'s help is needed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-16575) Tests for BrowserSim
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16575?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-16575:
---------------------------------------------
I dont think it makes any sense to try run browsersim in eclipse to run tests.
why not run it via normal unit tests and launch the browsersim from there instead of requiring a full eclipse ?
> Tests for BrowserSim
> --------------------
>
> Key: JBIDE-16575
> URL: https://issues.jboss.org/browse/JBIDE-16575
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: browsersim
> Reporter: Alexey Kazakov
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.2.0.CR1
>
>
> We should create JUnit tests which will run BrowserSim on both Java platforms: with JavaFX and w/o it. Those tests should check if webkit BS can be run on both platforms and if JavaFX BS can be run on the platform with JavaFX.
> It's probably imposible to have such tests without special Jenkins settings.
> So [~nickboldt]'s help is needed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17990) Organize imports does not work for Maven dependencies
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17990?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-17990:
---------------------------------------------
[~hwellmann] please check the error log when finding issues like this. They should reveal a great deal about things that failed to load.
If you had "persistent container" it sounds like maven was not active at all and thus explain why organize imports doesnt work at all.
> Organize imports does not work for Maven dependencies
> -----------------------------------------------------
>
> Key: JBIDE-17990
> URL: https://issues.jboss.org/browse/JBIDE-17990
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Affects Versions: 4.2.0.Beta3
> Environment: Oracle JDK 1.8.0_05, Eclipse Luna
> Reporter: Harald Wellmann
> Assignee: Snjezana Peco
> Fix For: 4.2.0.CR1
>
>
> After upgrading from 4.2.0.Beta2 to Beta3 to test the fix for JBIDE-17724, Organize Imports is broken in my workspace. More precisely, I'm referring to the capability of finding the package a class lives in and generating the {{import}} directive with the FQCN.
> The corresponding Quick Fix is also broken.
> It only works for class names from sources in the workspace, it no longer works for class names from a Maven dependency in the local repository.
> This is even worse than JBIDE-17724, I'll have to revert to Beta2.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months