June 1, 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:00:54] <maxandersen> nickboldt: where in svn is that publish.sh ? im curious what it do and why its not just done by a maven deployer.
[00:02:55] <nickboldt> http://anonsvn.jboss.org/repos/jbosstools/trunk/build/publish.sh
[00:03:20] <maxandersen> nickboldt: weird - find . -name publish.sh didnt work?oh well
[00:03:42] <nickboldt> maxandersen: if you can do all that with Maven, awesome. But since we're on linux for build and pushing to linux servers to host, shell will always work :)
[00:03:59] *** irooskov has quit IRC
[00:04:55] <maxandersen> i thought site.zip was useless ? but its referred in here ? nickboldt <
[00:05:43] <maxandersen> that is a bit more than just publish that occurs in there ;)
[00:05:52] <nickboldt> yeah, if site_assembly.zip is missing, publish the site.zip instead
[00:05:57] <nickboldt> I like to have fallbacks
[00:06:33] <nickboldt> well, it's publish + generate metadata + run ant scripts + save the world + bring world peace + ...
[00:06:53] *** irooskov has joined #jbosstools
[00:06:56] <nickboldt> it, uh, grew over time :) might be due for a refactoring
[00:06:59] <nickboldt> maxandersen: ^
[00:08:33] <maxandersen> nickboldt: btw. did you see mail about drools dependencies?
[00:09:02] <nickboldt> digging thru 100 email backlog
[00:09:37] <maxandersen> nickboldt: ok - so this one is relevant for CR1 since drools seem to currently be building from snapshot?should lock it down; email from KrisV outlines it.
[00:09:53] <maxandersen> use their CR now, and for CR2/Final use their Final.
[00:10:09] <maxandersen> (in short ;)
[00:11:32] <maxandersen> btw. do you grab their updatesite from the nexus repo or something else ? I was wondering if it would make sense for us to publish the updatesites into nexus and then aggregate from there instead of the current "world peace publishing" :)
[00:15:49] *** lzoubek has left #jbosstools
[00:17:31] <nickboldt> maxandersen: pull from nexus
[00:19:15] <nickboldt> maxandersen: still can't find an email re: drools
[00:19:18] <nickboldt> was it a jira?
[00:19:18] <maxandersen> nickboldt: okey - where is that ? curious to see.
[00:19:48] <maxandersen> nickboldt: subject: Re: .drl code completion broken in latest drools ?
[00:19:59] <maxandersen> nickboldt: you are in the cc header.
[00:20:03] <nickboldt> ah, that. shit, prolly deleted/archived that
[00:20:15] <nickboldt> https://hudson.qa.jboss.com/hudson/job/jbosstools-drools-5.2_trunk/configure -> https://repository.jboss.org/nexus/content/groups/public/org/drools/org.drools.updatesite/
[00:22:32] <maxandersen> nickboldt: that means what exactly ? it reads to me as "take latest" instead of "take specific" ?
[00:22:51] <nickboldt> yeah, that's what SNAPSHOT means. :) They haven't given me a tag to use yet
[00:23:00] <maxandersen> nickboldt: the mail says it
[00:23:28] <maxandersen> "Builds should be picked up from nexus:
[00:23:28] <maxandersen> https://repository.jboss.org/nexus/content/repositories/releases/org/drools/org.drools.updatesite/5.2.0.CR1/org.drools.updatesite-5.2.0.CR1-assembly.zip
[00:23:29] <maxandersen> Geoffrey and Nick have been syncing on this.
[00:23:29] <maxandersen> Afaik there's this hudson job that takes our artefacts from Nexus, does some modifications and puts them somewhere so the JBTools build can pick them up.
[00:23:29] <maxandersen> https://hudson.qa.jboss.com/hudson/job/jbosstools-drools-5.2_stable_branch/
[00:23:30] <maxandersen> It's probably just a matter of changing that build job VERSION configuration from 5.2.0-SNAPSHOT to 5.2.0.CR1.
[00:23:30] <maxandersen> "
[00:23:55] <maxandersen> was kris answer when I asked if you and they were in sync on what to use.
[00:24:09] <nickboldt> ok, found email
[00:32:31] *** aslak has quit IRC
[00:34:51] <maxandersen> dgolovin: what mvn command are you currently using to build all in jboss tools svn trunk  ? when i use mvn -f build/pom.xml clean install I get vpe compiled before CSS it seems - and then the build fails with compile error
[00:35:39] <dgolovin> maxandersen: mvn clean install -Dmaven.test.skip
[00:35:52] <maxandersen> dgolovin: thats what im doing ;(
[00:36:53] <dgolovin> maxandersen: it means someone added cycle deps in plugins
[00:37:09] <dgolovin> now mvn clean install fails on hibernate
[00:37:12] <maxandersen> dgolovin: but the CI build does not seem to have problems.
[00:37:37] *** psrna has quit IRC
[00:38:21] <maxandersen> aaaah
[00:38:32] <maxandersen> CssPlugin.java != CSSPlugin.java
[00:39:34] <maxandersen> for some reason CssPlugin.class is what ends up in the jar...
[00:40:56] * maxandersen btw loves that mvn by default just works :)
[00:43:19] <maxandersen> fixed - seemed to be a stale compile of jst
[00:45:18] *** irooskov has quit IRC
[00:47:02] <dgolovin> maxandersen: Can you build hibernate tools? It fails for me
[00:47:45] <maxandersen> tycho is still "resolving target platform" for the whole thing so dont know yet
[00:47:53] <nickboldt> maxandersen: that's because you get access to upstream components nightlies w/o having to first build 'em
[00:48:26] <maxandersen> nickboldt: eh ? not if I do a full build hopefully.
[00:48:59] <dgolovin> maxandersen: public Iterator<JavaQuery> queries() {
[00:49:01] <dgolovin> [ERROR] The method queries() of type HibernateJavaQueryContainerImpl must override or implement a supertype method
[00:49:16] <maxandersen> dgolovin: sounds like a bad @override again
[00:49:19] <nickboldt> maxandersen: I thought you wanted COMPONENT builds :(
[00:49:36] <nickboldt> Y U NO SKIP REBUILDING UPSTREAM?
[00:49:41] <maxandersen> nickboldt: yes I want that - but that is not what we are getting right now.
[00:49:53] <dgolovin> maxandersen: yes, but it is different kind, because there is no queries() method to override
[00:50:27] <maxandersen> nickboldt: I'm currently building everything in jboss tools trunk to be sure the pluginid/artifactsid and parent refs are correct?so i can eventually get to fix versions (i.e. 0.0.1 all over the place is rubbing me sideways)
[00:51:15] <maxandersen> nickboldt: and since the clocks aren't synced the timestamp differences kills deterministicly it seems.
[00:51:22] <maxandersen> badly spelled.
[00:51:33] <maxandersen> dgolovin: it started building now..should know shortly
[00:56:59] <dgolovin> I removed @Override and started build again to check other components
[00:57:11] <maxandersen> dgolovin: ok
[00:57:46] <maxandersen> ?is there a way to skip the building of site(s) ? they are taking quite some time when just compiling ;)
[00:57:53] <maxandersen> just trying to compile i mean
[00:58:27] <dgolovin> maxandersen: for now - there is no way, but we can add something to control it
[00:58:44] <maxandersen> dgolovin: not a biggie for now
[00:58:51] <maxandersen> it might just be perception
[01:00:15] <dgolovin> maxandersen: those sites aren't used for aggregation, so they can be just removed from component pom/xml files
[01:00:27] <maxandersen> dgolovin: ??
[01:00:35] <maxandersen> dgolovin: not sure I understand?
[01:00:51] <maxandersen> dgolovin: if these arent the sites used what is ?
[01:01:08] *** odin_ has quit IRC
[01:01:24] *** irooskov has joined #jbosstools
[01:01:25] <dgolovin> maxandersen: they can be used for example to install locally built component
[01:01:48] <maxandersen> dgolovin: yes??
[01:01:49] <dgolovin> maxandersen: ups, they are used
[01:01:57] <maxandersen> ah okey ;)
[01:01:59] *** odin_ has joined #jbosstools
[01:02:03] *** maxandersen has quit IRC
[01:02:08] *** maxandersen has joined #jbosstools
[01:02:09] *** ChanServ sets mode: +o maxandersen
[01:02:22] <maxandersen> ffs?why do I keep loosing connection to here...
[01:03:41] <dgolovin> maxandersen: AbstractHibernateNamedQueryImpl<T> must implement the inherited abstract method AbstractJavaQuery<T>.validateQuery_(List<IMessage>, IReporter, CompilationUnit)
[01:03:48] <dgolovin> another one
[01:04:09] <fbricon> maxandersen: ping
[01:04:10] <maxandersen> dgolovin: why isnt aggregated build failing?
[01:04:14] <maxandersen> fbricon: pong
[01:04:20] <maxandersen> dgolovin: or is this some recent changes?
[01:04:25] <fbricon> heard there's a call tomorrow?
[01:04:34] <fbricon> maxandersen: ^^
[01:04:43] <maxandersen> fbricon: the devstudio call
[01:04:53] <maxandersen> fbricon: i guess its time for you to join if you are up for it ;)
[01:05:03] <maxandersen> didn't want to bring you in while "booting up"
[01:05:22] <fbricon> yeah I'm interested
[01:05:35] <fbricon> feed me some details?
[01:05:39] <maxandersen> fbricon: im not on vpn right now - but ill send you details tomorrow - its at 16:00
[01:05:46] <fbricon> ah ok
[01:05:59] <maxandersen> dgolovin: hibernate just build for me
[01:06:13] <maxandersen> dgolovin: but thats trunk as it was ~4 hours ago
[01:06:15] <fbricon> hopefully, the maven stuff should be building now.
[01:06:23] <maxandersen> fbricon: excellent
[01:06:39] <maxandersen> and i should be off to bed now
[01:06:58] <maxandersen> see you gus tomorrow - my machine will keep this room warm building ;)
[01:07:08] <fbricon> we updated the TP with the right m2e-wtp version and our m2e-wtp build just be publish anytime now
[01:07:19] <maxandersen> fbricon: double excellent
[01:07:26] <fbricon> *should be published
[01:07:29] *** maxandersen is now known as maxanderzzzen
[01:08:02] <maxanderzzzen> dgolovin: will you commit the parent fixes within the next 6-7 hours ? :)
[01:08:24] <dgolovin> maxandersen:  ok. I'll check it with clean repo to be sure it is not related to time difference between concord an NY
[01:10:02] <maxanderzzzen> dgolovin: ah btw?.because the default is not using target files i'm building against M6 ?.might be some M7/RC1 discrepency ?
[01:10:27] <fbricon> get out maxanderzzzen
[01:10:59] <dgolovin> maxanderzzzen: it could be, that's why I need new clean build to be sure
[01:11:05] <maxanderzzzen> fbricon: you are right?.bye ;)
[01:11:23] <fbricon> I'm gonna do the same
[01:11:43] <maxanderzzzen> i'm going to hit someone hard if JPA/Dali broke api's (even internal) again...
[01:11:49] *** fbricon is now known as fbricon_zzzz
[01:12:08] * maxanderzzzen will go dream about having jbosstools in git?.
[01:12:15] <maxanderzzzen> night guys - see you tomorrow
[01:12:21] <fbricon_zzzz> maxanderzzzen: oh yes yes
[01:12:34] <dgolovin> see you
[01:19:32] *** Snjeza has left #jbosstools
[01:20:34] *** bfitzpat has quit IRC
[01:42:23] *** irooskov has quit IRC
[01:50:31] *** irooskov has joined #jbosstools
[02:23:28] *** akazakov has quit IRC
[05:37:20] *** maxanderzzzen is now known as maxandersen
[05:37:25] <maxandersen> morning
[05:37:30] <maxandersen> dgolovin: still around?
[06:11:47] *** maxandersen1 has joined #jbosstools
[06:11:48] *** maxandersen has quit IRC
[06:35:32] *** irooskov has quit IRC
[06:55:42] *** vpakan has joined #jbosstools
[07:02:08] *** jpeterka has joined #jbosstools
[07:03:45] *** jpeterka has quit IRC
[07:04:13] *** jpeterka has joined #jbosstools
[07:38:58] *** koentsje has joined #jbosstools
[07:42:50] *** psrna has joined #jbosstools
[07:44:15] *** dgeraskov has joined #jbosstools
[07:44:15] *** ChanServ sets mode: +o dgeraskov
[07:58:17] <maxandersen1> dgeraskov: morning! seems dali once again changed (internal?) APIs ?
[07:58:32] <maxandersen1> dgolovin: I can see you got the pom commits in - great!
[08:01:58] <dgeraskov> maxandersen1: morning
[08:02:19] <maxandersen1> morning
[08:02:22] <dgeraskov> downloading wtp right now, ecause of error on hudson
[08:02:31] <maxandersen1> coolio
[08:11:19] *** rawbdor has joined #jbosstools
[08:43:11] *** aslak has joined #jbosstools
[08:47:03] <rawbdor> gridqian, ping
[08:50:29] <maxandersen1> rawbdor: I believe grid is on PTO today
[08:50:41] <rawbdor> is there some holiday or something? where are all the china guys?
[08:50:44] <rawbdor> maxandersen1,
[08:51:21] <maxandersen1> rawbdor: only grid is listed as pto on the vacation calendar
[08:59:18] *** rawbdor has quit IRC
[08:59:32] *** fbricon_zzzz is now known as fbricon
[09:06:06] *** rawbdor has joined #jbosstools
[09:13:42] *** maxandersen1 has quit IRC
[09:15:06] *** maxandersen has joined #jbosstools
[09:15:06] *** ChanServ sets mode: +o maxandersen
[09:16:15] *** maxandersen has quit IRC
[09:19:48] *** rawbdor has quit IRC
[09:21:57] *** lzoubek has joined #jbosstools
[09:22:01] *** ChanServ sets mode: +o lzoubek
[09:26:33] *** rawbdor has joined #jbosstools
[09:31:34] *** tfennelly has quit IRC
[09:33:08] *** adietisheim has joined #jbosstools
[09:33:09] *** ChanServ sets mode: +o adietisheim
[09:34:15] *** imeikas has joined #jbosstools
[09:43:35] *** koentsje has quit IRC
[09:43:35] *** aslak has quit IRC
[09:44:03] *** aslak has joined #jbosstools
[09:45:19] *** koentsje has joined #jbosstools
[09:57:23] *** tfennelly has joined #jbosstools
[09:57:24] *** ChanServ sets mode: +o tfennelly
[10:02:03] *** imeikas has quit IRC
[10:03:14] *** koentsje has quit IRC
[10:07:46] *** koentsje has joined #jbosstools
[10:11:53] *** gbrown has joined #jbosstools
[10:18:27] *** ljungman has joined #jbosstools
[10:23:19] *** dpalmer has joined #jbosstools
[10:45:39] *** jskov has quit IRC
[10:47:56] *** jeremybrown has joined #jbosstools
[10:53:02] *** maxandersen has joined #jbosstools
[10:53:03] *** ChanServ sets mode: +o maxandersen
[10:54:42] *** imeikas has joined #jbosstools
[10:59:41] *** koentsje has quit IRC
[10:59:53] *** kkhan has joined #jbosstools
[11:02:18] *** koentsje has joined #jbosstools
[11:03:58] *** jeremybrown has quit IRC
[11:06:49] *** koentsje has quit IRC
[11:17:50] *** gbrown_ has joined #jbosstools
[11:19:31] *** gbrown has quit IRC
[11:20:08] *** jeremybrown has joined #jbosstools
[11:38:54] <maxandersen> dgeraskov: so what was the changes in Dali - internal ones ?
[11:59:33] *** jeremybrown_ has joined #jbosstools
[11:59:48] <dgeraskov> maxandersen: let me check
[12:00:43] *** jeremybrown has quit IRC
[12:05:16] <dgeraskov> maxandersen: yes, both internals
[12:06:32] <maxandersen> dgeraskov: wonder when they actually freezes their api ;)
[12:08:03] <dgeraskov> maxandersen: yes, I understood this
[12:09:02] <dgeraskov> macan't press for ConnectionProvider#close() replacement from hibernate guys
[12:09:20] <dgeraskov> maxandersen: in hibernate4 alpha3
[12:09:29] <maxandersen> dgeraskov: not understand what you mean ?
[12:09:35] <maxandersen> "yes, i understood this" ?
[12:09:57] <maxandersen> and also not the "macan't press for.." ?
[12:10:45] <dgeraskov> maxandersen: I understood the reason why you asked about the internal api change in Dali
[12:11:14] <dgeraskov> maxandersen: and I can't get the replacement of  ConnectionProvider#close() from hibernate guys in hibernate 4.0
[12:11:33] <dgeraskov> I mean how to call old close() method as it was removed from api
[12:12:01] <maxandersen> dgeraskov: didnt Sanne or was it Hardy's comment answer it ?
[12:12:08] <maxandersen> cast the proxy to the interface ?
[12:12:15] <dgeraskov> but still exists it ( with name "stop" )  in some ConnectionProvider implementations
[12:12:25] <dgeraskov> :)
[12:12:39] <dgeraskov> my first email said instanceof doesn' work
[12:13:10] <maxandersen> so what is it you need this for ?
[12:13:37] <dgeraskov> because I need to release the database connection
[12:13:45] <dgeraskov> not actually connection...
[12:13:51] <dgeraskov> but lock
[12:14:07] <dgeraskov> without the call our tests can't do the cleanup
[12:14:16] <dgeraskov> db is still locked
[12:14:39] <maxandersen> dgeraskov: how does hibernate core test suite do it ?
[12:16:50] <dgeraskov> JDBCBinder called ConnectionProvider#close()
[12:17:06] <dgeraskov> but now the method is removed from ConnectionProvider
[12:17:57] <dgeraskov> and some implementations of ConnectionProvider now also implements Stoppable interface which has stop method - I guesss a replacement for old "close"
[12:18:26] <dgeraskov> if ( connectionProvider instanceof Stoppable )   ( ( Stoppable ) connectionProvider ).stop();
[12:18:31] <dgeraskov> this doesn't work
[12:18:41] <dgeraskov> as connectionProvider now is a proxy
[12:18:46] <dgeraskov> but not actual instance
[12:19:36] <dgeraskov> but there is also some Wrapped interface which is extended by ConnectionProvider
[12:19:45] <dgeraskov> and it has 2 interesting methods
[12:19:54] <dgeraskov> public boolean isUnwrappableAs(Class unwrapType);
[12:19:59] <dgeraskov> public <T> T unwrap(Class<T> unwrapType);
[12:20:36] <dgeraskov> so I hoped this could work
[12:20:44] <dgeraskov> if (connectionProvider.isUnwrappableAs(Stoppable.class)) connectionProvider.unwrap(Stoppable.class).stop();
[12:20:50] <dgeraskov> but also doesn't work...
[12:32:49] <maxandersen> dgeraskov: I would go look in core and see places it used to call that close method and see what it was replaced with
[12:32:54] *** maxandersen is now known as maxandersen_lunc
[12:34:01] <dgeraskov> you mean look in git log first?
[12:41:54] *** rawbdor has quit IRC
[12:49:01] *** rawbdor has joined #jbosstools
[13:14:54] *** aslak has quit IRC
[13:15:38] *** aslak has joined #jbosstools
[13:22:31] <maxandersen_lunc> dgeraskov: yes
[13:29:11] *** Snjeza has joined #jbosstools
[13:29:12] *** ChanServ sets mode: +o Snjeza
[13:45:24] *** balunasj has joined #jbosstools
[13:45:25] *** balunasj has joined #jbosstools
[14:20:36] *** jwulf has quit IRC
[14:30:26] *** imeikas has quit IRC
[14:32:54] *** blafond has joined #jbosstools
[14:47:41] *** danflo has joined #jbosstools
[15:05:03] *** maxandersen has joined #jbosstools
[15:05:03] *** ChanServ sets mode: +o maxandersen
[15:06:28] *** maxandersen_lunc has quit IRC
[15:35:33] *** Snjeza has left #jbosstools
[15:41:33] *** bfitzpat has joined #jbosstools
[15:41:33] *** ChanServ sets mode: +o bfitzpat
[15:43:19] <fbricon> maxandersen: Hi, can you send me the details about the call?
[15:45:41] *** imeikas has joined #jbosstools
[15:49:50] <maxandersen> fbricon: mail
[15:50:03] <fbricon> maxandersen: thx
[15:55:59] *** balunasj is now known as balunasj_mtg
[15:58:34] *** psrna has quit IRC
[16:04:04] <fbricon> maxandersen: didn't you say 4pm?
[16:04:12] <maxandersen> yes will join
[16:10:34] *** dgeraskov has quit IRC
[16:20:14] *** dgolovin1 has joined #jbosstools
[16:20:42] *** jeremybrown has joined #jbosstools
[16:21:31] *** jeremybrown_ has quit IRC
[16:22:51] *** jeremybrown_ has joined #jbosstools
[16:23:40] <nickboldt> https://issues.jboss.org/browse/JBIDE-9038 -- maxandersen is the resolution there OK? I was sorta tired/lazy last night :)
[16:23:44] <jbott> Task: [JBIDE-9038] JBT 3.2.x should move TP to include WTP 3.2.4 [Resolved, Major, (Build/Releng), nickboldt] https://issues.jboss.org/browse/JBIDE-9038
[16:24:00] <nickboldt> rawbdor: bfitzpat: ^
[16:24:15] *** tfennelly has quit IRC
[16:24:48] *** rruss has joined #jbosstools
[16:26:49] *** jeremybrown has quit IRC
[16:30:19] *** dgolovin1 has quit IRC
[16:45:46] *** lzoubek has left #jbosstools
[16:54:07] *** ljungman has quit IRC
[17:04:44] *** amitev2 has joined #jbosstools
[17:08:18] *** amitev has quit IRC
[17:18:17] *** maxandersen has quit IRC
[17:20:30] <fbricon> nickboldt: yo
[17:21:19] <fbricon> about https://issues.jboss.org/browse/JBIDE-9030, I assume I just have to bump up the version in the requirements
[17:21:25] <jbott> Task: [JBIDE-9030] Update the m2eclipse requirements to use m2eclipse-wtp 0.12.0 [Open, Major, (Build/Releng, maven), nickboldt] https://issues.jboss.org/browse/JBIDE-9030
[17:21:49] <fbricon> nickboldt: that'd be after codefreeze
[17:23:16] <nickboldt> fbricon: yes and no - I have to put 0.13 on the TP first
[17:23:59] <nickboldt> fbricon: can we wait until a) I fix the WTP 3.2.4 thing (going to need a respin there) and b) we sort out the publishing of m2e-wtp as discussed today on the call?
[17:24:11] <fbricon> nickboldt: sure
[17:24:27] <fbricon> nickboldt: just wanted to check if I understood correctly
[17:28:07] <nickboldt> fbricon: well, I fix the TP to include 0.13 instead of 0.12, then respin. you fix your features/plugins to set a new baseline for the dependency - (0.13.0,1.1], I assume, instead of (0.12.0,0.13] ? then we respin and all's well. in theory. :)
[17:28:23] <fbricon> wait wait wait
[17:28:50] <fbricon> nickboldt:  0.13 for what version of JBT???
[17:30:10] <nickboldt> you wanted it in 3.2.1 AND in 3.3.0, right?
[17:30:13] <nickboldt> fbricon: ^
[17:30:26] <fbricon> nickboldt: no
[17:30:51] <fbricon> I want 0.12 for 3.2.1, 0.13.0 for 3.2.2 and 3.3.0
[17:32:13] <fbricon> nickboldt: ^^
[17:34:01] *** tfennelly has joined #jbosstools
[17:34:01] *** ChanServ sets mode: +o tfennelly
[17:34:40] <fbricon> m2e got permission to graduate incubation and release version 1.0.0 as part of Eclipse 3.7 "Indigo" release  http://dev.eclipse.org/mhonarc/lists/technology-pmc/msg03281.html
[17:34:41] <fbricon>
[17:37:57] <nickboldt> fbricon: ah, ok. then certainly NO rush in maintenance stream. :)
[17:38:40] <fbricon> nickboldt: yeah, don't want to backport all maven 3.3.0 at the last minute
[17:42:50] <nickboldt> good plan :)
[17:43:28] *** yradtsevich has joined #jbosstools
[17:43:28] *** ChanServ sets mode: +o yradtsevich
[17:47:54] *** psrna has joined #jbosstools
[17:50:54] *** dpalmer has quit IRC
[17:55:58] *** bbrodt has quit IRC
[17:57:36] *** bbrodt has joined #jbosstools
[17:57:36] *** ChanServ sets mode: +o bbrodt
[18:05:43] *** vpakan has quit IRC
[18:07:09] *** jpeterka has quit IRC
[18:11:11] <fbricon> nickboldt: Igor confirmed me https://repository.sonatype.org/content/sites/forge-sites/m2e/0.13.0/N/0.13.0.201105260005/ == m2e 1.0.0
[18:11:31] *** maxandersen has joined #jbosstools
[18:11:31] *** ChanServ sets mode: +o maxandersen
[18:11:48] <nickboldt> fbricon: ok, so anything I need to do?
[18:12:26] *** jeremybrown_ has quit IRC
[18:12:26] <fbricon> I'm gonna check the build.xml, but if we're good that means less hassle for the next month
[18:13:59] <nickboldt> fbricon: \o/ :)
[18:14:00] <fbricon> nickboldt: we're good :-)
[18:14:16] * nickboldt notes: And there was much rejoicing.
[18:14:49] <maxandersen> nickboldt: JBIDE-9038 - reading the comments and im fine with both versions being in there; but i also assume then 3.2.4 bits are the only thing that goes into JBDS 4.1.0.CR1 ? (and is that controlled via a target file or how ?)
[18:14:52] <jbott> Task: [JBIDE-9038] JBT 3.2.x should move TP to include WTP 3.2.4 [Resolved, Major, (Build/Releng), nickboldt] https://issues.jboss.org/browse/JBIDE-9038
[18:15:10] <fbricon> actually, sonatype should rebuild 0.13.0 tonight into 1.0.0
[18:15:22] <fbricon> be the code stays the same
[18:16:10] <maxandersen> fbricon: oh ? will that have effect on us or will p2 allow 1.0.0 to be installed for plugins saying thay want 0.13.0?
[18:16:19] *** akazakov has joined #jbosstools
[18:16:19] *** ChanServ sets mode: +o akazakov
[18:16:40] <fbricon> I'll update the version range
[18:17:49] <fbricon> maxandersen: we should be ok. I'm finishing the changes on m2e-wtp and wil do the same on the JBT maven plugins
[18:19:22] *** dmaliarevich has joined #jbosstools
[18:22:12] *** kraman has joined #jbosstools
[18:23:59] <maxandersen> fbricon: goodie
[18:28:49] <nickboldt> maxandersen: 3.2.4 was added for CR2, not CR1. did it AFTER tagging
[18:29:10] <maxandersen> nickboldt: hmm?so QA won't actually be able to test it ?
[18:29:18] <maxandersen> how recent is 3.2.4?
[18:29:31] <maxandersen> and is there anything in it we know we need ?
[18:29:46] <nickboldt> maxandersen: came out May 11; moved our TP to include the changes last night after moving CR1 to location for QE review
[18:30:03] <nickboldt> maxandersen: yes, rawbdor asked for this. see JBIDE-9038's upstream JIRA
[18:30:07] <jbott> Task: [JBIDE-9038] JBT 3.2.x should move TP to include WTP 3.2.4 [Resolved, Major, (Build/Releng), nickboldt] https://issues.jboss.org/browse/JBIDE-9038
[18:30:35] * nickboldt has to reboot, walk dogs, and eat. bbiab
[18:30:53] *** kraman has left #jbosstools
[18:31:20] *** nickboldt has quit IRC
[18:31:25] <maxandersen> rawbdor:
[18:31:42] <maxandersen> rawbdor: daamn - moving to 3.2.4 so late in the game ?.are we cool about that?
[18:32:01] * maxandersen does see the seriousness of jbide-8437 ?just very short warning
[18:32:04] <jbott> Bug: [JBIDE-8437] Jar files wrongly classified als deployable modules [Open, Major, (JBossAS, UpStream), rob.stryker] https://issues.jboss.org/browse/JBIDE-8437
[18:32:36] *** tfennelly has quit IRC
[18:37:20] *** mriet has joined #jbosstools
[18:37:30] <mriet> maxandersen, ping?
[18:38:03] <maxandersen> mriet: pong
[18:38:22] <mriet> maxandersen, hi! question about jbott: is it possible to have it run/attend Codehaus channels?
[18:38:40] <mriet> maxandersen, (re: team meetings on irc thread)
[18:39:01] <maxandersen> mriet: technically yes?.
[18:39:08] <mriet> maxandersen, lol.. but?
[18:39:10] <maxandersen> mriet: would need a new instance though ;)
[18:39:39] <maxandersen> mriet: and it complicates the future publishing which is planned to go to transcribe.jboss.org/meetings ?.
[18:39:45] <maxandersen> what channels would it be for ?
[18:40:07] <mriet> maxandersen, I was just talking to krisv, and he mentioned that he might want to use it for jbpm meetings (thus codehaus #jbpm)
[18:40:24] <maxandersen> why don't you guys go on freenode anyway? :)
[18:40:32] <maxandersen> life would be so much simpler for everyone
[18:40:49] <mriet> maxandersen, hha.. maybe we will -- or at least make a channel for jbpm meetings here. :)
[18:40:55] <mriet> s/hha/haha/
[18:41:04] <maxandersen> mriet: if you do that - then no problems at all.
[18:41:24] <mriet> maxandersen, cool, I'll relay it back and let you know what we plan to do.. thanks!
[18:41:27] <maxandersen> mriet: if not, then need to create a new instance/separate config and different upload
[18:42:01] <maxandersen> so yes, its doable - but the simplest thing is definitely do the meeting chats on freenode where everything else is ;)
[18:48:54] *** gbrown_ has quit IRC
[18:55:50] *** maxandersen has quit IRC
[18:57:56] *** blafond has left #jbosstools
[19:01:59] *** tfennelly has joined #jbosstools
[19:02:00] *** tfennelly has quit IRC
[19:02:00] *** tfennelly has joined #jbosstools
[19:02:00] *** ChanServ sets mode: +o tfennelly
[19:03:19] *** tfennell_ has joined #jbosstools
[19:04:30] *** koentsje has joined #jbosstools
[19:06:08] *** tfennelly has quit IRC
[19:11:16] *** koentsje has quit IRC
[19:13:43] *** mriet has quit IRC
[19:22:17] <fbricon> Damn there's a regression in m2e-wtp when running against Indigo RC2
[19:29:45] *** Snjeza has joined #jbosstools
[19:29:46] *** ChanServ sets mode: +o Snjeza
[19:44:45] *** dmaliarevich has quit IRC
[20:08:15] *** rruss has quit IRC
[20:14:41] *** psrna has quit IRC
[20:19:01] *** gbrown_ has joined #jbosstools
[20:51:14] *** maxandersen has joined #jbosstools
[20:51:15] *** ChanServ sets mode: +o maxandersen
[20:55:02] *** maxandersen has quit IRC
[20:57:58] *** lzoubek has joined #jbosstools
[20:57:58] *** ChanServ sets mode: +o lzoubek
[21:10:35] *** nickboldt has joined #jbosstools
[21:10:35] *** ChanServ sets mode: +o nickboldt
[21:11:30] *** balunasj_mtg has quit IRC
[21:29:33] *** irooskov has joined #jbosstools
[22:07:41] *** yradtsevich has quit IRC
[22:12:47] <fbricon> nickboldt: ping
[22:14:32] *** gbrown_ has quit IRC
[22:18:27] <nickboldt> fbricon: pong
[22:18:43] <fbricon> can you look at https://hudson.qa.jboss.com/hudson/job/m2eclipse-wtp-e36-clone/3/console ?
[22:19:01] <fbricon> I fixed the email address glitch since then
[22:19:36] <fbricon> nickboldt: but I don't know if the rsync is good or bad
[22:21:40] <nickboldt> looks bad, fbricon. and your email address has a space in it :(
[22:22:22] <nickboldt> yet this looks fine: https://hudson.qa.jboss.com/hudson/user/fbricon/configure
[22:22:45] <fbricon> nickboldt: I fixed it after the failure
[22:23:04] <nickboldt> ah, ok
[22:23:07] <fbricon> I'm more concerned about the rsync
[22:24:52] <fbricon> nickboldt: https://hudson.qa.jboss.com/hudson/job/m2eclipse-wtp-e36-clone/4/console
[22:26:48] <nickboldt> maybe dev88 is screwed up?
[22:27:07] *** kkhan has quit IRC
[22:27:15] <fbricon> nickboldt: I couldn't tell
[22:27:29] <fbricon> anyway we can tell hudson to NOT use this slave?
[22:27:37] <nickboldt> could be a rhel6 thing... lemme try switching you to rhel5
[22:27:39] <fbricon> or any way
[22:28:28] <fbricon> nickboldt: if you have other builds running on RHEL5 and publishing then it's not an OS thing
[22:28:40] <nickboldt> rhel5, yes. but dev88 is rhel6
[22:28:48] <fbricon> I meant RHEL6
[22:28:49] <nickboldt> and I have none running there. yet
[22:28:56] <fbricon> ok
[22:29:13] <fbricon> I shouldn't stay long tonight
[22:29:43] <fbricon> and tomorrow + friday = Holidays
[22:30:03] <nickboldt> well, your build is quick. stick around for 10 mins ?
[22:30:24] <fbricon> it's quick on quick machines
[22:30:32] <nickboldt> it's got to dl the internets again (new slave) but then it should be under 7 mins
[22:31:44] <fbricon> I'll keep an eye on the 'puter, won't go to bed soon. I hope I can watch something this week :-)
[22:32:16] *** rruss has joined #jbosstools
[22:32:26] *** adietisheim has quit IRC
[22:37:11] *** kkhan has joined #jbosstools
[22:43:19] *** imeikas has quit IRC
[22:48:03] *** adietisheim has joined #jbosstools
[22:48:03] *** ChanServ sets mode: +o adietisheim
[22:57:57] <nickboldt> fbricon: https://hudson.qa.jboss.com/hudson/job/m2eclipse-wtp-e36-clone/5/console finished full of win
[22:58:31] <fbricon> nickboldt: \o/
[22:58:39] <fbricon> now wheree are the builds?
[22:58:39] <nickboldt> http://download.jboss.org/jbosstools//builds/staging/m2eclipse-wtp-e36-clone/ ... actually, not FULL of win
[22:58:47] <nickboldt> it didn't find the update site
[23:00:04] <fbricon> I definitely need to rename the job
[23:00:20] <nickboldt> yeah :)
[23:00:26] <fbricon> I guess It'll redownload everything
[23:00:37] <nickboldt> and we need to make the update site built in ~/site/ instead of under the feature, then copied over
[23:00:56] <nickboldt> maybe I can throw you a patch?
[23:00:58] <fbricon> huh?
[23:01:47] <fbricon> what's wrong copiying shit from feature?
[23:02:16] <nickboldt> well, you didn't copy over a zip, so the publisher didn't find a zip to publish :)
[23:02:24] <nickboldt> fbricon: so... GIGO :)
[23:02:44] <fbricon> nickboldt: ?
[23:02:55] <nickboldt> garbage-in-garbage-out
[23:03:06] <nickboldt> or rather, no zip in, no zip published
[23:03:31] *** kkhan has quit IRC
[23:03:34] <fbricon> nickboldt: so it's just the bash that needs to be fixed, use the correct zip location
[23:03:51] <nickboldt> ah, ok. I can poke at that. bonne nuit!
[23:04:08] <nickboldt> want me to rename from "-clone" to "" in the job name?
[23:04:17] <fbricon> I was about to do it
[23:04:28] <nickboldt> ah, ok
[23:04:35] <nickboldt> then I'll leave you to it :)
[23:05:46] *** kkhan has joined #jbosstools
[23:10:24] *** tfennell_ has quit IRC
[23:12:23] <fbricon> nickboldt: new build started https://hudson.qa.jboss.com/hudson/job/m2eclipse-wtp-e36/6/console
[23:13:11] <nickboldt> sticking around to audit the results in 25 mins, or off to bed?
[23:13:14] <nickboldt> fbricon: ^
[23:13:49] <fbricon> nickboldt: prolly sticking around. Missy's gone to bed already, so I can't watch Game of thrones
[23:13:56] <nickboldt> and where's your extra shell stuff in the job?
[23:14:16] <nickboldt> did you add it to publish.sh?
[23:14:32] <fbricon> just did mv ${WORKSPACE}/sources/org.maven.ide.eclipse.wtp.feature/target/*.zip ${WORKSPACE}/sources/site
[23:14:32] <fbricon> rm -fr publish.sh; wget -q http://anonsvn.jboss.org/repos/jbosstools/trunk/build/publish.sh
[23:14:32] <fbricon> . publish.sh
[23:15:04] <nickboldt> oh. duh. I'm farking blind today
[23:16:47] <fbricon> nickboldt: any way we can set a different folder name on http://download.jboss.org/jbosstools/builds/staging/ ?
[23:18:25] *** kkhan has quit IRC
[23:18:52] <fbricon> nickboldt: like using a script param targetFolder=m2eclipse-wtp ?
[23:25:52] <fbricon> http://www.korben.info/tellement-vrai.html (graphistes=designers, chefs de projets=project managers)
[23:28:12] <nickboldt> fbricon: what's wrong with 1:! mapping of jobname to foldername?
[23:28:22] <nickboldt> 1:1, I mean
[23:28:54] <fbricon> users *might* think the site is for use w/ e3.6
[23:29:23] <fbricon> nickboldt: but I can live with that
[23:30:24] <nickboldt> well, lemme figure out how I do the extra publishing for xulrunner and we can hook you up w/ that too
[23:32:39] *** danflo has quit IRC
[23:36:07] <fbricon> https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--vpe/buildTimeTrend is holding the seam job back which holds the maven job back :-(
[23:38:22] *** adietisheim has quit IRC
[23:52:39] *** lzoubek has left #jbosstools

top