NOTICE: This channel is no longer actively logged.
[01:07:40] *** fsteeg_ has joined #eclipse-e4[01:10:00] *** fsteeg has quit IRC[01:10:19] *** fsteeg_ has quit IRC[07:38:49] *** hendrikstill has joined #eclipse-e4[08:00:33] *** hendrikstill has quit IRC[08:17:58] *** user258467 has joined #eclipse-e4[08:23:52] *** hendrikstill has joined #eclipse-e4[08:55:58] *** tomschindl has joined #eclipse-e4[09:02:19] *** tomschindl has quit IRC[09:02:40] *** tomschindl has joined #eclipse-e4[09:04:08] *** fsteeg_ has joined #eclipse-e4[09:54:15] *** drolka has joined #eclipse-e4[10:09:16] *** tomschindl has quit IRC[10:21:59] *** tomschindl has joined #eclipse-e4[10:51:58] *** tomschindl has quit IRC[10:53:27] *** tomschindl has joined #eclipse-e4[11:22:37] *** tomschindl has quit IRC[11:39:39] *** tomschindl has joined #eclipse-e4[12:02:29] *** tomschindl has quit IRC[12:02:53] *** drolka has quit IRC[12:15:25] *** drolka has joined #eclipse-e4[12:23:56] *** tomschindl has joined #eclipse-e4[12:25:42] *** tomschindl has quit IRC[12:50:34] *** tomschindl has joined #eclipse-e4[13:00:16] *** paulweb515 has quit IRC[13:06:54] *** tomschindl has quit IRC[13:34:16] *** tomschindl has joined #eclipse-e4[13:38:08] *** tomschindl has quit IRC[13:40:57] *** tomschindl has joined #eclipse-e4[13:51:57] *** fsteeg_ has quit IRC[13:52:15] *** fsteeg has joined #eclipse-e4[14:18:58] *** yarthorn has joined #eclipse-e4[14:19:28] *** vogella has joined #eclipse-e4[14:23:22] <vogella> Anyone knows how I can measure the startup time of a runtime IDE including the splash screen handling? I found UIStartTest but this does not include the splashscreen.[14:27:07] *** tomschindl has quit IRC[14:28:14] <drolka> vogella: You can add proper logging and next calculate the difference between two log items[14:35:00] *** szymonp has joined #eclipse-e4[14:37:09] *** tomschindl has joined #eclipse-e4[14:37:46] *** szymonp has quit IRC[14:39:07] *** pelder has joined #eclipse-e4[14:40:27] <vogella> drolka, thanks. Any pointer how I can activate this property?[14:40:50] *** tomschindl has quit IRC[14:41:02] <vogella> drolka, ah got it, I assume you mean, I can add a log statement myself?[14:41:16] <drolka> vogella: yes[14:43:55] <drolka> vogella: first entry I would log in the E4Application.start method and the second one somewhere in the handler of the UIEvents.UILifeCycle.APP_STARTUP_COMPLETE event[14:46:03] <vogella> drolka, thanks. I try that.[14:46:26] <drolka> vogella: np[14:54:20] *** emoffatt has joined #eclipse-e4[15:00:12] *** hendrikstill has quit IRC[15:03:14] <vogella> drolka, another way seems to set the tracing property for org.eclipse.core.runtime "perf" in the launch configuration.[15:12:02] *** paulweb515 has joined #eclipse-e4[15:17:43] *** paulweb515 has quit IRC[15:19:17] *** paulweb515 has joined #eclipse-e4[15:22:18] <drolka> vogella: thanks, good to know[15:29:19] *** hendrikstill has joined #eclipse-e4[15:42:39] *** ircbog has joined #eclipse-e4[15:42:42] *** tomschindl has joined #eclipse-e4[15:42:47] *** ircbog has left #eclipse-e4[16:13:31] *** fsteeg has quit IRC[16:39:54] *** fsteeg has joined #eclipse-e4[17:02:11] *** yarthorn_ has joined #eclipse-e4[17:04:15] *** yarthorn has quit IRC[17:04:21] *** yarthorn_ is now known as yarthorn[17:16:25] *** tomschindl has quit IRC[17:18:15] *** vogella has quit IRC[17:30:51] *** yarthorn has quit IRC[17:58:08] *** user258467 has quit IRC[18:00:10] *** drolka has left #eclipse-e4[18:43:30] *** hendrikstill has quit IRC[18:44:32] *** hendrikstill has joined #eclipse-e4[18:51:24] <lemmy> Do we build e4tools for kepler off of master?[18:53:01] <paulweb515> lemmy: yes, there's only one e4 build[18:53:20] <paulweb515> lemmy: the goal was to cut to the "next" level some time this week[18:54:48] <lemmy> paulweb515: https://git.eclipse.org/r/19207 IMO introduces an incompatibility on Kepler[18:56:01] <paulweb515> lemmy: we need ping Lars on the bug. If it makes the tools incompatible, then the best thing would be for Lars to revert the commit and then re-apply it next week after we take a snapshot build[18:57:36] <lemmy> paulweb515: ok[18:57:55] <lemmy> I'm building master right now and will install into kepler[18:59:25] <lemmy> Btw. the more and more I think about ~421376 I wonder if a UI thread specific solution should rather be generalized into a pre-injection hook/callback.[18:59:26] <Arbalest> Bug 421376 - http://bugs.eclipse.org/421376 - Platform / UI / 4.4 - All / All - NEW / / enhancement / - Assignee: platform-ui-triaged - [DI] Add @UIInject annotation to mark method only to be called inside the UI thread[19:03:36] *** yarthorn has joined #eclipse-e4[19:11:58] <lemmy> paulweb515: I guess we are fine as we apparently add dependencies to the product already that do not resolve on Kepler.[19:12:19] <lemmy> E.g. org.w3c.dom.events[19:24:52] <paulweb515> lemmy: is that the kind of dep that we can revert temporarily[19:24:56] <paulweb515> ?[19:25:13] <paulweb515> lemmy: Do you have a bug where that was added?[19:28:27] <lemmy> ~419697[19:28:28] <Arbalest> Bug 419697 - http://bugs.eclipse.org/419697 - Platform / UI / 4.4 - PC / Windows 8 - RESOLVED / FIXED / normal / - Assignee: daniel.rolka - Generated Eclipse 4 project does not work out of the box with Luna[19:36:47] <paulweb515> lemmy: oh, that's what added the w3c dependency?[19:37:23] <lemmy> Exactly, both org.w3c.dom.events & org.eclipse.osgi.compatibility.state[19:37:50] <paulweb515> lemmy: oh, Lars says it works fine in Kepler. I guess you mean that there's an error listed in the product file but it launches anyway?[19:38:54] <lemmy> Yes, trainees are usually confused when they generate code that has errors.[19:39:21] <lemmy> It's bad enough that we do this for fragments already.[19:42:01] *** bsd has joined #eclipse-e4[19:52:48] <lemmy> If Kepler branch will be forked off this week anyway, I would suggest to leave the commits that constitute 419697 out of the Kepler branch[19:52:50] *** bsd has quit IRC[19:56:25] <paulweb515> lemmy: we don't generally branch the e4 project. We just take an I build and promote it to a snapshot, then keep boing[19:56:27] <paulweb515> uh, going[20:52:31] *** bsd has joined #eclipse-e4[20:56:34] *** bsd has quit IRC[21:17:38] *** ircbog1 has joined #eclipse-e4[21:39:30] *** hendrikstill has quit IRC[22:01:40] *** ircbog1 has left #eclipse-e4[22:08:37] *** pelder has quit IRC[22:13:29] *** fsteeg_ has joined #eclipse-e4[22:13:31] *** paulweb515 has quit IRC[22:16:40] *** bsd has joined #eclipse-e4[22:20:44] *** fsteeg has quit IRC[22:20:47] *** fsteeg_ is now known as fsteeg[22:24:01] *** emoffatt has quit IRC[22:49:52] *** bsd has quit IRC[22:50:28] *** paulweb515 has joined #eclipse-e4[22:50:35] *** paulweb515 has joined #eclipse-e4[22:51:20] *** bsd has joined #eclipse-e4[22:52:06] *** bsd1 has joined #eclipse-e4[22:52:06] *** bsd has quit IRC[22:57:31] *** yarthorn has quit IRC[22:58:38] *** bsd1 has quit IRC[23:25:56] *** bsd has joined #eclipse-e4[23:30:49] *** bsd has quit IRC