September 6, 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

[00:07:38] *** aslak has quit IRC
[01:49:31] *** ldimaggi has joined #switchyard
[01:50:58] *** antollinim has left #switchyard
[02:30:17] *** kcbabo has joined #switchyard
[02:30:17] *** kcbabo has joined #switchyard
[02:30:50] *** ChanServ sets mode: +o kcbabo
[02:30:55] *** kcbabo has quit IRC
[04:50:30] *** ldimaggi has quit IRC
[05:14:57] *** magesh has joined #switchyard
[05:26:47] *** dbevenius has joined #switchyard
[06:58:34] *** javahorn has joined #switchyard
[10:38:26] *** rbalent has joined #switchyard
[12:18:53] *** tfennelly has joined #switchyard
[13:05:15] *** igarashitm has joined #switchyard
[13:10:36] *** kcbabo has joined #switchyard
[13:10:36] *** kcbabo has joined #switchyard
[13:12:41] <kcbabo> tfennelly:  morning tom
[13:13:24] *** vinicius has joined #switchyard
[13:14:41] <tfennelly> kcbabo: hey Keith
[13:14:49] <tfennelly> kcbabo: did you fix the release build?
[13:15:19] <kcbabo> tfennelly:  I didn't, but that's what I want to talk about
[13:15:34] <kcbabo> tfennelly:  I don't think it's a problem with our build, per se
[13:15:43] <tfennelly> kcbabo: I've been dicking around with it here trying to exclude apache-xerces:xml-apis from the build but can't get rid of the bastard
[13:15:51] <tfennelly> sure
[13:15:56] <kcbabo> tfennelly:  something got screwy in Nexus and/or our dependency chain
[13:16:02] <tfennelly> kcbabo: but I thought we could side step it
[13:16:20] <tfennelly> kcbabo: right
[13:16:41] <kcbabo> tfennelly:  have you tried to track the dependency chain down to xml-apis?
[13:16:57] <tfennelly> kcbabo: well... all fingers point to nexus for me... it's a plain old plumbing problem... not able to get something from nexus
[13:17:02] <tfennelly> kcbabo: I have
[13:17:23] <tfennelly> kcbabo: the problem is that you can't build it (mvn dependency:tree)
[13:17:30] <tfennelly> kcbabo: it bombs out
[13:17:51] <tfennelly> kcbabo: I tried the "never fail" switches on maven but still fails
[13:18:15] <tfennelly> kcbabo: so... as an experiment... I just excluded it from all depedencies
[13:18:22] <kcbabo> tfennelly:  it's in the deprecated repository, so you should be able to add that repository to your settings.xml and get it to resolve that way
[13:18:33] <tfennelly> kcbabo: still getting the error though
[13:18:36] <kcbabo> tfennelly:  remember that link I posted in IRC yesterday?
[13:18:53] <tfennelly> kcbabo: no... what link?
[13:19:05] <tfennelly> kcbabo: I was just looking at adding a mirror in the settings.xml
[13:19:15] <tfennelly> kcbabo: was that what you were going to try?
[13:19:25] <tfennelly> kcbabo: not sure if it would work or not
[13:21:04] <kcbabo> tfennelly:  https://repository.jboss.org/nexus/service/local/repositories/deprecated/content/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.pom
[13:21:46] <tfennelly> kcbabo: ah right... see what you mean
[13:21:57] <tfennelly> kcbabo: there's a deprecated repo
[13:22:09] <tfennelly> kcbabo: wtf are they at :)
[13:33:22] <kcbabo> tfennelly:  adding the deprecated repository worked
[13:45:22] <tfennelly> kcbabo: yep.... how did you locate that btw... good find!!
[13:51:00] <kcbabo> tfennelly:  mish mash of memories I think
[13:51:10] <kcbabo> tfennelly:  I remember a discussion on the core about it
[13:51:21] <tfennelly> kcbabo: a mashup
[13:51:26] <kcbabo> tfennelly:  at one point, I think it was excluded from default resolution
[13:51:35] <kcbabo> tfennelly:  but then people complained and they put it back in
[13:51:37] <kcbabo> tfennelly:  IIRC
[13:51:49] <tfennelly> kcbabo: PITA
[13:52:01] <kcbabo> tfennelly:  big time
[14:07:11] <tfennelly> kcbabo: did you add that repo entry in the pom or in the settings.xml?
[14:07:43] <tfennelly> kcbabo: worked for me in the pom, but not in the settings.xml
[14:11:02] <kcbabo> tfennelly:  did you add it to a profile that's activated in your settings.xml ?
[14:11:27] <kcbabo> tfennelly:  we probably need to add it to the release pom in any case so that can be built stand-alone
[14:11:29] <tfennelly> kcbabo: don't have any default profiles in there
[14:11:40] <tfennelly> kcbabo: for sure... I think so
[14:11:59] <tfennelly> kcbabo: I'm trying it in just the jboss-as6 pom now
[14:12:14] <tfennelly> kcbabo: release/jboss-as6
[14:12:24] <tfennelly> kcbabo: might need to pull it up a level to the parent pom
[14:12:34] <tfennelly> kcbabo: will see
[14:13:09] <kcbabo> tfennelly:  let's just keep it in the release/pom.xml so that all the repo definitions for that repository are in one place
[14:13:22] <tfennelly> kcbabo: ok
[14:25:05] *** antollinim has joined #switchyard
[14:33:40] <igarashitm> kcbabo: hi, I've sent an pull request: https://github.com/jboss-switchyard/components/pull/225
[14:33:56] <igarashitm> kcbabo: for SWITCHYARD-437/SWITCHYARD-439
[14:34:46] <igarashitm> kcbabo: push it please whenever you like
[14:37:17] <kcbabo> igarashitm:  thanks very much - I will push it today for sure
[14:38:14] *** ldimaggi has joined #switchyard
[14:57:04] <tfennelly> kcbabo: hey.. I'll commit the release build fix in a little bit... have to run home... the f&&cking dogs have broken out.. need to get them back... anyone want 2 dogs... going free !!!
[14:57:17] <kcbabo> tfennelly:  oh snap
[14:57:22] *** tfennelly has quit IRC
[14:58:31] *** javahorn has quit IRC
[15:08:13] *** tcunning has joined #switchyard
[15:19:11] *** aslak has joined #switchyard
[15:32:07] *** tfennelly has joined #switchyard
[15:57:34] *** lanceball has joined #switchyard
[16:00:19] *** GitHub87 has joined #switchyard
[16:00:19] <GitHub87> [release] tfennelly pushed 1 new commit to master: http://git.io/pW1y1A
[16:00:19] <GitHub87> [release/master] Added deprecated JBoss Maven repo. - Tom Fennelly
[16:00:19] *** GitHub87 has left #switchyard
[16:01:14] *** GitHub125 has joined #switchyard
[16:01:14] <GitHub125> [core] tfennelly pushed 1 new commit to master: http://git.io/ysNnaA
[16:01:14] <GitHub125> [core/master] SWITCHYARD-438: getting all ResourceTypes by extension ignores extension inheritance - David Ward
[16:01:14] *** GitHub125 has left #switchyard
[16:11:01] *** tcunning has quit IRC
[16:23:49] *** errantepiphany has joined #switchyard
[16:29:45] *** rcernich has joined #switchyard
[16:47:55] *** tcunning has joined #switchyard
[16:51:44] *** GitHub129 has joined #switchyard
[16:51:44] <GitHub129> [parent] tfennelly pushed 1 new commit to master: http://git.io/b0RFDw
[16:51:44] <GitHub129> [parent/master] SWITCHYARD-430: Model merge does not merge schemaLocation attributes - David Ward
[16:51:44] *** GitHub129 has left #switchyard
[16:52:07] *** GitHub39 has joined #switchyard
[16:52:07] <GitHub39> [core] tfennelly pushed 1 new commit to master: http://git.io/5Fqjzw
[16:52:07] <GitHub39> [core/master] Merge branch 'SWITCHYARD-430' of https://github.com/errantepiphany/switchyard-core into SWITCHYARD-430 - Tom Fennelly
[16:52:07] *** GitHub39 has left #switchyard
[16:52:41] *** kcbabo is now known as babo_afk
[16:53:45] <errantepiphany> tfennelly: thank you. :)
[16:59:30] <tfennelly> errantepiphany: nps
[17:28:34] *** rbalent has quit IRC
[17:30:00] <tfennelly> errantepiphany: going to get an earful from keith now re a merge commit on your last push grrrr
[17:31:21] <errantepiphany> tfennelly: :(
[17:32:18] <tfennelly> errantepiphany: hehehe
[17:33:02] <tfennelly> errantepiphany: he might not notice it
[17:33:28] <tfennelly> errantepiphany: lets get a few more commits in there and push it down the stack a bit
[17:34:53] <errantepiphany> tfennelly: hahaha
[17:35:04] <tfennelly> errantepiphany: hehehehe ;)
[17:51:51] *** antollinim has quit IRC
[18:11:28] *** tcunning has quit IRC
[18:28:32] *** GitHub65 has joined #switchyard
[18:28:33] <GitHub65> [core] errantepiphany pushed 1 new commit to master: http://git.io/4LvqEQ
[18:28:33] <GitHub65> [core/master] SWITCHYARD-434: - Tom Fennelly
[18:28:33] *** GitHub65 has left #switchyard
[18:28:40] *** GitHub105 has joined #switchyard
[18:28:40] <GitHub105> [quickstarts] errantepiphany pushed 1 new commit to master: http://git.io/EueTlQ
[18:28:40] <GitHub105> [quickstarts/master] SWITCHYARD-434: - Tom Fennelly
[18:28:40] *** GitHub105 has left #switchyard
[18:28:55] *** GitHub177 has joined #switchyard
[18:28:56] <GitHub177> [release] errantepiphany pushed 1 new commit to master: http://git.io/LHJwWA
[18:28:56] <GitHub177> [release/master] SWITCHYARD-434: - Tom Fennelly
[18:28:56] *** GitHub177 has left #switchyard
[18:35:36] *** igarashitm has quit IRC
[18:37:51] *** tcunning has joined #switchyard
[18:42:27] *** antollinim has joined #switchyard
[18:43:30] *** jgraham_ has joined #switchyard
[18:54:05] <tfennelly> errantepiphany: thanks Dave
[18:56:32] <errantepiphany> tfennelly: np
[19:03:40] *** babo_afk is now known as kcbabo
[19:09:57] *** magesh has left #switchyard
[20:02:26] *** jgraham_ has quit IRC
[20:48:06] *** igarashitm has joined #switchyard
[21:00:51] *** dbevenius has quit IRC
[21:08:38] <igarashitm> tfennelly: hi thanks for testing and sorry.. I should have noticed this tests.. I'll fix it
[21:28:51] *** tfennelly has quit IRC
[21:32:15] *** kcbabo has quit IRC
[22:05:54] *** tfennelly has joined #switchyard
[22:07:14] *** tfennelly has quit IRC
[22:50:26] *** kcbabo has joined #switchyard
[22:50:26] *** kcbabo has joined #switchyard
[23:00:34] *** ldimaggi has quit IRC

top