July 2, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:03:47] <aslak> bed time
[00:04:01] <aslak> jose_freitas, i'll look at it in the morning
[00:05:14] <jose_freitas> see ya
[00:05:16] <jose_freitas> me too :)
[00:05:33] <jose_freitas> good night
[00:05:50] *** aslak has quit IRC
[00:10:42] *** stuartdouglas has quit IRC
[00:16:34] *** nilian has quit IRC
[00:31:07] *** jose_freitas has quit IRC
[00:41:18] *** jeand has quit IRC
[04:31:32] *** jose_freitas has joined #jbosstesting
[05:19:03] *** jose_freitas has quit IRC
[05:28:52] *** lightguard_jp has quit IRC
[06:14:37] *** gastaldi has joined #jbosstesting
[06:15:02] *** gastaldi has quit IRC
[07:17:54] *** aslak has joined #jbosstesting
[08:02:38] *** jose_freitas has joined #jbosstesting
[08:57:29] *** ge0ffrey has joined #jbosstesting
[09:01:14] <aslak> jose_freitas, ha! got it working with the jacoco maven plugin :)
[09:01:26] <aslak> jose_freitas, good morning btw..
[09:35:02] *** oskutka has joined #jbosstesting
[09:46:55] *** oskutka has quit IRC
[12:51:26] <jose_freitas> good morning aslak!
[12:52:17] <jose_freitas> did it work with the dummy.data?
[12:52:32] <jose_freitas> I mean, without a different step?
[12:52:44] <aslak> yea
[12:54:47] <jose_freitas> yay
[12:55:29] <jose_freitas> nice!
[12:56:03] <jose_freitas> oh, I get it!
[12:56:19] <jose_freitas> the reportGenerator uses /bin to look classes for analyzes
[12:56:24] <jose_freitas> analysis
[12:56:53] 
[12:57:13] 
[12:57:26] <jose_freitas> lol
[13:00:48] <aslak> jose_freitas, if you checkout the updated v.s of my two ARQ-Final breanches, arq-ext-jacoco and jacoco-int-test it should work
[13:01:09] <aslak> i updated to jacoco to 5.3-SNAPSHOT, not that it matters..
[13:01:16] <aslak> just the v. i was building locally..
[13:02:05] <aslak> mvn clean install -f org.jacoco.build/pom.xml in jacoco trunk
[13:03:49] <aslak> jose_freitas, the dummy.data(our collected data) are only raw data of string classname + the boolean array of 'hit' points. all that is matche dup against the source code during the report gen
[13:24:15] <jose_freitas> ok
[13:25:03] <jose_freitas> so, it was right since the beggining?
[13:25:08] <aslak> yea
[13:25:19] <jose_freitas> =S
[13:25:30] <jose_freitas> sorry for making you lose your time, then
[13:25:36] <aslak> jose_freitas, well, after fixing the shrinkwrap add/delte thing etc.. yea
[13:26:08] <aslak> jose_freitas, hehe, not at all.. i've barely touched it so, i wasn't sure
[13:26:54] <aslak> jose_freitas, see if you get it working with sonar
[13:26:57] <jose_freitas> ok
[13:27:03] 
[13:27:07] 
[13:27:20] 
[13:27:26] <jose_freitas> I'll take a look at it
[13:27:31] <aslak> jose_freitas, name of the file i assume
[13:27:49] <aslak> jose_freitas, i changed it to be where jacoco-maven-plugin expects it target/jacoco.exec
[13:27:58] <jose_freitas> no, but it reads
[13:28:20] <jose_freitas> at least it puts on log that its analyzing dummy.data
[13:28:34] <aslak> hmm.. ok
[13:28:53] <aslak> where did it get the info from?
[13:29:08] <aslak> does analyze all files in target?
[13:29:14] <jose_freitas> noe
[13:29:57] 
[13:30:08] <jose_freitas> let me see it
[13:30:42] <jose_freitas> mvn -Dsonar.jacoco.itReportPath="target/jacocoext/dummy.data" sonar:sonar
[13:30:51] <aslak> aa
[13:31:59] <jose_freitas> but it works, it could be another missing parameter
[13:32:13] <aslak> jose_freitas, works now?
[13:32:30] <jose_freitas> nope, I mean, dummy.data is ok
[13:32:36] <aslak> aa
[13:32:40] <jose_freitas> so it must be something to config in sonar
[13:32:52] <jose_freitas> I'll take a look later
[13:32:59] <jose_freitas> I just woke up
[13:33:14] 
[13:33:18] <aslak> :)
[13:33:36] <jose_freitas> but thank you very much
[14:03:09] <aslak> jose_freitas, no thank you! i'm relying on you getting it up to 1.0.0.Final .. :)
[15:15:50] <jose_freitas> hey aslak
[15:16:07] <aslak> jose_freitas, heya
[15:17:02] <jose_freitas> are we gonna ship the extension with jacoco 0.5.3 ?
[15:18:16] <aslak> jose_freitas, not sure we need to ship jacoco at all. when using jacoco-maven or sonar, jacoco is added to cp isn't it?
[15:18:26] <jose_freitas> yes
[15:18:42] <jose_freitas> but if our extension uses jacoco.05.3
[15:18:49] <jose_freitas> on its pom
[15:18:57] 
[15:19:06] *** alesj has joined #jbosstesting
[15:19:07] <aslak> jose_freitas, not when provided ?
[15:19:39] <aslak> scope provided that is
[15:21:50] <jose_freitas> well, I might be wrong, but provided means that the jar will not going to be deployed on the artifact classpath. but eclipse for instance will use it to resolve some compile references
[15:25:19] <aslak> jose_freitas, we can set the jacoco dep to provided in our ext-pom, and add the sonar repo and pull down what ever version they have as latest i guess, .52
[15:25:37] <jose_freitas> yes, I think its better
[15:26:35] <aslak> or we can publish it to the jboss external libs repo
[15:26:54] <aslak> or you can get on the jacoco devs back back not publishing to a repo.. hehe
[15:27:02] <aslak> back back / back about
[15:27:14] <jose_freitas> hehehe
[15:27:36] 
[15:30:45] <jose_freitas> well, maybe we could deploy it to jboss repo.
[15:31:10] 
[15:31:24] 
[15:32:24] 
[15:32:44] <aslak> sure
[15:32:57] <aslak> if it's defined in the pom
[15:51:53] *** alesj has quit IRC
[16:24:53] <jose_freitas> aslak
[16:24:59] <jose_freitas> it works
[16:25:01] <jose_freitas> :)
[16:25:22] <jose_freitas> \o/
[16:37:22] <jose_freitas> I changed the target dir to target/jacocoext/
[16:37:58] <jose_freitas> because it can read from two different places
[16:38:03] <jose_freitas> one for normal coverage test
[16:38:09] <jose_freitas> and the other for integration test
[16:38:42] <jose_freitas> so when executing outside arquillian sonar will produce target/jacoco.exec
[16:38:55] <jose_freitas> for junit tests for example
[16:40:34] <jose_freitas> a future feature would be to gather data from junit tests and arquillian tests on same file
[16:42:12] 
[16:42:23] <jose_freitas> unless you run all tests with arquillian
[16:42:38] 
[16:45:34] <jose_freitas> wdyt?
[16:52:12] *** oskutka has joined #jbosstesting
[16:55:53] <aslak> jose_freitas, in the CoverageCommandReceiver, i try to append to the file if it exists. i believe jacoco-maven-plugin has a similar feature, to append to the existing file..
[16:56:22] <aslak> jose_freitas, not sure about sonar on that, but if we 'all' append, i think we should get both i nthe same report
[16:56:52] <aslak> jose_freitas, got any changes that i should pull it? or should ARQ-Final go upstream?
[16:57:27] <jose_freitas> oic, just saw that you append
[16:57:36] <jose_freitas> let me make a lil test
[17:16:48] <jose_freitas> beatiful
[17:16:49] <jose_freitas> :)
[17:17:13] <jose_freitas> beautiful
[17:17:19] <jose_freitas> :)
[17:18:01] <jose_freitas> everything works as it should be
[17:18:10] <jose_freitas> sonar append to the file too
[17:19:50] <jose_freitas> we can mix junit tests with arquillian tests, and if we need them separatedly (if you use arquillian just for integration tests), you can use cobertura for junit and jacoco just to arquillian.
[17:19:55] <jose_freitas> \o/
[17:20:52] <aslak> jose_freitas, or split them in different suites or not enable the arq-jacco-exte etc etc.. :)
[17:20:57] <aslak> jose_freitas, you got any changes to pull in?
[17:21:11] <jose_freitas> nope
[17:21:19] <aslak> so, ArqFinal as is?
[17:21:22] <jose_freitas> yes
[17:21:35] <aslak> have you tested it with the 0.52 something that is in the sonar repo?
[17:21:48] <jose_freitas> no, tests were made with 0.5.3
[17:22:05] <jose_freitas> I could do it in a moment
[17:22:08] <jose_freitas> let me see
[17:22:33] <aslak> jose_freitas, could you setup jacoco and asm etc to be provided in the ext, and see that we get the right deps directly from the sonar/jacoco plugins?
[17:24:35] <jose_freitas> they are already setup as provided
[17:24:47] <aslak> aa
[17:33:07] <jose_freitas> it works with <version.jacoco>0.5.2.20110519202509</version.jacoco>
[17:33:32] <jose_freitas> which is in the sonar repo
[17:35:00] 
[17:39:48] <aslak> jose_freitas, excellent!
[17:40:05] <aslak> jose_freitas, monster huh.. i'll take that as a compliment then.. :)
[17:42:39] <aslak> jose_freitas, i'll get the ext ARQ-Final branch upstream. you merge in jacoco-testcase ARQ-Final in your repo and push that to your origin, and write a blog ? :)
[17:43:22] <aslak> jose_freitas, started a new venture this morning, had first success run just now; mvn arquillian:deploy|undeploy :)
[17:44:24] <jose_freitas> sure thing
[17:44:37] <jose_freitas> and nice idea on arquillian maven plugin =D
[17:45:29] <jose_freitas> Can I mention it as a future feature on my arquillian presentation next saturday? it can blow some minds up
[17:46:22] <aslak> jose_freitas, sure..  i'll have a workable snapshot out by the day :)
[17:46:53] <jose_freitas> =)
[17:56:40] *** ge0ffrey has quit IRC
[18:50:45] *** mgoldmann has joined #jbosstesting
[19:10:48] <adriancole> aslak http://code.google.com/p/jclouds/issues/detail?id=616
[19:11:05] <adriancole> some pretty decent wins just moving up
[19:13:27] <aslak> adriancole, cool
[19:13:37] <aslak> adriancole, what's with gogrid and bluelock?
[19:14:59] <aslak> well, bluelock has 20 sec off.. miss read
[19:15:06] *** Tashtego has joined #jbosstesting
[19:18:08] <Tashtego> aslak are you in? ;)
[19:20:31] <aslak> adriancole, cool,  mvn arquillian:deploy arquillian:undeploy  <-- working! :)
[19:20:48] <aslak> adriancole, universal 'jetty:run' plugin hehe
[19:20:53] <aslak> Tashtego, heya, i'm aroun
[19:20:54] <aslak> d
[19:21:30] <Tashtego> remember i told you i am writing an article about arquillian?
[19:21:33] <Tashtego> ;)
[19:21:39] <aslak> Tashtego, yea :)
[19:22:00] <Tashtego> after a short feedback i heard i should start with some kind of hello arquillian start article. i know you wished a bit deeper
[19:22:09] <Tashtego> but for this magazine its a start
[19:22:13] <Tashtego> in that topic
[19:22:19] <aslak> Tashtego, sure
[19:22:44] <Tashtego> i already wrote some intro stuff, general infos about javaee6, the difference between unit and integration tests... and would add some examples now
[19:23:05] <Tashtego> been a while since i worked with arquillian. i thought i would use the latest jboss 7 cr1
[19:23:19] <Tashtego> but i cant add jboss 7 in netbeans 7 yet.
[19:23:44] <aslak> Tashtego, you can in jboss tools :)
[19:23:54] <aslak> Tashtego, or you can start it outside of the ide
[19:24:39] <Tashtego> yes i thought about using maven to start it and stuff. hm ide would be easier for the users maybe
[19:24:42] <Tashtego> dont know ;)
[19:24:50] <Tashtego> i guess most ppl use eclipse or netbeans
[19:24:57] <Tashtego> but not as much people will use jboss tools
[19:25:08] <Tashtego> dont know if anyone installs jboss tools just to test arquillian
[19:25:10] <Tashtego> i have no problem with it
[19:25:16] <aslak> Tashtego, here are some starting points with AS7; https://gist.github.com/1053571 https://github.com/jbossas/quickstart/tree/master/quickstarts/kitchensink https://docs.jboss.org/author/display/AS7/Kitchensink+quickstart
[19:25:17] <Tashtego> but i dont know if others use it then ;)
[19:26:41] <Tashtego> k thx for the link
[19:27:03] <Tashtego> i am testing to get it running with maven and netbeans 7 for the first. with the profile in the pom you posted
[19:32:02] <adriancole> aslak gogrid haven't looked into why, but this is also centos, not ubuntu there
[19:32:12] <adriancole> others are ubuntu (various versions)
[19:32:28] <adriancole> well.. amazon is amzn linux
[19:33:06] <aslak> adriancole, just a bit odd with only a 2 sec change
[19:36:58] <adriancole> yeah I think so too
[19:37:08] <adriancole> I'll kick off the test again and see if there's a difference
[19:37:17] <adriancole> well.. there's a log..
[19:37:23] <adriancole> maybe it is download time
[19:38:38] <adriancole> startup of the appserver was 17.5s
[19:38:42] <adriancole> now 9.5s
[19:38:56] <adriancole> so it is still dog-slow, but less so :)
[19:39:00] <aslak> :)
[19:40:02] <adriancole> just a smidge of tuning we should be able to get sub 1minute on a few of these guys
[19:40:35] <adriancole> so build your own cloud appliance w/jboss and have it up and running in the same or less time it takes to deploy to google app engine
[19:41:13] <aslak> adriancole, yea, pretty cool :)
[21:13:19] *** jose_f_home has joined #jbosstesting
[21:14:55] *** jose_freitas has quit IRC
[21:16:26] *** jose_freitas has joined #jbosstesting
[21:17:49] *** jose_f_home has quit IRC
[21:36:32] *** nilian has joined #jbosstesting
[21:43:02] *** Tashtego has quit IRC
[22:06:36] *** danielbremer-ton has joined #jbosstesting
[22:06:36] *** nilian has quit IRC
[22:17:05] *** nilian has joined #jbosstesting
[22:17:05] *** danielbremer-ton has quit IRC
[22:38:16] *** nilian has quit IRC
[22:38:18] *** danielbremer-ton has joined #jbosstesting
[22:44:45] *** jeand has joined #jbosstesting
[22:49:33] *** danielbremer-ton has quit IRC
[23:10:23] *** aslak has quit IRC
[23:14:30] *** mgoldmann has quit IRC
[23:37:01] *** lightguard_jp has joined #jbosstesting
[23:54:04] *** jeand has quit IRC

top