Menu

#876 Project Resources Not Transferred When Starting Session Through HTML-GUI

OTHER
closed-rejected
nobody
IntelliJ (27)
5
2018-03-22
2016-09-21
No

Description

At the moment it is not possible to establish a working session through the HTML-GUI, because no project resources can be transferred.

Reproduction

  • Connect to XMPP server
  • In the HTML-GUI, click Start Session
  • (An error message appears)
  • When choosing a project to share, the list is empty

Expected Behaviour

Session creation should work reliably through the HTML-GUI if the user is connected to the XMPP server and at least one of his contacts is online.

Remarks

There already is a patch fixing that the session wizard is not popping up.
With this patch applied, the session creation succeeds, but no project resources are transferred, because when trying to choose a project for sharing, the available projects are not listed in the wizard.

In IntelliJ, this is due to de.fu_berlin.inf.dpp.intellij.project.filesystem.IntelliJWorkspaceRootImpl#getProjects not being implemented.

In Eclipse, this is not yet investigated.

Attached is a file which documents the various tests to the HTML-GUI that have already been executed.

1 Attachments

Discussion

  • Alexander Jakobi

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -24,3 +24,5 @@
     In IntelliJ, this is due to de.fu_berlin.inf.dpp.intellij.project.filesystem.IntelliJWorkspaceRootImpl#getProjects not being implemented.
    
     In Eclipse, this is not yet investigated.
    +
    +Attached is a file which documents the various tests to the HTML-GUI that have already been executed.
    
    • Attachments has changed:

    Diff:

    --- old
    +++ new
    @@ -0,0 +1 @@
    +testhtmlgui.pdf (34.4 kB; application/pdf)
    
     
  • Matthias Bohnstedt

    because when trying to choose a project for sharing, the available projects are not listed in the wizard.

    This statment is based on the version of the mentiond patch aec38fa? The showed resources should be the same as in the standard GUI of Saros/E as they use the same mechanism from the core. What exactly isn't listed, is the Wizard File list empty? I will investigate this tomorrow.

     

    Last edit: Matthias Bohnstedt 2016-09-22
  • Franz Zieris

    Franz Zieris - 2016-09-23
    • labels: --> IntelliJ
     
  • Franz Zieris

    Franz Zieris - 2016-09-23
    • labels: IntelliJ --> Intellij
     
  • Matthias Bohnstedt

    Regarding the attachment:

    • Point 4: This part is not yet implement (for example there is no accept invite wizard for the HTML GUI). Session informations are not transmitted to the frontend at the moment. Something like a "SessionInformationModel/Renderer" would be needed (or the information could be included into the State model). This is partly done in http://saros-build.imp.fu-berlin.de/gerrit/#/c/3019/.
    • Point 5: Patch for a fix would be: http://saros-build.imp.fu-berlin.de/gerrit/#/c/3125/
    • Point 7: With which commit did you made this test? I can't reproduce it. In all my testing I always had a list of files to choose showed up in Saros/E with the HTML UI.
     

    Last edit: Matthias Bohnstedt 2016-09-23
  • Stefan Rossbach

    Stefan Rossbach - 2016-09-27

    As Matthias already pointed out, this feature is NOT even finished yet.

     
  • Stefan Rossbach

    Stefan Rossbach - 2016-09-27
    • status: open --> closed-rejected
     
  • tobous

    tobous - 2018-03-22
    • Labels: Intellij --> Intellij, IntelliJ
     
  • tobous

    tobous - 2018-03-22
    • labels: Intellij, IntelliJ --> IntelliJ
     

Log in to post a comment.