Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-30 Thread Christian Cikryt
I pushed a commit [1] which seems to fix the problem. I am not really sure whether I use the Ampersand lib correctly. @Basti: Perhaps you could have a look at it. BTW 0: Saros master seems to broken in both IntelliJ and Eclipse. In the sense that the plugins won't even start. BTW 1: The debuggin

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-27 Thread Zieris, Franz
> @Franz what version of Eclipse/SWT do you use? Normally, it's Eclipse 3.7.2 (SWT is 3.7.2 as well). I just tried Eclipse 4.5.1 (with SWT 3.104.1) -- same result, no JavaScript is executed. Franz -- Site24x7 APM Insig

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-27 Thread Christian Cikryt
@Franz what version of Eclipse/SWT do you use? @Matthias Does the website load in IntelliJ on your system? And Nina also uses Eclipse 3.7? 2016-01-27 11:47 GMT+01:00 Zieris, Franz : > Hi there, > > > Concerning the white page under Win10+Eclipse > > I played around and narrowed down the problem:

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-27 Thread Zieris, Franz
Hi there, > Concerning the white page under Win10+Eclipse I played around and narrowed down the problem: Even all browsers do execute JavaScript, the browser instance embedded in the HTML view does *not*. I created a bug tracker entry and posted all the details there [1] This is quite bad, and

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-25 Thread Zieris, Franz
Hi Matthias, thank you for your detailed answer. I might try CYGWIN and see whether I can get more recent NodeJS to work. Concerning the white page under Win10+Eclipse: Matthias wrote: > I am certain that we already encounter this problem last summer, > and I think Basti changed a JS command (or

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-25 Thread Matthias Bohnstedt
Hi all! As promised my experiences: I used CYG bash on my Win 10 machine, but It also works with WindowsPowershell v1.0 after I installed GitHub Desktop -App, without any further ado. (I hit checkbox that NODE should be added to the Systempath while I installed it, so I didn’t need to adjust anyth

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-24 Thread Matthias Bohnstedt
I will do this tomorrow, while I am not sure what Stefan means by saying "Just implement it". If I could "just" implement it, I wouldn't provide a empty placeholder method on intellIJ side. (His quote is referring to the method "getProjects()"). Holger was fine with this solution, until we are cert

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-24 Thread Zieris, Franz
Hi there, *** the IntelliJ side *** I wrote: > Starting Saros/I works with the Swing GUI. When I switch to the HTML GUI > "-Dsaros.swtbrowser=true"), Saros/I does not even start. It crashes with the > stacktrace attached below. Christian wrote: > Summary: IntelliJ HTML *mechanism* working in the

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-23 Thread Matthias Bohnstedt
Hi Franz, I will answer in detail tomorrow, but regarding the error in IntelliJ: As Christian rightful mentioned, the UI crash is caused by a missing IWorkspaceRoot implementaion. There is already a fix: http://saros-build.imp.fu-erlin.de/gerrit/#/c/2981/. I need to include the feedback of Stefan

Re: [DPP-Devel] HTML GUI: Status Quo

2016-01-23 Thread Christian Cikryt
Hi Franz, Summary: IntelliJ HTML *mechanism* working in theory but pico container won't start for anyone. First of all, I can understand your frustration. Unfortunately, the IntelliJ HTML side is broken because there is currently no IWorkspaceRoot implementation for IntelliJ (probably because it

[DPP-Devel] HTML GUI: Status Quo

2016-01-22 Thread Zieris, Franz
Hi there, admittedly, I should have started this a bit sooner, but last week I finally managed to try out the HTML GUI in its current development status. I had some trouble with NPM, which I was able to circumvent; but in the end, I was not able to try out the HTML under Eclipse (see [1]). Toda