Re: [DPP-Devel] Integration testing

2014-09-17 Thread Christian Cikryt
Hallo, short introduction: I am going to write my master thesis in the saros project developing a test framework for the IntelliJ plugin and combining it with STF so that the same test cases can be used for both IDE plugins. Currently I am looking at different possibilities for testing the Intell

[DPP-Devel] Do we need real GUI tests?

2014-09-22 Thread Christian Cikryt
Hallo everyone, I am planning to develop a test framework for saros IntelliJ in my master thesis and integrate it with the existing STF so that the same tests can be used for both Eclipse and IntelliJ IDEA. For now, I will focus on complete system tests e.g. GUI tests. I guess my main question f

[DPP-Devel] Testing in Saros

2014-09-25 Thread Christian Cikryt
Hi, As I am new to Saros, I would like to ask you for your input on the following topics: 1. What additional tests/kind of tests are needed for Saros (from which would it benefit)? 2. Which areas are especially prone to bugs and not tested enough? 3. Which parts of the code are difficult to t

[DPP-Devel] Moving to Java 7 for a HTML-based GUI

2014-10-26 Thread Christian Cikryt
Hallo, I want to reopen the discussion about dropping support for java 1.6 for future versions of saros -- those including a new GUI. This affects only the JRE launching the IDE. My motivation behind this is that I would like to have the opportunity to use Java FX at least for displaying HTML pag

Re: [DPP-Devel] Moving to Java 7 for a HTML-based GUI

2014-10-26 Thread Christian Cikryt
2014-10-26 22:53 GMT+01:00 Zieris, Franz : > This is only a partial answer; there are two sentences that look odd to > me. > > > > > This affects only the JRE launching the IDE. > > I’m not sure I get that point: It sounds like a mitigation – but the > IDE-launching JRE is all that matters for t

[DPP-Devel] Results of the release test

2014-11-06 Thread Christian Cikryt
Hi everyone, we did the testing for the release 14.31.10 and these are the results: All the tests were successful except for bug #460 (see also [1]) *#460 Read-only participants can edit using keyboard shortcuts* Test report: * Basically it works. However, for pasting the result is not ideal. W

Re: [DPP-Devel] Saros for Intellij compilation error

2015-01-19 Thread Christian Cikryt
Hi Basti, The following information may also be useful to everyone who wants to have a closer look at the current development version of Saros IntelliJ. Since December a first version of the HTML UI is included in the IntelliJ part of the master branch. So you need SWT as library to compile the I

Re: [DPP-Devel] Saros for Intellij compilation error

2015-01-26 Thread Christian Cikryt
non-SWT). Maybe it would make > sense to hide the swt dependency behind an interface or in another > module, that does not have to be used when developing on the "normal" > intellij? > > Regards, > Holger > > Am 19.01.2015 um 17:14 schrieb Christian Cikryt: > >

Re: [DPP-Devel] Build failed in Jenkins: Saros #1360

2015-02-02 Thread Christian Cikryt
2015-02-02 16:31 GMT+01:00 Stefan Rossbach : > So the following happened: > > I amended Christians UI patch for making the UI plugin an OSGi module. > > http://saros-build.imp.fu-berlin.de/gerrit/#/c/2069/ > > As you can see in his original patch he already changed the build.xml file > using Ant4

Re: [DPP-Devel] Build failed in Jenkins: Saros #1360

2015-02-02 Thread Christian Cikryt
Hi Franz, hi Stefan, First of all I didn't *just* do anything. I invalidated Stefans argument against the inclusion of UI (STF job copies all artifacts) and took the responsibility of fixing the build which Stefan generously passed on (You are welcome by the way). As Stefan has not reclaimed respo

Re: [DPP-Devel] Saros UI Plugin - Bad Namespaces !!!

2015-02-10 Thread Christian Cikryt
Hallo Stefan, if I understand you correctly this happens only if you actively add the UI module as dependency on the master branch? If so, I feel no need to be alarmed. The naming collision will be removed in this commit [1] and was somewhat intentional if you look at your comment in [2]. Howeve

Re: [DPP-Devel] Saros UI Plugin - Bad Namespaces !!!

2015-02-10 Thread Christian Cikryt
annot do any development regarding UI plugin in the > current master. > > Maybe you should ask Matthias if this can be tolerated for the moment or > not :P > > > On 10.02.2015 20:51, Christian Cikryt wrote: > > Hallo Stefan, > > if I understand you correctly t

Re: [DPP-Devel] Add IDE specific tag for commit messages

2015-02-26 Thread Christian Cikryt
Hi *, I think that is a good idea. I would also add a tag for the HTML UI prototype, e.g. [HTML-UI]. I personally would prefer double tags like [INTERNAL][Eclipse], as they are more verbose and might be easier to read and to filter. But it does not really matter, we just have to agree on one vers

Re: [DPP-Devel] Add IDE specific tag for commit messages

2015-02-26 Thread Christian Cikryt
gt; tags would not be practical. > > > On 02/26/2015 04:32 PM, Christian Cikryt wrote: > >Hi *, > > I think that is a good idea. I would also add a tag for the HTML UI > prototype, e.g. [HTML-UI]. > > I personally would prefer double tags like [INTERNAL][Ecli

Re: [DPP-Devel] Add IDE specific tag for commit messages

2015-03-04 Thread Christian Cikryt
monday) and after that > I would change this on our project page accordingly. > > Answer: > + for I agree > - for I disagree (In this case a comment, or counter proposal would be > nice). > > BR, > Matthias > > 2015-02-26 18:29 GMT+01:00 Christian Cikryt : > &g

Re: [DPP-Devel] Add IDE specific tag for commit messages

2015-03-04 Thread Christian Cikryt
e.fu_berlin.inf.dpp.intellij > > > > So “-1” from my side. > > > > Franz > > > > *From:* Matthias Bohnstedt [mailto:matthias.bohnst...@gmail.com > ] > *Sent:* Monday, March 02, 2015 2:35 PM > *To:* Christian Cikryt > *Cc:* dpp-devel@lists.sourcef

[DPP-Devel] Documentation on HTML GUI and Git

2015-04-08 Thread Christian Cikryt
Dear Saros developers, I have written a few wiki pages concerning the development on the HTML GUI and the usage of Git. 1. If you want to integrate new features for the HTML GUI, [1] provides a good starting point. It highlights the classes you have to create or modify and explains some of the id

Re: [DPP-Devel] Refactor context building for Eclipse, IntelliJ and Server

2015-12-03 Thread Christian Cikryt
Good idea, do it :) 2015-12-02 22:42 GMT+01:00 David Sungaila : > Hello everyone, > > I’d like to propose a change to our initialization and destruction of Pico > containers. As you might know we have so called SarosContextFactories which > define the classes to be loaded. > > So far we have the

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

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-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] Saros for IntelliJ is broken

2016-02-04 Thread Christian Cikryt
2016-01-30 11:20 GMT+01:00 Christian Cikryt : > BTW 0: Saros master seems to broken in both IntelliJ and Eclipse. In the > sense that the plugins won't even start. So: Yes. 2016-02-04 11:07 GMT+01:00 David Sungaila : > Hello everyone, > > > > I just noticed that Sar