February 25, 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

[02:46:13] *** echelog-2 has joined #jbosstesting
[03:47:47] *** johnament has quit IRC
[04:00:52] *** bleathem has joined #jbosstesting
[04:34:18] *** michaelschuetz has quit IRC
[04:37:50] *** jeand has quit IRC
[05:15:22] *** jeand has joined #jbosstesting
[05:34:49] *** bgeorges has joined #jbosstesting
[05:57:28] *** ALR has quit IRC
[06:19:43] *** rruss has joined #jbosstesting
[07:20:06] *** oskutka has joined #jbosstesting
[07:50:31] *** bleathem has quit IRC
[08:11:16] *** rruss has quit IRC
[08:13:36] *** maeste has quit IRC
[08:17:42] *** jharting has joined #jbosstesting
[08:37:38] *** ge0ffrey has joined #jbosstesting
[08:38:30] *** GTobi has joined #jbosstesting
[08:51:06] *** mgoldmann has joined #jbosstesting
[08:59:34] *** kpiwko1 has joined #jbosstesting
[09:00:02] *** kpiwko1 has quit IRC
[09:00:27] *** kpiwko1 has joined #jbosstesting
[09:04:03] *** alesj has joined #jbosstesting
[09:04:41] *** kpiwko1 is now known as kpiwko
[09:18:01] *** bgeorges has quit IRC
[09:20:07] *** vtunka_wfh has joined #jbosstesting
[09:33:51] *** lfryc has joined #jbosstesting
[09:58:49] *** oskutka has quit IRC
[10:21:33] *** oskutka has joined #jbosstesting
[10:26:22] *** wolfc has joined #jbosstesting
[10:56:24] *** alesj has quit IRC
[11:01:20] *** jharting has quit IRC
[11:22:35] *** alesj has joined #jbosstesting
[11:25:58] *** maeste has joined #jbosstesting
[11:30:15] *** lfryc_ has joined #jbosstesting
[11:30:43] *** OndejZizka1 has joined #jbosstesting
[11:31:57] *** oskutka1 has joined #jbosstesting
[11:32:49] *** lfryc__ has joined #jbosstesting
[11:33:09] *** OndejZizka has quit IRC
[11:33:25] *** oskutka has quit IRC
[11:33:26] *** kpiwko has quit IRC
[11:33:47] *** maeste has quit IRC
[11:33:54] *** OndejZizka has joined #jbosstesting
[11:34:27] *** lfryc has quit IRC
[11:34:54] *** oskutka has joined #jbosstesting
[11:35:00] *** OndejZizka1 has quit IRC
[11:36:16] *** oskutka1 has quit IRC
[11:36:21] *** lfryc_ has quit IRC
[11:39:21] *** kpiwko has joined #jbosstesting
[11:45:39] *** pmuir has joined #jbosstesting
[12:05:14] *** jeand has quit IRC
[12:13:09] *** maeste has joined #jbosstesting
[12:36:18] *** jharting has joined #jbosstesting
[13:34:24] *** pmuir has quit IRC
[15:39:55] *** jharting has quit IRC
[15:59:58] *** maeste has quit IRC
[16:18:02] *** lfryc__ has quit IRC
[16:25:48] *** michaelschuetz has joined #jbosstesting
[16:30:40] *** tcunning has joined #jbosstesting
[16:40:03] *** rruss has joined #jbosstesting
[17:03:42] *** bobmcw has joined #jbosstesting
[17:06:13] *** jdlee has quit IRC
[17:08:34] *** michaelschuetz has quit IRC
[17:13:04] *** oskutka has quit IRC
[17:15:36] *** oskutka has joined #jbosstesting
[17:15:49] *** jdlee has joined #jbosstesting
[17:16:33] *** oskutka has quit IRC
[17:22:30] *** bleathem has joined #jbosstesting
[17:23:59] *** lincolnthree has joined #jbosstesting
[17:25:46] *** pmuir has joined #jbosstesting
[18:05:32] *** pmuir has quit IRC
[18:17:49] *** rruss has quit IRC
[18:30:12] *** GTobi has quit IRC
[18:39:02] *** rruss has joined #jbosstesting
[18:44:09] *** lfryc has joined #jbosstesting
[18:47:56] *** jeand has joined #jbosstesting
[18:47:56] *** kpiwko has quit IRC
[19:21:27] <jbossbot> git [descriptors] push master 70e3584.. Andrew Lee Rubinger [maven-release-plugin] prepare release 0.1.1
[19:21:27] <jbossbot> git [descriptors] push master URL: http://github.com/shrinkwrap/descriptors/compare/2651546...70e3584
[19:21:35] <jbossbot> git [descriptors] push master 8ef6f59.. Andrew Lee Rubinger [maven-release-plugin] prepare for next development iteration
[19:21:35] <jbossbot> git [descriptors] push master URL: http://github.com/shrinkwrap/descriptors/compare/70e3584...8ef6f59
[19:30:14] <lincolnthree> yay! thanks ALR
[19:57:28] *** bobmcw has quit IRC
[20:36:18] *** jeand has quit IRC
[20:55:24] *** jeand has joined #jbosstesting
[21:31:10] *** stuartdouglas has quit IRC
[21:33:07] *** stuartdouglas has joined #jbosstesting
[21:39:37] *** alesj has quit IRC
[22:04:59] *** lfryc has quit IRC
[22:06:22] <tcunning> anyone know a good shrinkwrap example for getting the contents of one JAR into another?
[22:06:41] <tcunning> (oops - contents of one JAR into ShrinkWrap JavaArchive)
[22:09:17] <stuartdouglas> you need to use the ZipImporter
[22:09:56] <stuartdouglas> do you want to merge the archive, or just add stuff to /lib in a war?
[22:10:00] *** lincolnthree has left #jbosstesting
[22:11:04] <tcunning> stuartdouglas: pretty much just merge the archive - i've got a zip of a deployer, and I want to slam it into a shrinkwrap JavaArchive
[22:11:38] <stuartdouglas> https://github.com/stuartwdouglas/harness2arquillian/commit/870794fc7690774320ab76173e77019d62763cf8#L1R83
[22:11:39] <jbossbot> git [harness2arquillian] 870794f.. Stuart Douglas Add arquillian container wrapper
[22:11:56] <stuartdouglas> There is an example of using the zip importer
[22:12:50] 
[22:13:05] <stuartdouglas> yes, that easy
[22:16:19] *** ge0ffrey has quit IRC
[22:19:41] *** michaelschuetz has joined #jbosstesting
[22:28:26] *** wolfc has quit IRC
[23:24:04] *** alesj has joined #jbosstesting
[23:51:51] *** tcunning has quit IRC

top