[00:02:57] <aslak> Newbee2, what's the problem with the deps? [00:03:41] <aslak> Newbee2, have you added the JBoss Maven repos to your settings.xml or pom ? https://repository.jboss.org/nexus/content/repositories/public/ [00:08:50] *** ldimaggi_ has joined #jbosstesting [00:47:56] *** aslak has quit IRC [00:51:57] *** lightguard_jp has quit IRC [01:12:33] *** jdlee has quit IRC [01:13:08] *** lightguard_jp has joined #jbosstesting [01:30:48] *** jc3 has quit IRC [02:15:01] *** michaelschuetz has quit IRC [02:47:18] *** lightguard_jp has quit IRC [03:00:41] *** jdlee has joined #jbosstesting [03:52:22] *** jdlee has quit IRC [04:18:44] *** lightguard_jp has joined #jbosstesting [04:20:55] *** Newbee2 has quit IRC [04:26:45] *** Newbee2 has joined #jbosstesting [05:06:46] *** ldimaggi_ has quit IRC [05:39:53] *** lightguard_jp has quit IRC [06:29:58] *** bgeorges has joined #jbosstesting [07:24:07] *** jdewinne has joined #jbosstesting [07:33:42] *** maeste has joined #jbosstesting [07:33:56] *** jdewinne has left #jbosstesting [07:57:15] *** GTobi has joined #jbosstesting [08:01:30] *** kpiwko has joined #jbosstesting [08:32:33] *** davidbos has joined #jbosstesting [08:32:37] *** davidbos2 has joined #jbosstesting [08:41:43] *** Jaikiran has joined #jbosstesting [08:43:21] *** michaelschuetz has joined #jbosstesting [08:51:43] <kpiwko> hi michaelschuetz, I've just read you tried to install SHRINKWRAP-140 based ShrinkWrap which failed in test phase...do you remember if any of the test failed in extension-dependencies subproject? [08:51:45] <jbossbot> jira [SHRINKWRAP-140] Support loading artifacts from a Maven repository [Open, Major, Karel Piwko] https://issues.jboss.org/browse/SHRINKWRAP-140 [08:54:17] *** aslak has joined #jbosstesting [09:06:46] *** oskutka has joined #jbosstesting [09:16:20] *** jharting has joined #jbosstesting [09:22:58] *** bgeorges has quit IRC [09:33:51] <michaelschuetz> kpiwko:hi [09:34:04] <michaelschuetz> kpiwko: yes - pretty much working process [09:34:20] <michaelschuetz> kpiwko: aslak recommended to skipTests [09:34:43] <michaelschuetz> kpiwko: this worked fine as requirement to be able to build arquillian branch [09:36:20] <kpiwko> michaelschuetz: I was rather wondering if tests failed in extension-dependencies module or somewhere in a parent module...I guess you had run then by mvn install in root directory, right? [09:37:04] *** ALR has quit IRC [09:37:51] <michaelschuetz> kpiwko: yeah, right [09:38:02] <michaelschuetz> kpiwko: do you want me to retry with my local version? [09:38:04] <kpiwko> michaelschuetz: if you find a free time, could you please run tests just in extension-dependencies subdirectory? If you find a failing test there, I'll try to fix it [09:38:30] <michaelschuetz> kpiwko: do you want me to do a git pull prior? [09:39:00] <kpiwko> michaelschuetz: not necessary, there are no recent updates [09:40:22] <michaelschuetz> kpiwko: ok, i'll do this in a short moment [09:40:31] <kpiwko> michaelschuetz: thanks! [09:47:29] <kpiwko> hi aslak, do you use Eclipse either with Maven integration or eclipse:eclipse plugin to develop Arquillian/ShrinkWrap? [09:47:40] *** stuartdouglas has quit IRC [09:47:42] *** davidbos2 has quit IRC [09:47:42] *** davidbos has quit IRC [09:47:42] *** OndejZizka has quit IRC [09:47:42] *** jbossbot has quit IRC [09:47:42] *** michaelschuetz has quit IRC [09:47:42] *** Jaikiran has quit IRC [09:47:43] *** mgencur has joined #jbosstesting [09:47:44] *** dmlloyd has quit IRC [09:49:41] <aslak> kpiwko, m3eclipse [09:49:41] <aslak> m2eclipse :) [09:49:41] <aslak> eclipse:eclipse is deprecated in mvn3 i believce [09:51:03] *** davidbos2 has joined #jbosstesting [09:51:03] *** davidbos has joined #jbosstesting [09:51:03] *** jbossbot has joined #jbosstesting [09:51:03] *** OndejZizka has joined #jbosstesting [09:51:11] *** michaelschuetz has joined #jbosstesting [09:51:11] *** Jaikiran has joined #jbosstesting [09:51:24] *** dmlloyd has joined #jbosstesting [09:52:11] *** mgencur has joined #jbosstesting [09:52:11] *** stuartdouglas has joined #jbosstesting [09:53:25] <kpiwko> aslak, that's possible, but it seems still working ;) ...the reason why I'm asking is that every time I import using m2eclipse or import existing generated eclipse:eclipse, I have JRE 1.5 on the classpath instead of 1.6. I've seen in compiler plugin <source>1.5</source> and <target>1.5</target> tags. Weren't they accidentally left non-updated? [09:55:26] <kpiwko> in both shrinkwrap/build/pom.xml and arquillian/build/pom.xml [09:59:34] <aslak> kpiwko, it should compile with target 1.5 so it can run on 1.5 [10:00:16] <aslak> but the compiler complains if source is 1.5 and your using a 1.6 jre, because it can't guarantee that your not using 1.6 libs/methods [10:00:33] <kpiwko> aslak, there is another setting <compilerVersion>1.6</compilerVersion>, so we use 1.6 compiler to compile from 1.5 based sources to 1.5 target, right? [10:00:50] <aslak> right [10:01:19] <aslak> but we should be using a 1.5 compiler to compile.. to guarantee the java api is correct for 1.5 [10:01:49] <aslak> currently we use some 1.6 apis, the sun http stuff i believe [10:01:49] <kpiwko> right, because there are 1.6 methods/classes used through the projects [10:02:41] <aslak> i like 1.6 source tho, based on the @Overrride support on interfaces.. [10:03:03] <michaelschuetz> kpiwko: Tests run: 28, Failures: 3, Errors: 0, Skipped: 0 [10:03:06] <aslak> we did remove all of those at one point to make it full 1.5 source complianet as well, but i think some have snuk back in [10:04:19] <kpiwko> so, you're manually replacing JRE version every time you import a project in eclipse or you have a better workaround? [10:04:49] <aslak> kpiwko, yea, basically.. :) [10:04:49] <michaelschuetz> kpiwko: org.jboss.shrinkwrap.dependencies.DependencyFilterUnitTestCase: testPomBasedDependenciesWithScope(org.jboss.shrinkwrap.dependencies.DependencyFilterUnitTestCase) Time elapsed: 0.843 sec <<< FAILURE! java.lang.AssertionError: Missing artifact: shrinkwrap-impl-base-1.0.0-alpha-11.jar in the archive! Missing artifact: shrinkwrap-spi-1.0.0-alpha-11.jar in the archive! [10:05:15] <kpiwko> michaelschuetz: could you paste logs from target/surefire-reports for failing test on pastebin or somewhere? [10:05:18] <aslak> kpiwko, if you have a better solution, i'm all ears.. :) [10:05:43] *** wolfc has joined #jbosstesting [10:05:45] <kpiwko> aslak: :) [10:06:20] <kpiwko> aslak: thanks for explanation, I was afraid something nasty is going on in my eclipse environment :) [10:07:07] <michaelschuetz> kpiwko: http://pastebin.com/4RCrXB6F [10:07:38] <michaelschuetz> kpiwko: http://pastebin.com/gPZFP9xT [10:08:34] <aslak> m2eclipse has a very annoying issue as well, they call it a feature but.. they insist on using maven to filter the resource folders, but the resources are not filtered on save / change.. so sometimes you will get runtime failures like can't find SPI files, or can't find some other files, basically becuase m2eclipse have not moved them to the target-classes folders. a project refresh/maven-> update project 'should' force this but it doesn't seem to [10:08:34] <aslak> work 100% of the time. i normally edit the .classpath files for the project and remove the exclusion filters on the resource folders [10:10:42] <kpiwko> aslak, I've fallen into this as well during an excercise ...it wasn't able to find jndi.properties and on some machines apparently even restarting JBDS or a fresh import wasn't helping...really annoying! [10:10:58] <aslak> hehe yea i know [10:11:52] <aslak> happened planty of times during talks/demos. specially to show of the m2eclipse profile selection feature, because it then regenerates the project.. and boom, no resources [10:12:02] <kpiwko> michaelschuetz: thanks, I guess I know the exact reason why this is happening [10:12:57] <michaelschuetz> kpiwko: You're welcome! [10:14:03] <michaelschuetz> kpiwko: one more interesting thing: maven created repository within my local userhome: C:\Users\m.schuetz\.m2\repository [10:14:29] <michaelschuetz> kpiwko: it did not take configuration defined in C:\Users\m.schuetz\.m2\settings.xml [10:18:55] <kpiwko> michaelschuetz: good to know...the latter is a bug I've just fixed [10:19:03] <kpiwko> :) [10:19:52] <michaelschuetz> kpiwko: :) i can test again later on, if you like. [10:20:19] <kpiwko> michaelschuetz: I'll let you know, thanks! [10:46:07] *** lfryc has joined #jbosstesting [11:39:05] *** pmuir has joined #jbosstesting [11:39:05] *** pmuir has quit IRC [11:39:05] *** pmuir has joined #jbosstesting [12:09:35] *** aslak has quit IRC [12:15:08] *** bobmcw has quit IRC [12:15:29] *** bobmcw has joined #jbosstesting [12:27:38] *** aslak has joined #jbosstesting [12:43:55] <aslak> hmm.. eclipse 4.1 seems nice.. :) [13:21:09] *** michaelschuetz has quit IRC [13:21:53] *** michaelschuetz has joined #jbosstesting [13:43:03] *** Jaikiran has quit IRC [14:03:08] *** pmuir has quit IRC [14:04:16] *** pmuir has joined #jbosstesting [14:04:16] *** pmuir has quit IRC [14:04:16] *** pmuir has joined #jbosstesting [14:20:36] *** Jaikiran has joined #jbosstesting [14:42:38] *** rruss has joined #jbosstesting [14:47:14] *** jc3 has joined #jbosstesting [14:56:26] *** davidbos2_ has joined #jbosstesting [14:56:29] *** davidbos1 has joined #jbosstesting [14:57:23] *** davidbos2 has quit IRC [14:57:24] *** davidbos has quit IRC [14:57:41] *** ldimaggi_ has joined #jbosstesting [15:00:26] *** mgoldmann has joined #jbosstesting [15:04:48] *** lightguard_jp has joined #jbosstesting [15:08:12] *** davidbos2_ has quit IRC [15:08:18] *** davidbos1 has quit IRC [15:10:34] *** davidbos has joined #jbosstesting [15:10:41] *** davidbos2_ has joined #jbosstesting [15:11:00] *** davidbos2_ is now known as davidbos2 [15:29:20] *** davidbos1 has joined #jbosstesting [15:29:21] *** davidbos2_ has joined #jbosstesting [15:31:36] *** davidbos has quit IRC [15:32:50] *** davidbos2 has quit IRC [16:04:03] *** jdlee has joined #jbosstesting [16:14:44] *** pmuir has quit IRC [16:17:13] *** pmuir has joined #jbosstesting [16:17:13] *** pmuir has quit IRC [16:17:13] *** pmuir has joined #jbosstesting [16:30:10] *** lfryc has quit IRC [16:34:49] *** davidbos2_ has quit IRC [16:35:13] *** davidbos1 has quit IRC [16:39:44] *** kpiwko has quit IRC [16:39:56] *** kpiwko has joined #jbosstesting [16:44:22] *** kpiwko has quit IRC [16:51:37] *** oskutka has quit IRC [16:58:46] *** ldimaggi_ has quit IRC [17:03:47] *** balunasj has joined #jbosstesting [17:17:47] *** ldimaggi_ has joined #jbosstesting [17:25:38] *** michaelschuetz has quit IRC [17:35:54] *** mgencur has quit IRC [17:46:07] *** jharting has quit IRC [18:16:11] *** GTobi has quit IRC [18:33:23] *** michaelschuetz has joined #jbosstesting [18:41:56] *** balunasj is now known as balunasj_away [18:52:44] *** michaelschuetz has quit IRC [18:54:37] *** ALR has joined #jbosstesting [19:05:50] *** Jaikiran has quit IRC [19:10:37] *** maeste has quit IRC [19:54:23] *** pmuir has quit IRC [19:58:27] *** rruss has quit IRC [20:22:43] *** maeste has joined #jbosstesting [21:19:05] *** balunasj_away has quit IRC [21:33:14] *** rruss has joined #jbosstesting [21:40:52] *** ldimaggi_ has quit IRC [22:01:59] *** mgoldmann has quit IRC [22:22:51] *** davidbos has joined #jbosstesting [22:23:10] *** davidbos has quit IRC [22:23:35] *** davidbos has joined #jbosstesting [22:24:04] *** davidbos has joined #jbosstesting [22:30:21] *** wolfc has quit IRC [22:37:52] *** davidbos has quit IRC [23:21:15] *** jdewinne has joined #jbosstesting [23:38:05] *** michaelschuetz has joined #jbosstesting [23:54:38] *** rruss has quit IRC [23:55:08] *** jdewinne has left #jbosstesting [23:57:00] *** rruss has joined #jbosstesting