[JBoss JIRA] (JBIDE-14654) org.jboss.tools.openshift.egit.test: remove forked MockSytemReader
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14654?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14654 at 5/31/13 11:50 AM:
--------------------------------------------------------------------
re-added forked MockedSystemReader, built...
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.all ..................................... SUCCESS [0.414s]
[INFO] openshift.plugins ................................. SUCCESS [0.006s]
[INFO] org.jboss.tools.openshift.egit.core ............... SUCCESS [2.198s]
[INFO] org.jboss.tools.openshift.egit.ui ................. SUCCESS [0.445s]
[INFO] org.jboss.tools.openshift.express.client .......... SUCCESS [0.183s]
[INFO] org.jboss.tools.openshift.express.ui .............. SUCCESS [4.704s]
[INFO] openshift.tests ................................... SUCCESS [0.008s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [27.272s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [37.515s]
[INFO] openshift.features ................................ SUCCESS [0.007s]
[INFO] org.jboss.tools.openshift.egit.integration.feature SUCCESS [0.228s]
[INFO] org.jboss.tools.openshift.express.feature ......... SUCCESS [0.251s]
[INFO] org.jboss.tools.openshift.egit.integration.test.feature SUCCESS [0.112s]
[INFO] org.jboss.tools.openshift.express.test.feature .... SUCCESS [0.141s]
[INFO] openshift.site .................................... SUCCESS [7.603s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:55.416s
[INFO] Finished at: Fri May 31 17:42:41 CEST 2013
[INFO] Final Memory: 69M/737M
[INFO] ------------------------------------------------------------------------
{code}
...and pushed upstream.
was (Author: adietish):
re-added forked MockedSystemReader and pushed upstream.
> org.jboss.tools.openshift.egit.test: remove forked MockSytemReader
> ------------------------------------------------------------------
>
> Key: JBIDE-14654
> URL: https://issues.jboss.org/browse/JBIDE-14654
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.1.0.Beta2
>
>
> When testing egits operations (commit, push, etc.) we're using a MockSystemReader we forked from jgit.
> The MockSystemReader in jgit is now perfectly suitable for us, we should kill our fork and switch to the one provided in jgit.
--
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
11 years, 6 months
[JBoss JIRA] (JBIDE-14717) Add tooltip capabilities to field editors
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-14717:
---------------------------------------------
Summary: Add tooltip capabilities to field editors
Key: JBIDE-14717
URL: https://issues.jboss.org/browse/JBIDE-14717
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: common/jst/core
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.1.0.Beta2
Add methods creating field editors with descriptions rendered as tooltips to IFieldEditorFactory.
--
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
11 years, 6 months
[JBoss JIRA] (JBIDE-14126) Weinre Inspector is showing no data within Elements tab
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14126?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-14126:
-------------------------------------
Konstantin you are probably right I forgot to click on Target link. It's working with JBDS 7.0.0.Beta1b. So points 10., 11. can be ignored
> Weinre Inspector is showing no data within Elements tab
> -------------------------------------------------------
>
> Key: JBIDE-14126
> URL: https://issues.jboss.org/browse/JBIDE-14126
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.1.0.Alpha2
> Environment: Fedora 17 64bit, KDE, jbdevstudio-product-eap-universal-7.0.0.Alpha2-v20130421-0725-B198, Java Sun JDK 1.6.0_32
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Beta2
>
> Attachments: localamazon.png, localbrowsersimhtml5.png, localhtml5.png, phonegapamazon.png
>
>
> 1. Open www.amazon.com page in Browsersim
> 2. Run Weinre Inspector via Browsersim context menu "Weinre"
> ERROR: No elements shown on Elements tab
> Client is connected:
> !phonegapamazon.png!
> 3. Run Weinre server locally.
> 4. Set Browsersim to use local Weinre server
> 5. Run Weinre Inspector as in step 2.
> ERROR: No elements shown on Elements tab
> Client is connected:
> !localamazon.png!
> 6. Create HTML5 project from JBoss Central
> 7. Insert script tag allowing debugging via local Weinre server to index.html
> 8. Run HTML5 project on Server
> 9. Open HTML5 index.html in system borwser
> ASSERT: Weinre debugging works
> !localhtml5.png!
> ERROR: Weinre debugging is not working from JBDS internal browser
> 10. Open index.html of HTML5 project in Browsersim
> 11. Open Weinre debug link in Browser
> ERROR: No elements shown on Elements tab
> Client is connected:
> !localbrowsersimhtml5.png!
--
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
11 years, 6 months
[JBoss JIRA] (JBIDE-14654) org.jboss.tools.openshift.egit.test: remove forked MockSytemReader
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14654?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-14654 at 5/31/13 11:33 AM:
--------------------------------------------------------------------
reopening since this commit broke our build: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBo...
org.eclipse.jgit.junit is apparently not present in the egit/jgit update sites but in staging sites only. Since I only use a single class of org.eclipse.jgit.junit I'll get back to the forked version.
was (Author: adietish):
reopening since this commit broke our build. org.eclipse.jgit.junit is apparently not present in the egit/jgit update sites but in staging sites only. Since I only use a single class of org.eclipse.jgit.junit I'll get back to the forked version.
> org.jboss.tools.openshift.egit.test: remove forked MockSytemReader
> ------------------------------------------------------------------
>
> Key: JBIDE-14654
> URL: https://issues.jboss.org/browse/JBIDE-14654
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.1.0.Beta1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Fix For: 4.1.0.Beta2
>
>
> When testing egits operations (commit, push, etc.) we're using a MockSystemReader we forked from jgit.
> The MockSystemReader in jgit is now perfectly suitable for us, we should kill our fork and switch to the one provided in jgit.
--
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
11 years, 6 months