[00:14:02] *** BigAllan has quit IRC [02:14:21] *** davidstrauss has quit IRC [04:12:26] *** jamesturnbull has left #hudson [04:24:05] *** ldsjohn316 has quit IRC [04:46:38] *** akostadinov has joined #hudson [04:57:04] *** akostadinov has quit IRC [05:08:40] *** jieryn-w has joined #hudson [05:09:41] *** akostadinov has joined #hudson [06:07:24] *** jieryn-w has quit IRC [07:08:42] *** khmarbaise has joined #hudson [07:09:38] *** BigAllan has joined #hudson [07:13:16] *** khmarbaise has quit IRC [07:48:24] *** waz has quit IRC [08:06:58] *** akostadinov has quit IRC [08:28:03] *** wsmoak has quit IRC [08:29:34] *** ppawel has joined #hudson [08:35:05] *** khmarbaise has joined #hudson [08:40:08] *** khmarbaise has quit IRC [08:40:58] *** khmarbaise has joined #hudson [08:41:53] *** khmarbaise has quit IRC [08:49:57] *** davidstrauss has joined #hudson [09:27:49] *** khmarbaise has joined #hudson [09:36:22] *** ppawel has quit IRC [10:13:40] *** davidstrauss has quit IRC [11:51:03] *** nicolasca has joined #hudson [12:37:07] *** BigAllan has quit IRC [12:43:53] *** Tenac has joined #hudson [12:45:01] *** Tenac has left #hudson [12:52:11] *** timp_ has joined #hudson [13:30:27] *** khmarbaise has quit IRC [14:00:59] *** kstreith has quit IRC [14:02:30] *** khmarbaise has joined #hudson [14:15:27] *** waz has joined #hudson [14:19:09] *** bryan_kearney has joined #hudson [14:22:20] <bryan_kearney> is 1.314 the stable version? [14:22:24] <bryan_kearney> Download is horked... [14:22:34] <bryan_kearney> so I will need to build from source [14:35:09] <rtyler> bryan_kearney: I think it's just the latest.war that's fuxord [14:35:17] <rtyler> try grabbing the link from the download listings [14:35:36] <bryan_kearney> rtyler: not there either [14:35:45] <bryan_kearney> I get old, and jnlp [14:36:51] <rtyler> well, I can't even hit the site >_< [14:38:51] <bryan_kearney> rtyler: I got the sourcre.. and am building now [14:39:12] <bryan_kearney> I assume this project is still active... is that correct? [14:39:48] <rtyler> heh, yeah, that's a safe assumption [14:43:50] *** jdolan_ has joined #hudson [15:00:32] *** waz has quit IRC [15:08:13] *** abayer has joined #hudson [15:19:37] *** waz has joined #hudson [16:00:41] *** bryan_kearney has quit IRC [16:00:59] *** davidstrauss has joined #hudson [16:17:59] *** bryan_kearney has joined #hudson [16:27:26] *** ldsjohn has joined #hudson [16:44:11] *** bryan_kearney has left #hudson [17:08:17] *** rromanchuk has quit IRC [17:36:02] *** BigAllan has joined #hudson [17:37:27] *** wsmoak has joined #hudson [17:38:04] *** rromanchuk has joined #hudson [17:57:05] *** davidstrauss has quit IRC [18:10:38] *** davidstrauss has joined #hudson [18:24:10] *** davidstrauss has quit IRC [18:27:41] *** khmarbaise has quit IRC [18:50:39] *** BigAllan has quit IRC [19:05:57] *** davidstrauss has joined #hudson [19:18:28] *** mrooney has joined #hudson [19:41:25] *** timp_ has quit IRC [19:46:32] *** khmarbaise has joined #hudson [20:19:32] *** BigAllan has joined #hudson [21:45:14] <mrooney> So what does one have to import to use getRootUrl()? I tried Hudson.getRootUrl() but Eclipse can't find an appropriate namespace it import either [22:08:18] *** khmarbaise_ has joined #hudson [22:15:09] *** khmarbaise has quit IRC [22:29:29] *** jieryn-w has joined #hudson [22:56:14] <mrooney> kohsuke: do you know how to get the Hudson instance to call getRootUrl on? [22:56:25] <kohsuke> Hudson.getInstance() [22:57:07] <mrooney> ahh sweet [22:59:19] <calculus> kohsuke: did you ever get a chance to work out the path issue between a windows master and unix slave? [22:59:29] <kohsuke> sorry, no, not yet [23:04:39] <mrooney> kohsuke: now I just need to figure out how to read in a resource I've shipped. Can I throw an arbitrary file in resources and get at it somehow? [23:05:01] <mrooney> I've been having trouble figuring that one out for a bit [23:05:15] <kohsuke> See java.lang.Class.getResource(String) [23:07:28] <mrooney> oh, that is a generic Java thing? [23:07:33] <kohsuke> yes [23:07:34] <mrooney> cool [23:07:39] * mrooney is new to Java [23:07:45] *** khmarbaise_ has quit IRC [23:10:05] <ldsjohn> calculus: by path issue between a windows master and a unix slave, what do you mean?, I am planning on adding a linux slave to my hudson build tommorrow so i can build both win32 and linux binarys. is this not going to work? [23:31:24] <calculus> ldsjohn: the issue is more referring to the auto-installer for jdk... after it gets auto-installed on the unix slave, its path is set up with backslashes (e.g. \tmp\hudson-workspace\tools:/usr/bin:/bin:/opt/bin) with the result that the jdk is not found in the path [23:32:31] <calculus> it could be the same for the other auto-installed tools (maven and ant), but I haven't tested it that far [23:33:30] <calculus> I tried it with a OS X master and Solaris slave and everything worked just fine for the auto-installed JDK