[00:00:18] *** kkhan has joined #jbosstools
[00:00:34] *** kkhan has quit IRC
[00:00:34] *** kkhan has joined #jbosstools
[00:01:50] <jbossbot> git [jbosstools-build-ci] push master 839b8e0.. nickboldt update examples to 4.41/SR1 level
[00:03:40] <jbossbot> git [jbosstools-build-ci] push master 7737118.. nickboldt update examples to 4.50.0.Alpha1/M3 level
[00:05:50] <jbossbot> git [jbosstools-build-ci] push 4.3.x ed7b9dd.. nickboldt update examples to 4.41/SR1 level
[00:05:50] <jbossbot> git [jbosstools-build-ci] push 4.3.x b42de10.. nickboldt update examples to 4.50.0.Alpha1/M3 level
[00:10:56] *** kkhan has quit IRC
[00:20:54] *** sflanigan has joined #jbosstools
[00:23:38] *** sflanigan has quit IRC
[00:29:27] *** koentsje has joined #jbosstools
[00:35:10] *** koentsje has quit IRC
[00:44:14] *** sflanigan has joined #jbosstools
[00:44:14] *** sflanigan has quit IRC
[00:44:14] *** sflanigan has joined #jbosstools
[01:00:33] *** kpeeples_ has quit IRC
[01:01:00] *** kpeeples_ has joined #jbosstools
[01:09:26] *** koentsje has joined #jbosstools
[01:52:30] *** mbenson is now known as mbenson_away
[02:07:31] *** fbricon has quit IRC
[02:26:12] *** mmurray__ has joined #jbosstools
[02:34:13] *** nickboldt2 has joined #jbosstools
[02:41:09] *** kpeeples_ has quit IRC
[02:41:32] *** kpeeples_ has joined #jbosstools
[02:44:05] *** nickboldt has quit IRC
[02:53:49] *** rbenevides has joined #jbosstools
[03:01:03] *** mmurray__ has quit IRC
[03:01:34] *** kpeeples_ has quit IRC
[03:02:00] *** kpeeples_ has joined #jbosstools
[03:07:28] *** mmurray__ has joined #jbosstools
[03:19:13] *** rbenevides has quit IRC
[03:26:42] *** fbricon has joined #jbosstools
[03:26:42] *** ChanServ sets mode: +o fbricon
[03:47:46] *** sflanigan is now known as sflanigan_afk
[04:00:32] *** fbricon has quit IRC
[04:03:41] *** sflanigan_afk is now known as sflanigan
[04:43:08] *** kpeeples_ has quit IRC
[04:43:34] *** kpeeples_ has joined #jbosstools
[05:09:12] *** fbricon has joined #jbosstools
[05:09:13] *** ChanServ sets mode: +o fbricon
[06:15:56] *** akazakov has joined #jbosstools
[06:39:51] *** fbricon has quit IRC
[06:40:40] *** lhein has joined #jbosstools
[06:40:40] *** lhein has joined #jbosstools
[06:53:47] *** nickboldt has joined #jbosstools
[06:53:47] *** ChanServ sets mode: +o nickboldt
[06:59:31] *** nickboldt1 has quit IRC
[07:03:36] *** nickboldt has quit IRC
[07:13:28] *** jpeterka has joined #jbosstools
[07:16:11] *** vpakan has joined #jbosstools
[07:17:54] *** lfryc has joined #jbosstools
[07:30:14] *** mmurray__ has quit IRC
[07:46:44] *** akazakov has quit IRC
[07:51:20] *** ttarrant has joined #jbosstools
[07:56:05] *** koentsje has joined #jbosstools
[07:58:22] *** kkhan has joined #jbosstools
[08:00:34] *** psrna has joined #jbosstools
[08:10:01] *** ch007m has joined #jbosstools
[08:17:26] *** ttarrant has quit IRC
[08:21:41] *** rawagner has joined #jbosstools
[08:23:49] *** WormDr1nk has quit IRC
[08:34:55] *** ppalaga has joined #jbosstools
[08:35:25] *** ch007m has quit IRC
[08:40:03] *** ehsavoie has joined #jbosstools
[08:44:12] *** rhopp has joined #jbosstools
[08:44:45] *** mbenson_away is now known as mbenson
[08:46:34] *** ch007m has joined #jbosstools
[08:52:47] *** xcoulon has joined #jbosstools
[08:52:47] *** ChanServ sets mode: +o xcoulon
[08:52:55] <xcoulon> good morning
[08:53:46] *** sflanigan has quit IRC
[08:56:31] *** WormDr1nk has joined #jbosstools
[09:08:01] <maxandersen> good morning xcoulon!
[09:08:08] <maxandersen> xcoulon: are you a hamcrest user ?
[09:08:17] <xcoulon> good morning, Max
[09:08:23] <xcoulon> hamcrest as in JUnit ?
[09:08:29] <xcoulon> yes, more or less
[09:08:44] <maxandersen> xcoulon: i haven't used them much but trying to now - but its like all the useful hamcrest matchers aren't in eclipse ;/
[09:08:47] <maxandersen> like isIn
[09:09:09] <maxandersen> string, isIn("max", "trying", "to", "hamcrest")
[09:09:25] <maxandersen> is there a osgi bundle my tests should depend on to get those ?
[09:09:29] <xcoulon> you mean, hamcrest as a bundle ?
[09:09:32] *** mmalina has joined #jbosstools
[09:09:33] *** mmalina has joined #jbosstools
[09:09:33] <xcoulon> let me see
[09:10:16] <maxandersen> xcoulon: im just trying to avoid having to write anyOf(equalTo("max"), equalTo("trying") ,…) which is super verbose
[09:10:41] <xcoulon> maxandersen: sure, and you're right
[09:11:16] <xcoulon> maxandersen: org.hamcrest.library;bundle-version="1.3.0" is in our TP
[09:11:35] <maxandersen> gah…missed that one.
[09:12:36] <xcoulon> maxandersen: mmh, but I haven't seen the isIn() matcher yet
[09:12:53] <maxandersen> its not in base eclipse TP bummer..that explains why I didn't see it.
[09:14:01] <xcoulon> maxandersen: ha, ok. That's weird, though. But I vaguely remember that at some point, JUnit started to include it. Not 100% sure, tbh
[09:14:13] <xcoulon> maxandersen: but still, I can find what you're looking for.
[09:14:21] <maxandersen> can or cant?
[09:14:30] <maxandersen> xcoulon: it sohuld be org.hamcrest.collection or so
[09:14:31] <xcoulon> can't
[09:14:33] <xcoulon> sorry
[09:14:47] <xcoulon> maxandersen: now, if the TP includes FestAssert or AssertJ, you'll have an even better API, i think
[09:16:48] <xcoulon> maxandersen: if you can't find the 'isIn()' method, you can revert and use something like assertThat(list).contains(value)
[09:17:16] <maxandersen> ah, that would work too.
[09:17:23] <maxandersen> thanks!
[09:17:46] <xcoulon> maxandersen: you're welcome. It's just less readable than what you wanted, but it should work fine
[09:18:03] <maxandersen> nope. that does not work.
[09:18:15] <maxandersen> where do you find that assertThat method ?
[09:19:01] <xcoulon> maxandersen: AFAIR, it should be:
[09:19:02] <xcoulon> org.junit.Assert.assertThat(listOfItems, contains(yourValue))
[09:19:32] <xcoulon> CoreMatchers.contains(yourValue) to be more precise
[09:19:49] <xcoulon> (but I usually do an import static in the classfile)
[09:20:03] *** marekn has joined #jbosstools
[09:20:47] <maxandersen> i have no such method in corematchers.
[09:20:52] <maxandersen> only containsString
[09:21:18] <xcoulon> what version of CoreMatchers do you have ? (package and bundle version)
[09:21:35] <xcoulon> oh
[09:21:35] <maxandersen> 1.3.0
[09:21:36] <xcoulon> wait
[09:21:53] <xcoulon> oops
[09:21:54] <xcoulon> sorry
[09:21:56] *** ppalaga has quit IRC
[09:21:57] <xcoulon> not contains
[09:22:05] <xcoulon> 'hasItems()'
[09:22:21] <xcoulon> or hasItem()
[09:23:00] <xcoulon> or org.hamcrest.Matchers.contains()
[09:23:30] <maxandersen> eclipse is really not that great at handling static imports.
[09:24:07] <xcoulon> Yes, even with favorites, it doesn't work quite well, AFAICS
[09:24:08] <xcoulon> :(
[09:24:28] <xcoulon> and hamcrest has 2 classes: Matchers and CoreMatchers, which makes it even worse
[09:24:31] <maxandersen> cmd+shift+O => removes my just added import, try to do has<content assist> and it does not know anything.
[09:24:33] <maxandersen> yeah.
[09:26:02] <xcoulon> I usually go in Preferences>Java>Editor>Content Assist>Favorites and I add the classes that I know I want to use, but having to do that is a bit annoying
[09:26:23] <maxandersen> but now I have a better failure exception - woohoo ;)
[09:26:30] <xcoulon> I wonder if we could improve that..
[09:26:50] <xcoulon> you mean, the failure message is more readable ?
[09:26:57] *** lfryc has quit IRC
[09:27:18] <maxandersen> Expected: a collection containing "GA"
[09:27:18] <maxandersen> but: was "Final", was "CR1", was "Alpha1", was "Beta1", was "Alpha2", was "Beta2", was "Beta3"
[09:27:27] <maxandersen> instead of "didn't find GA"
[09:27:58] <xcoulon> yes, that's much more readable. And you can immediatly see that there's a mismatch between 'Final' and 'GA' ;)
[09:28:00] <maxandersen> and yeah, improving the static import content assist should be doable.
[09:29:29] <xcoulon> that would be great
[09:34:36] <maxandersen> xcoulon: how would you express with matchers that you expect a collection to be empty ?
[09:34:49] <xcoulon> maxandersen: let me see
[09:34:52] *** adietisheim has joined #jbosstools
[09:34:52] *** ChanServ sets mode: +o adietisheim
[09:35:27] <xcoulon> maxandersen: you can do assertThat(collection.size(), equalTo(0))
[09:35:44] <xcoulon> but that wouldn't show you the items in the collection if the assertion fails :(
[09:35:47] <maxandersen> yeah but then I don't get info about what is actually in it…
[09:35:50] <maxandersen> yeah exacto.
[09:36:26] <xcoulon> maxandersen: Matchers.hasSize(n)
[09:36:26] <maxandersen> but damn @Parameterized is awesome.
[09:36:58] <xcoulon> maxandersen: it can be interesting, sometimes.. But you have to setup the data
[09:37:32] <maxandersen> what is the package of that matchers?
[09:39:29] <xcoulon> maxandersen: org.hamcrest.Matchers
[09:40:07] <maxandersen> yeah so thats not in the base ones.
[09:40:18] <xcoulon> huh ?
[09:40:41] <maxandersen> org.hamcrest.Matchers is not in base eclipse install
[09:40:50] <xcoulon> maxandersen: oh :(
[09:41:00] <maxandersen> i need to setup TP fully…just didn't want to wait for that now.
[09:41:11] <maxandersen> time to go to NE
[09:41:21] <xcoulon> ok
[09:41:25] <xcoulon> safe travel
[09:41:26] *** lfryc has joined #jbosstools
[09:41:30] <xcoulon> time to make a tea, here ;-)
[09:41:33] <xcoulon> brb
[09:41:41] *** mgoldmann|away is now known as mgoldmann
[09:42:01] *** lfryc has quit IRC
[09:42:16] *** lfryc has joined #jbosstools
[09:57:15] *** lfryc_ has joined #jbosstools
[10:01:06] *** lfryc has quit IRC
[10:01:40] *** ljelinko has joined #jbosstools
[10:03:21] *** lfryc_ is now known as lfryc
[10:09:12] *** ppalaga has joined #jbosstools
[10:23:41] *** psrna is now known as psrna_brb
[10:36:13] *** WormDr1nk has quit IRC
[10:58:10] *** WormDr1nk has joined #jbosstools
[10:59:03] *** rbenevides has joined #jbosstools
[11:15:06] *** gbrown has joined #jbosstools
[11:16:56] <xcoulon> "reopen to mark epic as done so it does not show up in sprint view."
[11:16:56] <xcoulon> Can I mark it as resolved again or do we need more things ?
[11:16:57]
<jbossbot> jira [JBIDE-16580] jboss.org/tools does not represent the current state/feature set of the tooling. We should update our website to show off all the awesome features and provide easier download [Reopened (Unresolved) Epic, Major, Xavier Coulon] https://issues.jboss.org/browse/JBIDE-16580
[11:17:15] *** psrna_brb is now known as psrna
[11:35:23] *** kpeeples_ has quit IRC
[11:52:25] *** ttarrant has joined #jbosstools
[12:19:58] *** lfryc is now known as lfryc|lunch
[12:24:30] *** lfryc|lunch has quit IRC
[12:31:08] *** mbenson is now known as mbenson_away
[12:37:43] *** kkhan has quit IRC
[12:48:06] *** vineetreynolds has joined #jbosstools
[13:19:19] *** koentsje has quit IRC
[13:25:48] *** koentsje has joined #jbosstools
[13:57:22] *** lhein has quit IRC
[13:57:31] *** lhein has joined #jbosstools
[13:57:31] *** lhein has joined #jbosstools
[14:28:35] *** rbenevides has quit IRC
[14:42:47] <maxandersen> okey - so anyone know of a junit test we got that uses a bundle ? for some reason my test activator is not executed at start ;/
[14:42:59] <maxandersen> adietisheim: rawblem: ^ ? got some in yours ?
[14:51:22] *** rbenevides has joined #jbosstools
[14:54:19] <rawblem> maxandersen, not as far as i know
[14:54:20] <rawblem> sorry
[14:54:47] <maxandersen> rawblem: buhmmer ;/
[14:55:22] <adietisheim> maxandersen: you mean junit plugin test?
[14:55:31] <maxandersen> adietisheim: yes. i'm getting rusty ;)
[14:55:39] <adietisheim> maxandersen: usually if your activator is not started then you're missing the checkbox in manifest editor
[14:55:44] <maxandersen> just need to get bundleContext to lookup p2 repository manager.
[14:55:50] <maxandersen> adietisheim: which one ?
[14:55:57] *** lhein has quit IRC
[14:56:13] *** fbricon has joined #jbosstools
[14:56:13] *** ChanServ sets mode: +o fbricon
[14:56:14] <adietisheim> maxandersen: let me look it up, in main screen something like "activate plugin if classes get acessed"
[14:56:14] <maxandersen> found it..trying
[14:56:18] <maxandersen> thought I already checked that.
[14:56:22] <adietisheim> maxandersen: it's the reason in 9 out of 10 cases
[14:57:54] <xcoulon> maxandersen: what are you trying to do exactly ?
[14:58:44] <xcoulon> maxandersen: or did adietisheim's solution fixed your problem ?
[14:58:47] <maxandersen> xcoulon: get p2 repositorymanager to check if our updatesites contains what I expect them to contain.
[14:58:52] <maxandersen> for that I need bundle context
[14:59:04] <xcoulon> ok, let me see
[14:59:06] <maxandersen> im testing now but afaics bundle start aint called even with the checkbox enabled.
[14:59:14] <xcoulon> I think I have something in JAX-RS
[14:59:47] <xcoulon> which bundle ? your test bundle ???
[15:00:19] <xcoulon> please wait, loading workspace.. zzz...
[15:03:43] <xcoulon> maxandersen: in JAX-RS tests, this works:
[15:03:44] <xcoulon> JBossJaxrsCoreTestPlugin.getDefault().getBundle();
[15:03:44] <adietisheim> maxandersen: hmm, looks like I have quite a few test bundles with activator
[15:04:33] *** rawagner has quit IRC
[15:05:05] <xcoulon> adietisheim: do you have stuff similar to what I posted above ?
[15:05:40] <adietisheim> xcoulon: looks very similar
[15:05:50] <maxandersen> xcoulon: thats the code I got but when I run it the start/stop methods aren't called.
[15:06:36] *** rawagner has joined #jbosstools
[15:06:40] <xcoulon> maxandersen: just to be sure: you do "Run>Run as JUnit Plugin Test", right ?
[15:06:59] <maxandersen> yes and manifest has 'load activator when classes are loaded'
[15:07:04] <xcoulon> just to check how rusty you are ;-)
[15:07:08] <xcoulon> ok
[15:07:33] <maxandersen> note, trying to run with minimal deps…since when I run with all a tons of unlreated stuff is killing the startup time
[15:07:41] <xcoulon> HA
[15:07:56] <xcoulon> but did your test started at least ?
[15:08:08] <adietisheim> maxandersen: xcoulon: egit test I see my activator#start being called
[15:10:54] *** ljelinko has quit IRC
[15:11:49] <maxandersen> not even reaching basic test execution
[15:12:12] <xcoulon> maxandersen: what do you have in the logs ? are you missing some dependencies maybe ?
[15:12:32] <maxandersen> valudate plugins says i should be good
[15:12:46] <xcoulon> what else in the logs, then ?
[15:15:05] <maxandersen> let me commit to my branch - you tell me if you can reproduce it. very simple code.
[15:17:26] <maxandersen> if you guys got a second - check out that branch, import jbosstools-base/tests and run the P2RepositoryTest and tell me what ya get
[15:19:34] <xcoulon> maxandersen: ok, let me try locally
[15:20:32] *** fbricon has quit IRC
[15:20:33] *** fbricon1 has joined #jbosstools
[15:21:59] <maxandersen> im going to drink something imeanwhile
[15:22:46] <xcoulon> a tea ?
[15:22:57] <maxandersen> something stronger. a coke maybe.
[15:23:06] <xcoulon> lol
[15:27:02] <xcoulon> maxandersen: right, 'Activator.getDefault()' returns null..
[15:27:24] <maxandersen> xcoulon: yeah…so …why ;)
[15:27:27] * xcoulon confirms again that maxandersen is not crazy
[15:27:31] <xcoulon> ;-)
[15:27:40] <xcoulon> one step at a time...
[15:27:41] <maxandersen> I've had this problem in past but cant recall the fix…ages ago.
[15:28:05] <xcoulon> maxandersen: there's no Activator defined in your MANIFEST.MF ;-)
[15:28:07] <maxandersen> xcoulon: :)
[15:28:09] <xcoulon> mouwahahaha
[15:28:12] <maxandersen> what? sure thereis.
[15:28:16] * maxandersen goes looking
[15:28:39] <jbossbot> Title: Dropbox - Screenshot 2014-11-28 15.28.40.png
[15:28:56] <xcoulon> it was not set here...
[15:29:28] <maxandersen> GAAAAAAAAAAAAAAAH. pde didnt add it before saving and was not showinga * as it was unsaved.
[15:29:32] <maxandersen> xcoulon: thankyou!
[15:29:56] <xcoulon> I'm running the test again to be sure
[15:30:06] <maxandersen> xcoulon: but I still can't run it with minimal class set ;/
[15:30:11] <maxandersen> let me try with all
[15:30:29] <xcoulon> yes, I did run it with all plugins
[15:30:34]
<jbossbot> jira [JBIDE-18513] [rse-mgmt server] Servers still require access to remote runtime even when no runtime needed [Coding In Progress (Unresolved) Enhancement, Major, Rob Stryker] https://issues.jboss.org/browse/JBIDE-18513
[15:30:43] <rawblem> its just an initial impl after solving the technical details
[15:30:49] <jbossbot> Title: Dropbox - Screenshot 2014-11-28 15.30.45.png
[15:31:05] <xcoulon> \o/
[15:31:26] *** galderz has joined #jbosstools
[15:31:35] <maxandersen> rawblem: I dont see/notice the diff from now ?
[15:35:00] <maxandersen> xcoulon: okey so now …how do I prevent eclipse from wanting to load the ful damn IDE justs to run my non-ui plugin tests ? :/
[15:37:22] <maxandersen> ah - headless mode for app..woohoo! works
[15:37:32] <xcoulon> maxandersen: yes
[15:38:07] <xcoulon> maxandersen: that's what I usually do. Requires a bit of setup, but then it works fine. Did you manage to reduce the number of dependencies, too ?
[15:38:10] <maxandersen> can even run with minmal tests now. woohoo.
[15:38:14] <maxandersen> yes.
[15:38:16] <xcoulon> awesome !
[15:38:26] <maxandersen> so basically - pde was not showing maifest was unsaved ;/
[15:38:36] <maxandersen> that made all the difference ;)
[15:38:41] <xcoulon> maxandersen: that's very weird
[15:38:45] <maxandersen> and muuch faster now (as expected)
[15:39:05] <xcoulon> maxandersen: yes ;-) and no popup or whatever can be annoying
[15:39:19] *** rbenevides has quit IRC
[15:40:42] <maxandersen> now getting NPE I dont grok though ;)
[15:40:48] <xcoulon> maxandersen: here I'm using RedDeer to run tests against my patch for JUnit ;-)
[15:43:18] <maxandersen> any good ?
[15:43:52] <maxandersen> xcoulon: what approach do you take to load TP for your eclipse these days ?
[15:44:23] <xcoulon> maxandersen: yes, I'm putting all use cases in test. There's 1 failure (the one reported). I just need to make sure every other cases pass with JUnit, first. But that requires adding some pauses sometimes, to make sure it works
[15:44:37] *** ch007m_2 has joined #jbosstools
[15:45:32] <xcoulon> maxandersen: ok, so for the TP: import the 'jbosstools-multiple' project from the jbosstools-target-platforms repo
[15:46:19] <xcoulon> maxandersen: then open the 'jbosstools-multiple.target' file and click on the "Set as Target Plaform" link in the header of the editor (top right corner).
[15:46:37] <xcoulon> maxandersen: then go and take a Coke because it can take a looong time :/
[15:47:06] *** ch007m has quit IRC
[15:47:18] <xcoulon> maxandersen: then you may need to go in Preferences>Target Platform, select the TP and click on "reload" if it did not work properly (I often have to do that, sadly)
[15:47:45] <xcoulon> maxandersen: once it's good, it runs fine. It's just a bit of a pain to setup…
[15:48:00] <xcoulon> maxandersen: but that's what mistria recommends, so...
[15:48:05] <maxandersen> xcoulon: and it is adding the source automatically rihgt?
[15:48:12] <xcoulon> maxandersen: yes
[15:48:26] <maxandersen> yeah - i'm not liking this one…too slow but probably faster than my old way of setting it up ;)
[15:48:27] <xcoulon> maxandersen: source bundles are in the TP, so you'll have everything to work/debug
[15:48:57] <maxandersen> i wonder why mutiple instead of uniified. unified is going to be akamai cached.
[15:48:59] <xcoulon> maxandersen: I heard that there are other solutions (rawblem has his own, AFAIK)
[15:49:12] <maxandersen> rawblem: does the full manual appraoch ;)
[15:49:12] <xcoulon> maxandersen: sorry, I have no idea about that :/
[15:49:42] <maxandersen> what I tend(ed) to do was to download the TP and just install all locally. mucho faster.
[15:50:50] <xcoulon> maxandersen: I asked mistria again after F2F and he confirmed me that the simplest way to go is the one I explained…
[15:50:58] <xcoulon> but it takes a bit of time, for sure
[15:51:08] <maxandersen> simple but slowest ;)
[15:52:32] *** mmalina has quit IRC
[15:54:16] <xcoulon> maxandersen: probably. I guess he knew he was talking to an average user ;-)
[15:55:19] *** ehsavoie has quit IRC
[16:01:06] *** galderz has quit IRC
[16:01:31] *** galderz has joined #jbosstools
[16:02:15] *** galderz has quit IRC
[16:03:54] *** rhopp has quit IRC
[16:04:47] <maxandersen> xcoulon: hmm..it says its done. that was actually not that slow.
[16:05:30] <maxandersen> like ~10 minutes.
[16:05:35] <xcoulon> maxandersen: ha cool. Did you check in Preferences>Target Platform ?
[16:05:48] <maxandersen> well I got source for stuff I didnt have before so im happy ;)
[16:06:11] <xcoulon> cool
[16:07:05] *** rawagner has quit IRC
[16:07:49] <maxandersen> issue fixed - was missing p2.ecf.transport…now I can actually start writing the test ;)
[16:08:47] <xcoulon> maxandersen: great ! I have to pick the kids at school in a few. I'll be back in ~1hr (need to do some quick errands on the ay back)
[16:09:10] <maxandersen> xcoulon: have fun and thanks for the help! appreciated!
[16:09:43] *** jpeterka has quit IRC
[16:10:15] <xcoulon> maxandersen: my pleasure !! for once I could help you with Eclipse stuff ;-)
[16:10:24] <xcoulon> hihihihi
[16:12:57] *** ehsavoie has joined #jbosstools
[16:20:40] <rawblem> maxandersen, sorry... i guess i didnt make it clear in the jira
[16:20:56] <rawblem> the difference is the widgets now have a label that indicates whether they're optional or not
[16:21:02] <rawblem> for some profiles, they're optional, for some, not
[16:21:13] <rawblem> also the text fields will disable validation if the fields are optional
[16:21:32] <rawblem> so there won't be any error images or error messages
[16:25:05] *** WormDr1nk has quit IRC
[16:32:46] <maxandersen> why not validate if field is optional ?
[16:32:56] <maxandersen> should just be warning/info not error in that case ?
[16:34:14] <rawblem> maxandersen, the validation that i disabled is the "This field cannot be blank" validation
[16:34:23] <rawblem> we dont have any other validation there
[16:34:31] <rawblem> since we can't check such files exist in a fast manner
[16:34:37] <rawblem> since they're necessarily remote
[16:37:09] *** marekn has quit IRC
[16:44:24] *** ibuziuk has quit IRC
[17:11:57] <jbossbot> Title: Dropbox - Screenshot 2014-11-28 17.11.48.png
[17:14:44] *** vpakan has quit IRC
[17:18:47] *** gbrown has quit IRC
[17:19:26] <maxandersen> adietisheim: ping, quesiton about hamcrest ;)
[17:19:41] <adietisheim> maxandersen: hum, no expert here but go ahead
[17:19:58] <maxandersen> adietisheim: if you have a collection of URL's how would you express asserting that all elements getHost() returns a sepcifc value?
[17:20:43] <adietisheim> maxandersen: wrkte
[17:20:48] <maxandersen> ?
[17:21:12] <adietisheim> maxandersen: do matcher for single url and have it applied to collection. not all sure about syntax. let me check...
[17:21:28] <maxandersen> so custom matcher is required ?
[17:22:57] <adietisheim> maxandersen: something linke this:
[17:22:57] <adietisheim> List ages = Arrays.asList(21, 25,30);
[17:22:57] <adietisheim> assertThat(ages, everyItem(greaterThan(18)));
[17:23:06] <adietisheim> maxandersen: checking if there are url matchers in hamcrest
[17:24:34] <fbricon1> maxandersen: nice
[17:24:38] *** fbricon1 is now known as fbricon
[17:24:39] *** ChanServ sets mode: +o fbricon
[17:24:57] <maxandersen> fbricon: did one for ide properties too.
[17:25:02] <maxandersen> just need to find where to put it.
[17:25:47] <fbricon> maxandersen: the US should do thanksgiving more often :-)
[17:26:47] <maxandersen> fbricon: +100
[17:28:32] <maxandersen> weird - this time I got no errors..
[17:29:50] <fbricon> you guys all seen the starwars teaser?
[17:35:24] <maxandersen> fbricon: not beyond the rickroll ;)
[17:35:42] <jbossbot> Title: Star Wars: Episode VII - The Force Awakens Official Teaser Trailer #1 (2015) - J.J. Abrams Movie HD - YouTube
[17:36:01] <fbricon> memes started rolling in
[17:44:55] <maxandersen> gtg
[17:55:14] *** psrna has quit IRC
[17:57:32] *** ch007m has joined #jbosstools
[17:58:00] *** ch007m_2 has quit IRC
[17:59:10] <fbricon> maxandersen: why does it require java8 to run?
[18:27:27] *** lfryc has joined #jbosstools
[18:27:27] *** lfryc has quit IRC
[18:27:28] *** lfryc has joined #jbosstools
[18:30:07] <maxandersen> fbricon: It doesn't. Was one of my attempts to debug a launching issue. That change should be reverted.
[18:31:39] <maxandersen> fbricon: It's just a prototype for now. I think I'm mostly leaning towards creating a jbosstools-infrastructure-test repo or so to host it in the end. It's a bit awkward inside base. Some of the p2 loading code could probably be useful elsewhere eventually but we can move that out when needed by something.
[18:32:05] <maxandersen> But I wanted to push it so you guys could see it now rather than later.
[18:32:59] *** rbenevides has joined #jbosstools
[18:35:58] *** rbenevides has quit IRC
[18:44:57] *** koentsje has quit IRC
[18:59:15] *** ch007m has quit IRC
[19:17:33] *** gastaldi has joined #jbosstools
[19:20:18] *** gastaldi is now known as gastaldi|away
[19:21:59] *** xcoulon has quit IRC
[19:38:43] *** lfryc is now known as lfryc|away
[19:45:36] *** ehsavoie is now known as ehsavoie_afk
[19:45:53] *** kmarmaliykov has quit IRC
[20:03:53] *** mbenson_away is now known as mbenson
[20:17:57] *** rawblem has quit IRC
[20:23:19] *** rawblem has joined #jbosstools
[20:23:19] *** ChanServ sets mode: +o rawblem
[20:27:56] *** mbenson_ has joined #jbosstools
[20:28:13] *** mbenson has quit IRC
[20:39:43] *** rbenevides has joined #jbosstools
[21:18:54] *** mbenson__ has joined #jbosstools
[21:18:54] *** mbenson_ has quit IRC
[21:38:04] *** ehsavoie_afk has quit IRC
[21:54:07] *** xcoulon has joined #jbosstools
[21:54:07] *** ChanServ sets mode: +o xcoulon
[21:54:12] *** xcoulon has quit IRC
[22:09:33] *** ppalaga has left #jbosstools
[22:09:36] <jbossbot> Title: Red Hat JBoss Developer Studio 8.x - Integration Stack Updates
[22:09:56] <maxandersen> I can get to it from browser but p2 borks on any jboss related site right now
[22:12:07] *** ch007m has joined #jbosstools
[22:14:34] <maxandersen> wonderiwonring if my side or somethnig else
[22:16:22] *** koentsje has joined #jbosstools
[22:19:37] *** ch007m has quit IRC
[22:33:27] *** kkhan has joined #jbosstools
[22:33:27] *** kkhan has joined #jbosstools
[23:11:49] *** vineetreynolds has quit IRC
[23:20:23] *** mbenson__ is now known as mbenson_away
[23:21:51] <maxandersen> fbricon: it looks like p2 registry somehow caches stuff between jvm restarts ;/
[23:24:44] *** fbricon1 has joined #jbosstools
[23:24:44] *** fbricon has quit IRC
[23:32:04] *** fbricon1 has quit IRC
[23:51:29] *** lfryc|away has quit IRC
[23:53:04] *** rbenevides has quit IRC