| 00:13:52 | *** njero has joined #openmrs |
| 00:13:52 | *** ChanServ sets mode: +v njero |
| 01:28:10 | *** Keelhaul has quit IRC |
| 01:43:07 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3939]: xformsorbeon module: more constants cleanup <http://dev.openmrs.org/changeset/3939> |
| 01:47:45 | *** nribeka has quit IRC |
| 02:07:59 | *** TorLye has quit IRC |
| 02:49:44 | *** udai has quit IRC |
| 03:48:09 | *** Feez-VincentValt has joined #openMRS |
| 03:54:10 | *** Feez-VincentValt has quit IRC |
| 04:02:07 | *** Feez-VincentValt has joined #openmrs |
| 04:12:29 | *** TorLye has joined #openmrs |
| 04:17:36 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3940]: xformsorbeon module: fixed nullpointer on create form with no encounter ⦠<http://dev.openmrs.org/changeset/3940> |
| 06:21:53 | *** upul has quit IRC |
| 06:39:15 | *** TorLye has quit IRC |
| 06:47:59 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: Problem with orders <http://forum.openmrs.org/viewtopic.php?f=23&t=357#p1174> |
| 06:59:29 | *** TorLye has joined #openmrs |
| 07:19:11 | *** TorLye has quit IRC |
| 07:21:04 | *** TorLye has joined #openmrs |
| 07:30:47 | *** upul has joined #openmrs |
| 07:53:04 | *** nribeka has joined #openmrs |
| 07:55:37 | *** maveriick has left #openmrs |
| 08:10:21 | *** bmckown has joined #openmrs |
| 08:10:21 | *** ChanServ sets mode: +o bmckown |
| 08:13:32 | *** atomicturtle has quit IRC |
| 08:14:53 | *** njero has quit IRC |
| 08:15:06 | *** bmckown has quit IRC |
| 08:39:38 | *** TorLy1 has joined #openmrs |
| 08:40:10 | *** TorLye has quit IRC |
| 08:41:49 | *** TorLy1 is now known as TorLye |
| 08:48:09 | *** bmckown has joined #openmrs |
| 08:48:10 | *** ChanServ sets mode: +o bmckown |
| 08:58:08 | *** Keelhaul has joined #openmrs |
| 08:58:08 | *** ChanServ sets mode: +v Keelhaul |
| 09:10:45 | *** atomicturtle has joined #openmrs |
| 10:03:27 | *** bwolfe has joined #openmrs |
| 10:03:34 | *** bwolfe has quit IRC |
| 10:43:50 | *** Feez-VincentValt is now known as Feez |
| 10:51:55 | *** bwolfe has joined #openmrs |
| 10:53:20 | <Keelhaul> i hate eclipse so much =/ |
| 10:54:46 | <bwolfe> bmckown: are you camping in #gsoc by any chance? |
| 10:55:03 | <bmckown> not this second. |
| 10:55:14 | <bwolfe> I love eclipse...most of the time |
| 10:55:37 | <bmckown> some info you were looking for in #gsoc ? |
| 10:55:42 | <bwolfe> hmm, anyone else? ...i can't do a whois from my phone :-/ |
| 10:56:10 | <bmckown> now I am. |
| 10:56:37 | <Keelhaul> bwolfe: i randomly get errors like "JRE not found" even though the error must lie elsewhere |
| 10:57:06 | <bmckown> ooh, there's this bwolfe guy on #gsoc stirring up trouble. |
| 10:58:06 | <bwolfe> bmckown: :-) |
| 10:58:16 | <bmckown> looking for lh? |
| 10:58:22 | <bwolfe> yeah |
| 10:58:43 | <bwolfe> justin and I were supposed to meet her at 8 |
| 10:58:47 | <bmckown> Ah. |
| 10:59:09 | <bmckown> maybe that's why she left the #gsoc channel. meeting for breakfast? |
| 10:59:45 | <bwolfe> yeah...but she's late. its 9 here :-/ |
| 11:00:34 | <Keelhaul> heh |
| 11:00:51 | <Keelhaul> Description Resource Path Location Type |
| 11:00:51 | <Keelhaul> Project 'inpatientcare' is missing required library: 'dist' inpatientcare Build path Build Path Problem |
| 11:01:01 | <Keelhaul> well duh, it doesnt exist at compile time |
| 11:01:11 | <bwolfe> boo |
| 11:01:23 | <bmckown> why would that be in the library path anyway? |
| 11:01:31 | <Keelhaul> unfortunately, haveing build.xml create it before compiling didnt fix it |
| 11:01:37 | <Keelhaul> -e |
| 11:01:46 | <Keelhaul> bmckown: for junit tests |
| 11:01:59 | <bwolfe> keelhaul: what are you doing when that happens? compiling? testing? ant building? |
| 11:02:05 | <Keelhaul> ant building |
| 11:02:12 | <Keelhaul> it actually says it succeeded |
| 11:02:19 | <Keelhaul> but the error apperas in the problems list |
| 11:02:29 | *** nribeka has quit IRC |
| 11:02:30 | <Keelhaul> and junit tests wont run either, complaining about /dist missing |
| 11:02:45 | <bwolfe> add /dist |
| 11:03:02 | <bwolfe> or take that line out of your .classpath |
| 11:03:15 | <Keelhaul> the directory does exist when it's checking for it though |
| 11:06:22 | *** TorLye has left #openmrs |
| 11:07:15 | <bwolfe> the dist folder is on there so people cn reference other modules or so they can do junit testing |
| 11:07:36 | <bwolfe> but the dist folder is deleted when you do an ant clean |
| 11:08:09 | <Keelhaul> i dont think thats the real cause of my problem |
| 11:08:11 | <Keelhaul> it worked before |
| 11:08:20 | <Keelhaul> something must've went wrong with the workspace |
| 11:08:25 | <Keelhaul> for which i blame eclipse |
| 11:08:40 | <bwolfe> ha |
| 11:08:55 | <bwolfe> the folder might kook like its there when its not |
| 11:09:15 | <bwolfe> you have to refresh the listing to get the true filesystem layout |
| 11:09:40 | <Keelhaul> i was looking at it with explorer |
| 11:09:42 | <Keelhaul> it was there |
| 11:10:04 | <bwolfe> you can modify the ant clean target to recreate an empty dist foler |
| 11:10:11 | <bwolfe> hmm |
| 11:11:08 | <Keelhaul> oo you have a locationservice now |
| 11:12:00 | <Keelhaul> i made it create the dist folder first thing in compile-module |
| 11:12:28 | <Keelhaul> J:\Workspace\inpatientcare\build.xml:59: Unable to find a javac compiler; |
| 11:12:30 | <Keelhaul> my point stands. |
| 11:12:33 | <Keelhaul> >=/ |
| 11:24:59 | <bwolfe> odd |
| 11:25:11 | <bwolfe> what's on that line? |
| 11:28:36 | <Keelhaul> <javac destdir="build" classpathref="classpath" debug="true" debuglevel="lines,source"> |
| 11:29:03 | <bwolfe> odd |
| 11:29:35 | <bwolfe> not sure |
| 11:29:41 | <Keelhaul> i tihnk it's a red herring, as you call it |
| 11:30:01 | <bwolfe> hehe |
| 11:30:26 | <bwolfe> gotta go. got a hold of leslie finally |
| 11:30:48 | <bwolfe> not sure why that is happening keelhaul :-( |
| 11:31:19 | <bwolfe> I blame brian :-D |
| 11:31:24 | *** bwolfe has left #openmrs |
| 11:31:43 | <bmckown> It's my fault. |
| 11:32:26 | <Keelhaul> =P |
| 11:32:35 | <bmckown> =P |
| 11:32:39 | <Keelhaul> gtg pick up my stairmaster from repairs, 'fore they close |
| 11:32:44 | <bmckown> k |
| 11:36:34 | *** nribeka has joined #openmrs |
| 11:37:19 | *** TorLye has joined #openmrs |
| 11:53:22 | *** Keelhaul has quit IRC |
| 11:56:31 | *** njero has joined #openmrs |
| 11:56:31 | *** ChanServ sets mode: +v njero |
| 12:15:11 | *** Keelhaul has joined #openmrs |
| 12:15:11 | *** ChanServ sets mode: +v Keelhaul |
| 12:18:25 | *** udai has joined #openmrs |
| 12:28:34 | <Keelhaul> location doesnt have a |
| 12:28:39 | <Keelhaul> 'retired' field, does it? |
| 12:41:28 | *** upul has quit IRC |
| 12:59:00 | *** pombreda has quit IRC |
| 13:08:48 | <bmckown> back from lunch. Keelhaul, location does not have a retired field yet. It will soon when api_refactoring branch is merged. |
| 13:10:05 | <Keelhaul> oh |
| 13:10:06 | <Keelhaul> ok |
| 13:10:17 | <Keelhaul> how soon would that be |
| 13:10:25 | <Keelhaul> because i extend the location object |
| 13:10:28 | <bmckown> I guess maybe within a month. |
| 13:10:33 | <Keelhaul> and will have to rearrange stuff once it happens |
| 13:10:33 | <Keelhaul> ok |
| 13:11:16 | <Keelhaul> oh great, seems like i've been folding for team 0 since july =/ |
| 13:11:40 | <bmckown> huh? |
| 13:12:23 | <Keelhaul> folding@home |
| 13:22:15 | *** pombreda has joined #openmrs |
| 13:22:15 | *** ChanServ sets mode: +v pombreda |
| 13:25:43 | *** pombred1 has joined #openmrs |
| 13:28:12 | *** pombred2 has joined #openmrs |
| 13:30:05 | *** bwolfe has joined #openmrs |
| 13:30:11 | *** ChanServ sets mode: +o bwolfe |
| 13:30:42 | <bwolfe> bmckown: has the call started yet ? |
| 13:40:45 | *** pombreda has quit IRC |
| 13:45:47 | *** pombred1 has quit IRC |
| 13:47:35 | *** bmckown has quit IRC |
| 13:50:04 | *** bmckown has joined #openmrs |
| 13:50:11 | *** ChanServ sets mode: +o bmckown |
| 13:54:23 | *** njero has quit IRC |
| 13:54:40 | *** pombred2 has quit IRC |
| 13:58:13 | *** Wiss has joined #openmrs |
| 14:04:48 | *** pombreda has joined #openmrs |
| 14:04:48 | *** ChanServ sets mode: +v pombreda |
| 14:26:52 | *** bmckown has quit IRC |
| 14:35:32 | *** udai has quit IRC |
| 14:42:54 | *** Ngref has quit IRC |
| 14:47:18 | *** bwolfe has quit IRC |
| 14:51:31 | *** Keelhaul has quit IRC |
| 15:16:50 | <napi> zzzzzzzzzzzzz |
| 15:36:20 | *** snoyes has joined #openmrs |
| 15:37:08 | *** bmckown has joined #openmrs |
| 15:37:08 | *** ChanServ sets mode: +o bmckown |
| 15:54:21 | *** nribeka has quit IRC |
| 15:57:30 | *** Wiss has quit IRC |
| 16:06:39 | *** bwolfe has joined #openmrs |
| 16:06:39 | *** ChanServ sets mode: +o bwolfe |
| 16:17:22 | *** Keelhaul has joined #openmrs |
| 16:17:22 | *** ChanServ sets mode: +v Keelhaul |
| 16:26:00 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3942]: xformsorbeon module: classpath cleanup <http://dev.openmrs.org/changeset/3942> || OpenMRS Changesets: Changeset [3941]: xformsorbeon module: classpath cleanup <http://dev.openmrs.org/changeset/3941> |
| 16:42:49 | <bwolfe> napi: if you give us your preferences, you don't need to be at the resolution chat |
| 16:43:16 | <bwolfe> burke or paul will be in there and if your name comes up, they can pipe in |
| 16:54:06 | *** atomicturtle has quit IRC |
| 16:54:59 | *** snoyes has quit IRC |
| 16:58:48 | *** bmckown has quit IRC |
| 17:33:07 | * Keelhaul waves ticket #536 in front of bwolfe's face |
| 17:33:22 | <bwolfe> !ticket 536 |
| 17:33:22 | <OpenMRSBot> bwolfe: Ticket #536: http://dev.openmrs.org/ticket/536 |
| 17:33:38 | <Keelhaul> i saw you attached a patch, just never added it to trunk |
| 17:34:10 | <bwolfe> burke added the patch |
| 17:34:16 | <Keelhaul> when |
| 17:34:16 | <bwolfe> are you using it in your instance ? |
| 17:34:29 | <Keelhaul> no |
| 17:34:30 | <bwolfe> err, he attached the patch, not added |
| 17:34:36 | <Keelhaul> i just added the lines i need myself |
| 17:34:43 | <bwolfe> which class do you need it for ? |
| 17:34:46 | <bwolfe> the program workflow stuff? |
| 17:34:55 | <Keelhaul> patientprogram and location |
| 17:35:06 | <bwolfe> I see |
| 17:35:59 | <Keelhaul> well it's not really urgent, would just be nice |
| 17:36:08 | <Keelhaul> i wouldnt get that ugly out of sync asterisk anymore =) |
| 17:36:21 | <bwolfe> ha |
| 17:36:31 | <Keelhaul> btw, that eclipse is messed up it seems |
| 17:36:37 | <Keelhaul> i switched to the 64bit one i also have |
| 17:36:45 | <Keelhaul> it's unstable and keeps crashing, but at least it compiles |
| 17:36:47 | <Keelhaul> same workspace |
| 17:36:56 | <bwolfe> interesting |
| 17:38:52 | <bwolfe> I suppose it hasn't really broken encounter stuff yet, it should be safe for all the other mapping files :-p |
| 17:39:13 | <bwolfe> send me an email about it to put it on my todo list. :-p |
| 17:39:34 | <bwolfe> gotta run |
| 17:39:39 | *** bwolfe has quit IRC |
| 17:58:24 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [3947]: xformsorbeon module: classpath cleanup and esapi fix <http://dev.openmrs.org/changeset/3947> || Ben Wolfe: Speeding up OpenMRS with KickFire <http://eflow.org/blog/archives/29> || OpenMRS Changesets: Changeset [3946]: xformsorbeon module: classpath cleanup and esapi fix <http://dev.openmrs.org/changeset/3946> || OpenMRS Changesets: Changeset [3945]: xformsorbeon module: classpath cleanup <http://dev.openmrs.org/changeset/3945> || OpenMRS Changesets: Changeset [3944]: xformsorbeon module: classpath cleanup <http://dev.openmrs.org/changeset/3944> || OpenMRS Changesets: Changeset [3943]: xformsorbeon module: classpath cleanup <http://dev.openmrs.org/changeset/3943> |
| 18:23:13 | *** Wiss has joined #openmrs |
| 18:25:45 | *** atomicturtle has joined #openmrs |
| 19:04:23 | *** HongJun has joined #openmrs |
| 19:07:29 | *** bwolfe has joined #openmrs |
| 19:07:29 | *** ChanServ sets mode: +o bwolfe |
| 19:11:41 | <r0bby> ffs |
| 19:11:53 | <r0bby> it's not saving but the configuration is working... |
| 19:12:03 | * r0bby goes back into GNOME from openbox :/ |
| 19:25:49 | <napi> bwolfe; just got your pm. awesome job with the short term memory :p |
| 19:26:15 | <bwolfe> hehe |
| 19:26:29 | <bwolfe> too many students in so little time, sorry :-) |
| 19:26:59 | <napi> doubt it'll be an issue as openmrs is the only org i've shown any real interest in and I don't even know if I'm accepted into that! :p |
| 19:27:09 | <napi> But thought I'd clarify *just in case* |
| 19:29:03 | <r0bby> ... |
| 19:34:03 | <r0bby> that ... wasn't in response to anything |
| 19:34:38 | <napi> it makes sense with reference to the pm |
| 19:36:53 | <napi> anyhoo. bed time for me. night all |
| 19:37:06 | <Keelhaul> gn |
| 19:37:16 | *** bwolfe has quit IRC |
| 19:38:51 | *** bwolfe has joined #openmrs |
| 19:38:51 | *** ChanServ sets mode: +o bwolfe |
| 19:40:45 | *** pombreda has quit IRC |
| 19:44:10 | *** bwolfe_ has joined #openmrs |
| 19:44:10 | *** ChanServ sets mode: +o bwolfe_ |
| 19:44:11 | *** bwolfe has quit IRC |
| 19:44:38 | *** bwolfe_ is now known as bwolfe |
| 20:22:32 | *** bwolfe has quit IRC |
| 20:39:32 | *** HongJun has quit IRC |
| 20:45:34 | *** pombreda has joined #openmrs |
| 20:45:34 | *** ChanServ sets mode: +v pombreda |
| 21:19:40 | *** nribeka has joined #openmrs |
| 21:20:50 | *** nribeka has quit IRC |
| 21:23:15 | *** nribeka has joined #openmrs |
| 21:33:53 | *** upul has joined #openmrs |
| 22:41:14 | *** Wiss has left #openmrs |
| 22:45:05 | *** r0bby has quit IRC |
| 22:45:58 | *** r0bby has joined #openmrs |
| 22:46:40 | *** bwolfe has joined #openmrs |
| 22:46:40 | *** ChanServ sets mode: +o bwolfe |
| 22:50:06 | *** r0bby_ has joined #openmrs |
| 22:57:48 | <nribeka> bwolfe: are you there? |
| 22:58:42 | <bwolfe> yeah, whats up nribeka ? |
| 22:59:04 | <nribeka> do you know how i can contact shaun? |
| 22:59:05 | <nribeka> :D |
| 22:59:17 | <nribeka> i have something to ask |
| 22:59:38 | <bwolfe> sean? |
| 22:59:56 | <bwolfe> http://openmrs.org/wiki/User:Sgrannis I think |
| 22:59:57 | <nribeka> Shaun Grannis |
| 23:00:13 | <bwolfe> haha, maybe not that pgae |
| 23:00:14 | <bwolfe> page |
| 23:00:25 | <nribeka> hehe ... i guess so :P |
| 23:06:26 | <bwolfe> nribeka: I pm'd it to you |
| 23:06:39 | *** r0bby_ has quit IRC |
| 23:07:37 | <Keelhaul> gn |
| 23:07:44 | *** Keelhaul has quit IRC |
| 23:08:49 | <nribeka> thanks bwolfe |
| 23:28:17 | *** r0bby has quit IRC |
| 23:28:38 | *** r0bby has joined #openmrs |
| 23:47:48 | <r0bby> bwolfe: am I that bad? :x |
| 23:47:55 | <r0bby> (as bad as lh said) :/ |
| 23:50:10 | <bwolfe> r0bby: heh, you don't think you ask a lot ? |
| 23:50:25 | <r0bby> i do :( |
| 23:50:31 | <r0bby> But mostly im quiet |
| 23:50:43 | <bwolfe> mostly |
| 23:50:47 | <r0bby> but that's both good and bad |
| 23:51:06 | <bwolfe> but you must know that lh gets tons (TONS) of students asking about gsoc |
| 23:51:36 | <[OmegentooX]> lh only responds to bribes =D |
| 23:51:43 | <bwolfe> the questions you were asking are fairly rhetorical, but she probably gets a lot of those |
| 23:52:09 | <r0bby> yeh |
| 23:52:17 | <r0bby> it was more a statement |
| 23:52:22 | <bwolfe> bribes of tshirts from your university :-p |
| 23:52:22 | <r0bby> I understand though |
| 23:52:35 | <r0bby> if i had the job she did |
| 23:52:40 | <r0bby> well i wouldn't last |
| 23:52:43 | <[OmegentooX]> She collects university Ts? |
| 23:53:38 | <bwolfe> [OmegentooX]: yeah, she made some side comment about only wanting to accept those as "thanks" from students :-) |
| 23:53:46 | <[OmegentooX]> Oh sweet |
| 23:53:50 | <bwolfe> so I'm guessing she has a /huge/ collection of htem |