| 00:08:32 | *** qwertson_ has quit IRC |
| 00:18:11 | *** Keelhaul has quit IRC |
| 01:02:30 | <Mkop2> is there any reason why some of the projects on the unassigned projects page have the GSOC logo next to them, and some don't? |
| 01:20:17 | *** bwolfe has joined #openmrs |
| 01:20:17 | *** ChanServ sets mode: +o bwolfe |
| 01:50:47 | <Mkop2> hi ben |
| 01:50:57 | <Mkop2> question: is there any reason why some of the projects on the unassigned projects page have the GSOC logo next to them, and some don't? |
| 01:51:00 | <bwolfe> hey Mkop2 |
| 01:51:18 | <bwolfe> Mkop2: I think theres a note at the top of the page |
| 01:51:57 | <Mkop2> I'm not sure what you're referring to |
| 01:52:09 | <Mkop2> "We've attempted to scope mentored projects such that they can be completed within a one to three month period of dedicated effort." - is that it? |
| 01:53:08 | <Mkop2> ben, another question |
| 01:53:32 | <bwolfe> hmm, perhaps |
| 01:53:44 | <Mkop2> I've been going through the code doing comments |
| 01:54:18 | <Mkop2> some of the javadoc errors can be fixed just by making little changes (adding a phrase, fixing a typo, etc.), but some of them seem to indicate something more |
| 01:54:22 | <Mkop2> for example, |
| 01:54:44 | <Mkop2> in AdministrationService.java |
| 01:54:59 | <Mkop2> the deleteConceptClass method has |
| 01:55:02 | <Mkop2> * @deprecated use {@link org.openmrs.api.ConceptService#retireConceptClass(ConceptClass)} or |
| 01:55:02 | <Mkop2> * {@link org.openmrs.api.ConceptService#purgeConceptClass(ConceptClass)} |
| 01:55:20 | <Mkop2> I searched the code, and there is no retireConceptClass method anywhere |
| 01:57:11 | <Mkop2> the method probably needs to be added |
| 01:57:16 | <Mkop2> my questions are as follows: |
| 01:57:27 | <Mkop2> 1) should i just add the method? if so, where? |
| 01:57:45 | <Mkop2> 2) who should i talk to for help on these kind of things? you? |
| 01:58:35 | <Mkop2> i can take some guesses about how a method like that would be written (my guess would be to put it in ConceptService and have it basically echo retireConcept, but I have no knowledge of the API and have no idea if what I'm doing is correct |
| 01:59:47 | *** qwertson_ has joined #openmrs |
| 02:00:10 | <Mkop2> bwolfe: ping |
| 02:01:11 | <bwolfe> Mkop2: you shouldn't have to add methods, just update the links. |
| 02:01:24 | <Mkop2> the link points to something non-existent |
| 02:01:25 | <bwolfe> Mkop2: any of the admins here can help with those types of things |
| 02:01:53 | <Mkop2> admins meaning who? you and docpaul? or even people like robby and keelhaul? |
| 02:02:13 | *** qwertson__ has quit IRC |
| 02:02:41 | <bwolfe> Mkop2: anyone with a green dot |
| 02:02:47 | <bwolfe> Mkop2: but that will usually be me :-p |
| 02:02:51 | <qwertson_> ? |
| 02:02:57 | <bwolfe> or bmckown, djazayeri, jmiranda, etc |
| 02:03:03 | <Mkop2> I'm using a client that doesn't have green dots |
| 02:03:15 | <Mkop2> you mean someone with the same status as you have right now |
| 02:03:22 | <qwertson_> oh nm... my screenname is usually greendots, sorry :) |
| 02:03:26 | <Mkop2> lol |
| 02:04:29 | <Mkop2> is there any place where I should report these broken links so someone else can come back and fix them? i.e. the ones like this that point to something non-existent |
| 02:05:13 | <bwolfe> Mkop2: looks like retireConceptClass doesn't exist, so you can take that link out. only purgeConceptClass exists in ConceptService |
| 02:05:57 | <bwolfe> Mkop2: if you can't find the right method, then you can report it on that same ticket |
| 02:06:13 | <Mkop2> ok |
| 02:06:48 | <Mkop2> there are also a few methods that have a common error like a @return with no text, that I can't figure out what it actually returns |
| 02:07:12 | <Mkop2> I think I'll just leave those with the error for now, and when I'm done you or someone else can go back and fix them |
| 02:07:24 | <bwolfe> Mkop2: that sounds fine |
| 02:08:01 | <Mkop2> ben, did you ever come across errors like this: Concept.java:553: warning - Tag @see:illegal character: "123" in "{@link Concept#getNames(Locale)} to get all the names for a locale," |
| 02:08:20 | <Mkop2> 123 is the ascii code for { |
| 02:08:51 | <Mkop2> sorry for ambushing you with so many questions, that's what you get for being offline all day :-P |
| 02:09:49 | <bwolfe> haha, np |
| 02:11:21 | *** Mkop2 has left #openmrs |
| 02:11:23 | <bwolfe> Mkop2: haven't seen that one before. why is it doing it ? |
| 02:11:29 | *** Mkop2 has joined #openmrs |
| 02:11:37 | <Mkop2> oops |
| 02:12:20 | <Mkop2> oh nm, I figured that last one out |
| 02:12:34 | <Mkop2> it has @see {@link bla} |
| 02:12:41 | <Mkop2> where it should just be @see bla |
| 02:21:22 | *** nribeka has joined #openmrs |
| 02:25:28 | *** upul has joined #openmrs |
| 02:34:56 | *** qwertson_ has quit IRC |
| 02:39:28 | *** nribeka1 has quit IRC |
| 02:44:08 | *** bwolfe has quit IRC |
| 03:37:04 | *** isurundt has joined #openmrs |
| 04:05:05 | <isurundt> upul: I'm working on Ticker #1240. which is to add concepts to the liquibase-demo-data.xml |
| 04:05:30 | <isurundt> upul:How can i create a patch for that file? |
| 04:08:12 | <upul> !patch |
| 04:08:12 | <OpenMRSBot> upul: Error: "patch" is not a valid command. |
| 04:08:17 | <upul> !patches |
| 04:08:17 | <OpenMRSBot> upul: "patches" --- http://openmrs.org/wiki/Patches |
| 04:08:52 | <upul> isurundt: you can create the patch through subclipse and attach it to the ticket |
| 04:09:21 | <upul> See "How to Create Patches" |
| 04:13:56 | <upul> isurundt: i think liquibase-demo-data.xml is derived from master data, it is not changed after that |
| 04:14:17 | <upul> normallly we do changed into liquibase diff xml |
| 04:14:23 | <Mkop2> !ticket 1240 |
| 04:14:23 | <OpenMRSBot> Mkop2: Ticket #1240: http://dev.openmrs.org/ticket/1240 |
| 04:14:40 | <upul> i think the liquibase-demo-data.xml is inside a zip file |
| 04:15:21 | <upul> isurundt: so you it is a one time file, i presume |
| 04:15:35 | <upul> so it is |
| 04:15:42 | <Mkop2> this was discussed here before |
| 04:16:00 | <Mkop2> I think ben said to change liquibase-demo-data.xml |
| 04:16:09 | <Mkop2> isurundt would remember better than me |
| 04:16:10 | <upul> ah ok |
| 04:16:20 | <Mkop2> but it was discussed, I remember that |
| 04:17:09 | <upul> Mkop2: so do we unzip the file, do changes and rezip? |
| 04:17:23 | <Mkop2> idk |
| 04:17:54 | <Mkop2> I guess since it's in a zip, we would need to either unzip, rezip, and upload the new zip, or just unzip, edit, and submit a patch for the .xml |
| 04:18:04 | <Mkop2> ask ben when he gets back |
| 04:18:12 | <Mkop2> unless isurundt already knows? |
| 04:19:13 | <upul> those changes cannot be put to diff file either, because this is demo data |
| 04:19:30 | <Mkop2> so? |
| 04:20:06 | <Mkop2> it's in the repo |
| 04:20:28 | <upul> probably has to replace the zip file |
| 04:23:58 | <isurundt> upul: i have already unzipped and updated the xml file |
| 04:24:56 | <Mkop2> isurundt: upul is saying that you probably should upload the new zip file to the ticket, rather than just a patch of the differences |
| 04:25:26 | <isurundt> ok i will do that |
| 04:30:05 | <upul> isurundt: anyway that is how it should be fixed in the repository. Ben will tell you otherwise |
| 04:31:08 | <upul> isurundt: and better you tell what you did in the comment |
| 04:35:12 | <isurundt> ok upul |
| 04:35:56 | <isurundt> upul: there are three suggestions in the ticker. What i did is the best one mentioned there ... :) |
| 04:36:03 | <isurundt> *ticket |
| 04:36:38 | <upul> isurundt: great, mention that in the comment |
| 04:37:40 | <isurundt> upul: ok. I will do that.. perhaps after that you can have a review on that if possible .. :) |
| 04:38:51 | <upul> isurundt: it will be done by an openmrs developer, most probably ben |
| 04:39:50 | <isurundt> upul:ok. great |
| 05:18:36 | *** Mkop2 has left #openmrs |
| 05:37:04 | *** huda_s86 has joined #openmrs |
| 05:37:17 | <huda_s86> hello all |
| 05:38:33 | <isurundt> hey huda_s86 |
| 05:39:47 | <huda_s86> isurundt have u installed openmrs? |
| 05:39:59 | <nribeka> hello all |
| 05:40:05 | <nribeka> lots of people here now :) |
| 05:40:11 | <isurundt> yes |
| 05:40:54 | <upul> huda_s86: do you still get database connection error? |
| 05:42:02 | <huda_s86> yes |
| 05:42:13 | <upul> huda_s86: is it in the wizard? |
| 05:42:35 | <huda_s86> yes, in the wizrd |
| 05:43:00 | <upul> huda_s86: do you get anything created in the database, a database, then an account, or nothing at all |
| 05:43:24 | <huda_s86> nothing at all |
| 05:43:45 | <huda_s86> the error appears in the first screen of the configureation |
| 05:44:23 | <upul> huda_s86: you mean in the first screen of the wizard? |
| 05:44:37 | <upul> huda_s86: or the at the very end, when it says wait a few mins |
| 05:44:41 | <huda_s86> upul yes |
| 05:44:49 | <upul> huda_s86: first screen? |
| 05:45:03 | <huda_s86> yes the first screen |
| 05:45:17 | <huda_s86> after ckicjing finish |
| 05:45:38 | <upul> huda_s86: ok what do you put in the first screen |
| 05:46:24 | <huda_s86> upul I will tell u, but what about the runtime variable...I should add it after finishing the wizrd,it is?? |
| 05:47:11 | <upul> if openmrs does not find an openmrs runtime props file, it will start the wizard and create one in the your home dir |
| 05:47:32 | <upul> that is if runs success |
| 05:48:32 | <huda_s86> in database connection field..I write |
| 05:48:39 | <huda_s86> jdbc:mysql://localhost:3306/openmrs?autoReconnect=true&sessionVariables=storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8 |
| 05:49:09 | <upul> huda_s86: i think you don't have to put anything there in this case |
| 05:49:19 | <upul> the default one works okay |
| 05:50:11 | <huda_s86> nothing in the connection field?? |
| 05:51:20 | <upul> huda_s86: i can't remember what you get exactly, just select create new database and enter root and root password |
| 05:51:31 | <upul> then it will create 'openmrs' db |
| 05:52:04 | <upul> if you select use existing database, it will try to connect to an existing one. i presume you don't have a database already |
| 05:52:35 | <upul> huda_s86: keep the connection field just the way it is given by default |
| 05:54:27 | <huda_s86> do u mean without changing the DBNAME?? |
| 05:55:19 | <upul> huda_s86: i think there is a field for 'already created database the wizard can use' or it will create 'openmrs' database fresh |
| 05:55:48 | <huda_s86> yes..and I choose create new one |
| 05:56:31 | <upul> huda_s86: right, then don't change the connection URL, when you're connecting to localhost |
| 05:56:56 | <huda_s86> do I have to do anything with the sql before? |
| 05:57:26 | <upul> huda_s86: no, from wizard you can tell it create everything |
| 05:57:39 | <upul> huda_s86: you only need a working mysql server with root credentials |
| 05:58:07 | <upul> huda_s86: you can tell wizard to do evertyhing for you |
| 05:59:35 | <upul> huda_s86: in the first page select create new database radio button, and give root credentials, keep the connection URL as it is |
| 06:00:34 | <upul> in the admin user page ask it to create the admin user account, then give root credentials again |
| 06:01:16 | <huda_s86> ok upul.I do all of it and understand what it mean |
| 06:01:43 | <huda_s86> should I press any icon to run dql server?? |
| 06:01:58 | <upul> huda_s86: are you windows? |
| 06:02:03 | <huda_s86> yes |
| 06:02:07 | <huda_s86> windows |
| 06:02:17 | <upul> huda_s86: winxp? |
| 06:02:23 | <huda_s86> yes |
| 06:02:34 | <upul> huda_s86: normally when you install, did you tell it to run as a service? |
| 06:02:43 | <upul> then it should be already up and running |
| 06:02:46 | <huda_s86> yes |
| 06:03:04 | <upul> huda_s86: you can check with a query browser or something |
| 06:05:13 | *** r0bby_ is now known as r0bby |
| 06:14:28 | <huda_s86> it is done now..I expect that the sql server was not running |
| 06:14:38 | <huda_s86> upul:big thanks for u |
| 06:15:13 | <upul> huda_s86: you can find the code what's doing in the inititializaitonfilter class |
| 06:15:50 | <huda_s86> where I can find this class? |
| 06:16:08 | <upul> huda_s86: in openmrs code |
| 06:16:52 | <upul> huda_s86: search for that class, InitializationFilter |
| 06:17:10 | <huda_s86> yes,I use eclipse and i am now looking to the code |
| 06:17:33 | <huda_s86> but a lot of folders and files |
| 06:17:49 | <huda_s86> I will search for it |
| 06:18:03 | <upul> huda_s86: you can crtl+shift+T and type class name |
| 06:21:03 | <huda_s86> where i must be to press ctrl+shift+T?? |
| 06:21:24 | <upul> huda_s86: in eclipse |
| 06:21:43 | <huda_s86> where in eclipse...I do it with no response!! |
| 06:22:44 | <upul> huda_s86: when you press control key + shift key + T in the eclipse window it pops up a Type window |
| 06:26:42 | <huda_s86> I use the search menu in eclipse..now what should I do is to undersnat what openmrs do and try to modify the code? |
| 06:28:05 | <upul> huda_s86: yes go through the code then pickup an introductory ticket and try doing it |
| 06:29:26 | <huda_s86> upul: thanks again |
| 06:31:53 | <upul> no problem |
| 06:42:30 | *** Keelhaul has joined #openmrs |
| 06:42:30 | *** ChanServ sets mode: +v Keelhaul |
| 07:19:48 | *** huda_s86 has quit IRC |
| 07:21:39 | *** openmrs_6082 has joined #openmrs |
| 07:22:18 | *** openmrs_6082 has quit IRC |
| 07:22:41 | *** sallouha has joined #openmrs |
| 07:24:50 | *** sallouha has quit IRC |
| 07:48:30 | *** nribeka1 has joined #openmrs |
| 07:53:23 | *** isurundt has left #openmrs |
| 07:53:43 | *** isurundt has joined #openmrs |
| 08:10:03 | *** nribeka has quit IRC |
| 08:28:06 | *** Keelhaul has quit IRC |
| 09:18:20 | *** tharindu has joined #openmrs |
| 09:24:42 | *** tharindu has quit IRC |
| 09:41:12 | *** isurundt has quit IRC |
| 09:43:24 | *** k_nishant has joined #openmrs |
| 09:43:55 | <k_nishant> hello everybody |
| 09:48:49 | <upul> k_nishant: hello |
| 09:49:27 | <k_nishant> @upul wher are you from |
| 09:50:40 | <k_nishant> I am Kumar Nishant doiing B.Engg from APIIT SD INDIa |
| 09:50:45 | <k_nishant> applying for GSOC |
| 09:51:46 | <upul> Sri Lanka |
| 09:52:31 | <k_nishant> ok |
| 09:52:53 | <k_nishant> so applying for GSOC |
| 09:53:05 | <upul> There's an APIIT in here too |
| 09:53:14 | <k_nishant> yaa I know |
| 09:53:20 | <k_nishant> howz the collg dere |
| 09:53:44 | <upul> not sure, there are lots of places :-) |
| 09:53:55 | <upul> i hope to apply too |
| 09:55:24 | <k_nishant> so |
| 09:57:01 | <k_nishant> that nice |
| 10:13:21 | *** deepakverma has joined #openmrs |
| 10:13:25 | *** deepakverma has left #openmrs |
| 10:13:39 | *** deepakverma has joined #openmrs |
| 10:14:07 | *** deepakverma has left #openmrs |
| 10:43:12 | *** isurundt has joined #openmrs |
| 10:45:39 | *** k_nishant1 has joined #openmrs |
| 10:45:59 | *** k_nishant has quit IRC |
| 10:51:35 | *** k_nishant1 has left #openmrs |
| 11:10:47 | *** atomicturtle has joined #openmrs |
| 11:11:49 | *** atomicturtle has left #openmrs |
| 11:36:27 | *** upul has quit IRC |
| 12:08:33 | *** nribeka has joined #openmrs |
| 12:12:37 | *** james_regen has joined #openmrs |
| 12:12:37 | *** ChanServ sets mode: +v james_regen |
| 12:26:38 | *** nribeka1 has quit IRC |
| 12:30:50 | *** upul has joined #openmrs |
| 12:37:54 | *** bwolfe has joined #openmrs |
| 12:37:54 | *** ChanServ sets mode: +o bwolfe |
| 12:46:31 | <upul> Hi Ben |
| 12:46:52 | <bwolfe> hey upul |
| 12:47:08 | <upul> bwolfe: who should set the Needs Review tag? |
| 12:47:16 | <bwolfe> upul: you can |
| 12:47:20 | <upul> ok |
| 12:55:47 | *** upul_ has joined #openmrs |
| 12:55:47 | *** upul has quit IRC |
| 13:03:37 | *** upul_ is now known as upul |
| 13:22:49 | *** bmckown has joined #openmrs |
| 13:22:49 | *** ChanServ sets mode: +o bmckown |
| 13:56:44 | <bmckown> bwolfe, this is an old classic formentry problem that I cannot find an answer for searching yesterday and today.... that is... I rebuilt forms on my laptop and now Infopath cannot open the template because it is looking in "C:///moduleServlet\formentry\forms\97-0.1-19.xsn" help??? :-D |
| 13:57:55 | <bmckown> So when I download and cabextract the xsn and look at openmrs-infopath.js... the SERVER_URL=""; Shouldn't it be something like SERVER_URL="localhost:8080"? |
| 13:57:59 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7145]: Fixed javadoc comments in org.openmrs package Ran openmrs formatter on ⦠<http://dev.openmrs.org/changeset/7145> |
| 13:59:12 | <bmckown> but every time i rebuild the xsn still get SERVER_URL=""; inside the openmrs-infopath.js. I have tried using FormEntry Module versions 3.3 through 3.3.4 and still no luck. |
| 13:59:29 | <bwolfe> bmckown: what is your global property for "formentry.server_url" set to ? |
| 13:59:39 | <bmckown> ooh. let me look... |
| 14:00:44 | <bmckown> Ah.. blast... it's empty. |
| 14:01:06 | <bmckown> For sure the problem. Eh, thanks. |
| 14:07:04 | <isurundt> hi ben |
| 14:07:28 | <isurundt> bwolfe:i completed ticket #1240 |
| 14:10:10 | <bwolfe> !ticket 1240 |
| 14:10:10 | <OpenMRSBot> bwolfe: Ticket #1240: http://dev.openmrs.org/ticket/1240 |
| 14:10:34 | <isurundt> bwolfe:need to add the changeset.. how can i do that? should i do that as a patch or attach the entire liquibase-data.zip file to the ticket? |
| 14:11:29 | <bwolfe> hmm, its difficult to compare binary files. are you on linux? Can you use "diff" to compare what is in the zip file now with what you have? |
| 14:11:36 | <bwolfe> then also attach the new zip file |
| 14:12:14 | <isurundt> bwolfe:no im on windows |
| 14:13:52 | <bwolfe> hmm, not sure what windows programs do it |
| 14:17:55 | *** Keelhaul has joined #openmrs |
| 14:17:55 | *** ChanServ sets mode: +v Keelhaul |
| 14:18:52 | <Keelhaul> hi |
| 14:21:36 | <isurundt> bwolfe: |
| 14:21:42 | <isurundt> bwolfe:then, is it ok if i attach the new zip fle |
| 14:23:20 | <bwolfe> I suppose. I could get the patch off the files and look at tem |
| 14:23:22 | <bwolfe> *them |
| 14:26:07 | <isurundt> bwolfe:ok.. i will do that |
| 14:26:53 | <Keelhaul> bwolfe, you were sorely missed this weekend |
| 14:27:06 | <bwolfe> heh |
| 14:27:09 | <bwolfe> sorry |
| 14:27:15 | <bwolfe> went to Chicago on Saturday |
| 14:27:19 | <Keelhaul> bunch of students kept popping up |
| 14:27:23 | <bwolfe> and I'm usually out all day Sunday |
| 14:27:30 | <bwolfe> no other developers ?? :-/ |
| 14:27:43 | <Keelhaul> none with ops at least |
| 14:28:52 | <Keelhaul> i tried the html form entry module, it's nice |
| 14:28:55 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7146]: Added a velocity.properties file to avoid security errors on startup if ⦠<http://dev.openmrs.org/changeset/7146> |
| 14:29:10 | <Keelhaul> too bad i cant use it for patients who are also users, the old hibernate problem |
| 14:29:20 | <Keelhaul> gotta test that jar nribeka sent me later tonight |
| 14:31:32 | <nribeka> cool Keelhaul :) |
| 14:31:59 | <Keelhaul> nribeka: where does it log to, stdout.log? |
| 14:32:22 | <nribeka> yes |
| 14:32:52 | <Keelhaul> and there's an extra logging level setting for hibernate? |
| 14:49:56 | *** atomicturtle has joined #openmrs |
| 14:51:08 | *** atomicturtle has left #openmrs |
| 14:55:09 | *** knishant has joined #openmrs |
| 14:58:56 | *** djmlog103_ has joined #openmrs |
| 14:59:28 | <djmlog103_> hi all |
| 15:00:43 | <djmlog103_> i would like to get some info on a GSoC project. hope ive come to the right place. :) |
| 15:06:05 | <bwolfe> djmlog103_: this is one of the places that works, yes :-) |
| 15:06:31 | <djmlog103_> :). glad to know that.. |
| 15:06:57 | <djmlog103_> let me give a proper introduction about myself. lol |
| 15:07:18 | <djmlog103_> im dilupa from Sri Lanka. Im completing my 3rd of Software Engineering now |
| 15:07:52 | <djmlog103_> i was going through your project ideas and found "Integrate Quartz Scheduler into OpenMRS" rather intersting |
| 15:08:34 | <djmlog103_> i have some experience on quartz. hope you would redirect the person whom i can get some info on this |
| 15:08:40 | <djmlog103_> the project scope and all |
| 15:09:40 | <bwolfe> djmlog103_: that would be jmiranda...he's on holiday until tmrw I think |
| 15:09:49 | <bwolfe> djmlog103_: he should be listed under the project... |
| 15:10:19 | <djmlog103_> yeah, i also tried to contact him. |
| 15:10:42 | <djmlog103_> so should i wait til tomo, to get some detailed information on this? :) |
| 15:12:08 | *** nribeka1 has joined #openmrs |
| 15:16:50 | <bwolfe> yeah, ping him again tomorrow night if you haven't heard djmlog103_ |
| 15:17:49 | <djmlog103_> yeah sure. thanks for your support |
| 15:19:37 | <knishant> hello everyone |
| 15:20:10 | <knishant> I'm very much excited in this GSOC 2009 |
| 15:20:47 | <knishant> well the start date will begin in hours for the submision of an application |
| 15:21:25 | <knishant> need particular understanding of a particular idea |
| 15:22:40 | <bwolfe> ok |
| 15:25:39 | *** nribeka has quit IRC |
| 15:30:03 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7147]: in patientmatching module, fixed bugs in grouping multiple records ⦠<http://dev.openmrs.org/changeset/7147> |
| 15:31:29 | <knishant> so what shud i do |
| 15:32:17 | <knishant> i need how to apply my application |
| 15:32:27 | <knishant> Ihave chosen my idea from the list |
| 15:32:35 | <knishant> need much information |
| 15:34:24 | <bwolfe> knishant: you can ask here, in the forum, to the mentor that is assigned, or to the developers list |
| 15:34:29 | <bwolfe> or you can make things up :-) |
| 15:34:43 | <knishant> ok |
| 15:35:04 | <knishant> I just need to ask that is dere any template to write an appplication |
| 15:35:11 | <knishant> in a best way |
| 15:36:38 | <knishant> I have chosen the topic fro mthe idea list is Role-based home page |
| 15:36:39 | <knishant> Primary mentor: Saptarshi Purkayastha |
| 15:36:56 | <knishant> so how to contact him |
| 15:37:07 | <knishant> and need much detail about the stuff |
| 15:39:19 | <knishant> @bwolfe need to ask to understand it more clearly |
| 15:41:25 | <bwolfe> saptarshi should have a wiki user page with contact info |
| 15:41:43 | <bwolfe> we have extra questions we want to know about, see the gsoc2009 page |
| 15:41:47 | <bwolfe> !gsoc2009 |
| 15:41:47 | <OpenMRSBot> bwolfe: "gsoc2009" --- http://openmrs.org/wiki/Summer_Of_Code_2009 |
| 15:42:25 | <knishant> k |
| 16:02:07 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: "Integrate Quartz Scheduler into OpenMRS" project for GSoC20 <http://forum.openmrs.org/viewtopic.php?f=11&t=427#p1492> |
| 16:15:34 | *** upul has quit IRC |
| 16:19:30 | *** MaddyMax has joined #openmrs |
| 16:33:39 | *** MaddyMax has quit IRC |
| 16:34:14 | *** MaddyMax has joined #openmrs |
| 16:39:51 | *** isurundt has quit IRC |
| 16:39:52 | *** huda_s86 has joined #openmrs |
| 16:44:55 | *** devilsadvocate has joined #openmrs |
| 16:57:27 | *** djmlog103_ has quit IRC |
| 17:04:15 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: "Integrate Quartz Scheduler into OpenMRS" project for GSoC20 <http://forum.openmrs.org/viewtopic.php?f=11&t=427#p1493> || OpenMRS Changesets: Changeset [7148]: serialization branch: Initial commit of core interfaces and base services <http://dev.openmrs.org/changeset/7148> |
| 17:05:01 | *** bwolfe_ has joined #openmrs |
| 17:05:01 | *** ChanServ sets mode: +o bwolfe_ |
| 17:14:37 | *** vindyani has joined #openmrs |
| 17:17:45 | *** bwolfe has quit IRC |
| 17:19:52 | *** nribeka1 has quit IRC |
| 17:21:54 | <huda_s86> can anyone give me the link to the introductoy tickets? |
| 17:22:12 | <bwolfe_> !introtickets |
| 17:22:12 | <OpenMRSBot> bwolfe_: "introtickets" --- http://dev.openmrs.org/report/20 |
| 17:23:06 | <bwolfe_> !trivialtickets |
| 17:23:06 | <OpenMRSBot> bwolfe_: "trivialtickets" --- http://dev.openmrs.org/report/16 |
| 17:24:11 | <vindyani> I am interested in applying for "Integrate Quartz Scheduler into OpenMRS" project |
| 17:25:06 | <vindyani> can some one point me a good starting point |
| 17:31:54 | <bmckown> jmiranda is the mentor for the Quartz Scheduler project. he should be back from vacation tomorrow I think. |
| 17:33:07 | <vindyani> ok, that's nice |
| 17:35:17 | *** vindyani has quit IRC |
| 17:42:34 | *** sparc has joined #openmrs |
| 17:43:11 | <Keelhaul> bmckown: could you add ticket 936 to trunk, if everything is ok? i'd like to clean up my trunk, it has too many out of sync files =P |
| 17:45:12 | <bmckown> Sure, Keelhaul. I planning to do that. Ben asked me... didn't realise he wanted me to do that. I'm under a few deadlines.. and will need to get openmrs 1.5 working on my laptop before can commit that to trunk. All my work right now is off of 1.3 |
| 17:45:36 | <Keelhaul> oh |
| 17:45:41 | <Keelhaul> ok |
| 17:45:56 | <Keelhaul> bmckown: he didnt *want* you to do that, not that i know of |
| 17:46:17 | <Keelhaul> i asked him a few times though, and he iddnt have time =/ |
| 17:47:48 | <bwolfe_> Keelhaul: I'm trying not to have /all/ the commits on trunk, so I wanted brian to commit it. Brian said he should be able to apply it in the next 2-3 weeks. |
| 17:48:31 | <bwolfe_> Keelhaul: there shouldn't be any changes to the privileges pages before then, so applying/testing/committing should be just as easy at that point as it would be now |
| 17:49:09 | <bwolfe_> Keelhaul: is there a reason you need it in there soon? Or are you just checking on it? :-) |
| 17:52:11 | <Keelhaul> bwolfe_: i have found myself in the situation where changes from one ticket interfered with another ticket because they alter the same files |
| 17:52:50 | *** vindyani has joined #openmrs |
| 17:52:57 | <Keelhaul> in case of the rearrangement of concept limits, i just reverted back to original because i dont really need it in my trunk, i know what the values mean now =) |
| 17:53:15 | <Keelhaul> but as for the privilege patch, i want it in my trunk at all times |
| 17:53:25 | <Keelhaul> so i'm keeping the local changes for now |
| 17:53:25 | <bwolfe_> ah, I see |
| 17:53:44 | <bwolfe_> brb |
| 17:55:44 | *** bwolfe__ has joined #openmrs |
| 17:55:52 | *** bwolfe__ is now known as bwofle |
| 17:55:56 | *** bwofle is now known as bwolfe |
| 17:56:04 | *** ChanServ sets mode: +o bwolfe |
| 17:58:55 | *** nribeka has joined #openmrs |
| 18:06:20 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: "Integrate Quartz Scheduler into OpenMRS" project for GSoC20 <http://forum.openmrs.org/viewtopic.php?f=11&t=427#p1494> |
| 18:11:05 | *** isurundt has joined #openmrs |
| 18:12:01 | *** bwolfe_ has quit IRC |
| 18:13:40 | *** Nzeyi has joined #openmrs |
| 18:14:32 | <Keelhaul> nribeka: http://rafb.net/p/zShlkT70.html |
| 18:14:38 | <Keelhaul> that's what i get right after login |
| 18:15:36 | <isurundt> bwolfe: how can i generate a change set id for the changeset i added in the liquibase-demo-data.xml ? |
| 18:16:10 | <nribeka> waks ... |
| 18:16:13 | <bwolfe> a change set id ? what do you mean ? |
| 18:16:13 | <nribeka> hmm ... |
| 18:16:19 | <nribeka> hold on Keelhaul |
| 18:17:03 | <isurundt> bwolfe:in every change set there is "author" and "id".. what i mean is the id. |
| 18:17:39 | <isurundt> bwolfe:or is it ok if i keep it as blank? |
| 18:17:53 | <bwolfe> its just a random text. however, there is a pattern. see if you can figure it out. :-) |
| 18:17:58 | <bwolfe> no, it can't be blank |
| 18:18:05 | <isurundt> ok.. |
| 18:18:07 | <isurundt> :D |
| 18:19:03 | <isurundt> bwolfe: think i figured that out.. :) |
| 18:19:46 | *** rajan has joined #openmrs |
| 18:22:00 | <isurundt> bwolfe: in the ticket #1240 it was said to add 3 concepts(In the best way of fix) for the programs mentioned. But two of the concepts(HIV and Malaria) were there. So i added only a concept for "MDR-TB". |
| 18:22:24 | <bwolfe> ok |
| 18:23:01 | <isurundt> bwolfe: also i updated the programs for(Malaria and HIV) with the relevant concepts.. |
| 18:24:19 | <Keelhaul> what |
| 18:24:25 | <Keelhaul> there are programs in the base dataset? |
| 18:24:31 | *** Nzeyi has quit IRC |
| 18:24:48 | <isurundt> keelhaul:yes. there are three programs |
| 18:24:52 | <Keelhaul> heh |
| 18:24:56 | <Keelhaul> none in my older dataset |
| 18:25:11 | <isurundt> :) |
| 18:25:49 | <rajan> hi,any one for GSoC'09 ? |
| 18:26:51 | <isurundt> rajan:yep |
| 18:28:03 | <rajan> I am on this page > http://openmrs.org/wiki/Projects but don't see any project as such !! |
| 18:28:36 | <Keelhaul> =o |
| 18:28:39 | <Keelhaul> see the links on that page? |
| 18:28:48 | <isurundt> rajan:click on new and uncaimed projects |
| 18:32:34 | *** vindyani has quit IRC |
| 18:32:56 | *** rajan has quit IRC |
| 18:34:41 | <bwolfe> short stay for rajan |
| 18:35:40 | <isurundt> :) |
| 18:36:00 | <isurundt> bwolfe: i have added the new liquibase-data.zip to the ticket #1240. Shall i change the code review status to "Needs review"?? |
| 18:36:18 | *** devilsadvocate has quit IRC |
| 18:36:21 | <sparc> hi i also want to go for gsoc 09 |
| 18:36:28 | <sparc> is it too late now |
| 18:36:41 | *** devilsadvocate has joined #openmrs |
| 18:37:30 | *** ajuonline is now known as ajuonline|gsd |
| 18:39:21 | *** bmckown has quit IRC |
| 18:39:30 | *** bmckown has joined #openmrs |
| 18:39:30 | *** ChanServ sets mode: +o bmckown |
| 18:41:32 | <bwolfe> isurundt: yeah, go ahead and set that |
| 18:41:45 | <isurundt> bwolfe:ok |
| 18:41:50 | <bwolfe> sparc: applications haven't even started yet, so no, its not too late. :-) |
| 18:41:54 | <bwolfe> !gsoctimeline |
| 18:41:54 | <OpenMRSBot> bwolfe: "gsoctimeline" --- http://code.google.com/opensource/gsoc/2008/faqs.html#0.1_timeline |
| 18:41:58 | <bwolfe> hmm |
| 18:42:01 | <bwolfe> the link needs updated |
| 18:42:34 | <bwolfe> !forget gsoctimeline |
| 18:42:34 | <OpenMRSBot> bwolfe: The operation succeeded. |
| 18:42:42 | <bwolfe> !learn gsoctimeline as http://socghop.appspot.com/document/show/program/google/gsoc2009/timeline |
| 18:42:43 | <OpenMRSBot> bwolfe: The operation succeeded. |
| 18:42:52 | <bwolfe> !refer sparc [gsoctimeline] |
| 18:42:52 | * OpenMRSBot refers sparc to "gsoctimeline" --- http://socghop.appspot.com/document/show/program/google/gsoc2009/timeline |
| 18:43:06 | <isurundt> bwolfe: what about the action? should it be "Resolve as Fixed"? |
| 18:43:22 | <bwolfe> not until its been committed isurundt |
| 18:43:29 | <isurundt> ok |
| 18:44:09 | <isurundt> bwolfe:done. Now you can review that.. :) |
| 18:44:27 | <bwolfe> thanks :-) |
| 18:44:33 | *** Mkop2 has joined #openmrs |
| 18:44:41 | <isurundt> bwolfe: you too ben |
| 18:44:58 | <bwolfe> ? |
| 18:45:07 | <bwolfe> I am ben |
| 18:45:13 | <Mkop2> ben: a lot of my edits didn't make it into the trunk, I think |
| 18:45:17 | <Mkop2> I messed up with the patches |
| 18:45:36 | <bwolfe> Mkop2: I changed maybe 5-10 of the comments |
| 18:45:45 | <bwolfe> Mkop2: feel free to attach another patch |
| 18:45:45 | *** huda_s86 has quit IRC |
| 18:45:45 | <Mkop2> no, I'm talking about a lot more than that |
| 18:45:49 | <Mkop2> I know what the mess up is |
| 18:45:58 | <bwolfe> Mkop2: and be sure to use our formatter again. :-) |
| 18:46:12 | <Mkop2> yeah, I put the formatter back to how it was |
| 18:46:42 | *** huda_s86 has joined #openmrs |
| 18:46:50 | <Mkop2> what happens if I upload a patch with changes that have already been committed? |
| 18:47:31 | <Mkop2> I imagine that would probably be a problem since the line numbers would be wrong |
| 18:48:16 | <bwolfe> do a team-->update on your copy to get what is it trunk now |
| 18:48:23 | <bwolfe> (and resolve any errors) |
| 18:48:32 | <Mkop2> oh |
| 18:48:43 | <Mkop2> I'm using tortoisesvn, but I'm sure it'll have the same functionality |
| 18:54:56 | *** nribeka has quit IRC |
| 18:55:18 | *** nribeka has joined #openmrs |
| 18:56:02 | *** nribeka has quit IRC |
| 18:59:45 | *** huda_s86 has quit IRC |
| 19:00:50 | *** bmckown has quit IRC |
| 19:00:58 | *** huda_s86 has joined #openmrs |
| 19:04:42 | *** MaddyMax has quit IRC |
| 19:05:09 | *** nribeka has joined #openmrs |
| 19:05:22 | *** huda_s86 has quit IRC |
| 19:06:00 | *** MaddyMax has joined #openmrs |
| 19:06:30 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7149]: serialization branch: Change OpenmrsData and OpenmrsMetadata to ⦠<http://dev.openmrs.org/changeset/7149> |
| 19:15:06 | *** sparc has quit IRC |
| 19:16:24 | *** isurundt has quit IRC |
| 19:25:35 | *** bmckown has joined #openmrs |
| 19:25:35 | *** ChanServ sets mode: +o bmckown |
| 19:27:23 | *** devilsadvocate has quit IRC |
| 19:36:48 | *** Echidna has quit IRC |
| 19:36:53 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7150]: Ran source formatter and organize imports on the src/web folder <http://dev.openmrs.org/changeset/7150> |
| 19:37:01 | *** Echidna has joined #openmrs |
| 19:38:34 | *** ajuonline|gsd is now known as ajuonline |
| 19:39:46 | *** Mkop3 has joined #openmrs |
| 19:42:06 | *** Mkop2 has quit IRC |
| 19:44:23 | *** bmckown has quit IRC |
| 19:44:26 | *** bmckown_ has joined #openmrs |
| 19:47:10 | * r0bby applied |
| 19:47:12 | <r0bby> :D |
| 19:47:18 | <Mkop3> for what? gsoc? |
| 19:47:23 | <r0bby> SI SI |
| 19:47:38 | <Mkop3> oh, is it open? |
| 19:47:41 | <Mkop3> I guess so |
| 19:48:08 | <r0bby> yup |
| 19:51:21 | <bwolfe> r0bby, you are the first and only right now. :-) |
| 19:52:11 | <Mkop3> bwolfe: is there an advantage to applying early? |
| 19:52:19 | <Keelhaul> we sent out an ad for openmrs/gsoc via the student mail distributor |
| 19:52:23 | <Keelhaul> maybe someone will bite heh |
| 19:52:27 | <bwolfe> Mkop3: only if you want someone to review your application |
| 19:52:38 | <Mkop3> ok |
| 19:53:03 | <Mkop3> how early do you think I can submit it and still have time to review it with one of you guys/ |
| 19:53:43 | <nribeka> i don't apply |
| 19:54:27 | <nribeka> Keelhaul, please wait. i'm unable to compile the whole thing right now |
| 19:54:33 | <Keelhaul> =/ |
| 19:54:40 | <Keelhaul> i gotta work out / dinner now anyway |
| 19:56:09 | <bwolfe> Mkop3: at least a few days before the deadline |
| 20:04:20 | *** huda_s86 has joined #openmrs |
| 20:06:01 | *** MaddyMax has quit IRC |
| 20:12:58 | *** bmckown_ has quit IRC |
| 20:13:41 | *** bmckown_ has joined #openmrs |
| 20:14:58 | *** huda_s86 has quit IRC |
| 20:15:25 | *** huda_s86 has joined #openmrs |
| 20:28:15 | *** james_regen has quit IRC |
| 20:33:29 | *** bmckown__ has joined #openmrs |
| 20:34:50 | <Keelhaul> nribeka: i opened 3 pages so far (login, admin, encounter) |
| 20:34:53 | <Keelhaul> 50mb logs =o |
| 20:35:33 | *** bmckown_ has quit IRC |
| 20:36:10 | <Keelhaul> 70mb |
| 20:38:41 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Tickets: Ticket #1348 (enhancement created): Serialization Framework <http://dev.openmrs.org/ticket/1348> || OpenMRS Changesets: Changeset [7152]: in patientmatching module, committed more code to get grouping analysis ⦠<http://dev.openmrs.org/changeset/7152> || OpenMRS Changesets: Changeset [7151]: serialization branch: Add additional method comments and add purge method <http://dev.openmrs.org/changeset/7151> |
| 20:53:07 | <nribeka> lol Keelhaul |
| 20:53:21 | <Keelhaul> 180mb now |
| 20:53:25 | <nribeka> you can zip / rar it and it will gets smaller ( i hope) |
| 20:53:26 | <nribeka> lol |
| 20:53:27 | <Keelhaul> hf reading =P |
| 20:53:29 | <nribeka> :D |
| 20:53:29 | <Mkop3> wow! |
| 20:53:39 | <Keelhaul> nribeka: and i havent even hit the error yet |
| 20:53:47 | <nribeka> wow that's more than i expect |
| 20:53:49 | <nribeka> :P |
| 20:55:11 | <Keelhaul> and every page takes about 1 minute to load |
| 20:56:34 | <Keelhaul> nribeka: did you change the library somehow? |
| 20:56:36 | <nribeka> sorry. how many pages to go to your module Keelhaul? |
| 20:56:38 | <Keelhaul> i cant hit the usual error |
| 20:56:44 | <Keelhaul> um, dunno |
| 20:56:57 | <Keelhaul> with your original jar, i always hit an exception when loading the dashboard |
| 20:57:05 | <Keelhaul> now it seems to load |
| 20:57:06 | <nribeka> i use an old patch |
| 20:57:13 | <nribeka> so is it working? |
| 20:57:28 | <Keelhaul> i havent tried having a user/patient yet |
| 20:57:30 | <Keelhaul> lemme try |
| 20:57:32 | <nribeka> i can send you a jar without the log to test it faster |
| 20:57:39 | <nribeka> ok ok |
| 20:57:42 | <nribeka> i will wait |
| 20:59:16 | <nribeka> you better have some space there Keelhaul :P |
| 20:59:28 | <Keelhaul> 1.5tb hdd, that's np =P |
| 20:59:41 | <Mkop3> yeah, that would be a problem on my hard drive |
| 20:59:48 | <Mkop3> I have about 300 MB free space currently |
| 20:59:55 | <Keelhaul> oh html form loads for a user who is also a patient |
| 21:00:02 | <Keelhaul> nribeka: send me the non-logging jar plz |
| 21:00:35 | <nribeka> ok ok |
| 21:00:39 | <nribeka> hang on a minute |
| 21:04:52 | <Keelhaul> opening the log takes ages too |
| 21:05:05 | <Keelhaul> http://www.youtube.com/watch?v=96dWOEa4Djs |
| 21:05:07 | <Keelhaul> i need something like this |
| 21:05:43 | <nribeka> lol :D |
| 21:05:53 | <nribeka> sent the non logging jar |
| 21:06:06 | <nribeka> zip / rar and sent it to me :P |
| 21:06:11 | <nribeka> how big is it? |
| 21:06:12 | <nribeka> lol |
| 21:07:57 | <Keelhaul> 27 |
| 21:07:59 | <Keelhaul> 270 |
| 21:08:24 | <nribeka> wow |
| 21:08:29 | <Mkop3> bwolfe: you around? question |
| 21:08:30 | <nribeka> after compression? |
| 21:08:39 | <bwolfe> sure |
| 21:09:11 | <Keelhaul> nribeka: i deleted it |
| 21:11:29 | <Keelhaul> making a new one |
| 21:11:41 | <Keelhaul> becuazse the old one had some of the previous stuff in it |
| 21:11:51 | *** Keelhaul has quit IRC |
| 21:11:56 | *** Keelhaul has joined #openmrs |
| 21:11:56 | *** ChanServ sets mode: +v Keelhaul |
| 21:14:35 | *** deepakverma has joined #openmrs |
| 21:14:39 | *** deepakverma has left #openmrs |
| 21:14:54 | *** deepakverma has joined #openmrs |
| 21:17:04 | *** huda_s86 has quit IRC |
| 21:17:29 | <r0bby> interesting |
| 21:18:24 | <nribeka> ok Keelhaul :) |
| 21:18:42 | <Keelhaul> nribeka: what has changed sind your initial commit |
| 21:23:36 | *** kane77 has joined #openmrs |
| 21:25:27 | *** greendots has joined #openmrs |
| 21:26:02 | <greendots> hi |
| 21:26:14 | <Mkop3> yo |
| 21:28:03 | <Keelhaul> hi |
| 21:28:13 | <Keelhaul> nribeka: i found a bunch of ClassNotFoundExceptions in the log |
| 21:28:24 | <Keelhaul> for my own classes |
| 21:28:28 | <Keelhaul> but the pages loaded nevertheless |
| 21:29:54 | <bwolfe> probably because he's not using the OpenmrsClassLoader to load them |
| 21:30:08 | <Keelhaul> o |
| 21:30:28 | <Keelhaul> heh |
| 21:30:33 | <Keelhaul> text zips nicely |
| 21:30:40 | <Keelhaul> 197 -> 7 |
| 21:33:23 | <r0bby> okies :) |
| 21:33:26 | <r0bby> All done :D |
| 21:33:37 | * r0bby just waits now |
| 21:33:46 | <Keelhaul> busy waiting |
| 21:33:57 | <r0bby> yeh I'm in a deadlocked thread |
| 21:33:58 | <r0bby> :> |
| 21:35:28 | <Mkop3> is there a way to redirect output from ant to a textfile instead of the eclipse console? |
| 21:35:35 | <Mkop3> the eclipse console is too short |
| 21:37:47 | <r0bby> you can resize it you know ;) |
| 21:38:00 | <Keelhaul> nribeka: whatever you did with the hibernate jar, update the ticket with it =) |
| 21:38:03 | <Mkop3> I don't mean small in inches, I mean small in maximum number of lines |
| 21:38:19 | <Mkop3> but I think you knew that, and hence the wink |
| 21:38:43 | <Keelhaul> hmm |
| 21:38:49 | <Keelhaul> if you run ant via cmd lien? |
| 21:38:50 | <Keelhaul> line |
| 21:40:00 | <r0bby> Mkop3: keep a command-line open |
| 21:40:14 | <nribeka> bwolfe, OpenMRS class loader? |
| 21:40:15 | <Mkop3> I'm trying to figure out how to get ant from command line |
| 21:40:16 | <r0bby> I usually dont care what the output is so long as i can see that it runs successfully |
| 21:40:20 | <r0bby> nribeka: yes |
| 21:40:21 | <nribeka> Keelhaul, is it working? |
| 21:40:32 | <Keelhaul> nribeka: so far, i only tried a few pages |
| 21:40:39 | <Mkop3> right now, I'm going through all the hundreds of warnings and fixing them, so I kinda need the output |
| 21:40:49 | <r0bby> nribeka: I set that as the parent classloader for the groovy forms module |
| 21:40:50 | <Keelhaul> but the dashboard loads, which wasnt the case with the initial patch |
| 21:40:54 | <nribeka> try some more then Keelhaul :D |
| 21:41:01 | <Keelhaul> nribeka: i will later |
| 21:41:05 | <Keelhaul> now i really hvae to do cardio =) |
| 21:41:06 | <nribeka> so many people with K here now |
| 21:41:07 | <r0bby> (i needed one so i can get at the classes within openmrs such as Concept etc |
| 21:41:11 | <Keelhaul> hmm |
| 21:41:11 | <nribeka> it was only Keelhaul |
| 21:41:14 | <Keelhaul> emailing you the zip failed =/ |
| 21:41:21 | <r0bby> epic fail |
| 21:41:23 | <nribeka> really? too big? |
| 21:41:31 | <Keelhaul> no |
| 21:41:38 | <Keelhaul> just gmx acting up i think |
| 21:41:39 | <nribeka> we need to test it on Concept too |
| 21:41:40 | <nribeka> :( |
| 21:42:21 | <nribeka> r0bby, the class loader is inside hibernate ( i hope this is not a problem ) |
| 21:42:27 | <nribeka> well, this is an old patch |
| 21:42:43 | <nribeka> i was hoping Keelhaul will have errors and we can figure out something out of it |
| 21:42:46 | <nribeka> but ... |
| 21:42:55 | <nribeka> well, Keelhaul is still trying :D |
| 21:42:57 | <Keelhaul> nribeka: do you know what you changed since then? |
| 21:43:45 | <nribeka> i can do diff :D |
| 21:44:39 | *** sunbiz has joined #openmrs |
| 21:45:23 | *** sunbiz has quit IRC |
| 21:47:44 | <r0bby> nribeka: hrm |
| 21:48:01 | <r0bby> you should be able to set a parent classloader though |
| 21:48:53 | <r0bby> knishant: pong |
| 21:48:57 | <r0bby> just caught your pm |
| 21:49:58 | <bwolfe> nribeka: Context.loadClass(String) instead of Class.forName() |
| 21:50:21 | <nribeka> bwolfe, i use that one right now |
| 21:50:25 | <nribeka> Thread.currentThread().getContextClassLoader().loadClass() |
| 21:50:30 | <bwolfe> yeah, that'll work |
| 21:50:53 | <bwolfe> is this the same patch you had before nribeka ? |
| 21:52:14 | <nribeka> yes bwolfe |
| 21:52:31 | <r0bby> yo bwolfe |
| 21:52:31 | <bwolfe> hmm, I don't like that one :-p |
| 21:52:38 | <nribeka> i was hoping it will cause problem (bad think) |
| 21:52:43 | <nribeka> hahaha lol |
| 21:52:55 | <nribeka> any suggestion bwolfe? |
| 21:52:58 | <nribeka> :D |
| 21:52:59 | <bwolfe> seems like it will be doing too much classloading...because you're putting that in a .equals method |
| 21:53:02 | <r0bby> http://nyc.openeverything.us/ |
| 21:53:07 | <r0bby> ^ i'm going potentially |
| 21:53:15 | <nribeka> hmm that's true |
| 21:53:28 | <bwolfe> cool |
| 21:53:29 | <r0bby> I could make a good plug for openmrs |
| 21:53:32 | <r0bby> it's April 18th |
| 21:54:14 | <r0bby> Want me to represent openmrs -- i won't if you don't want it |
| 21:54:31 | <r0bby> it's definitely a good opportunity |
| 21:54:49 | <r0bby> as it stands i'll just go as myself |
| 21:54:50 | <nribeka> present |
| 21:54:58 | <nribeka> +1 for r0bby |
| 21:55:41 | <bwolfe> define "represent openmrs". :-p |
| 21:55:46 | <Keelhaul> representin' yo |
| 21:56:18 | <r0bby> make you look bad |
| 21:57:23 | <bwolfe> then no :-p |
| 21:57:25 | <bwolfe> hehe |
| 21:57:26 | <r0bby> Maybe give a talk |
| 21:57:37 | <r0bby> try and get some devs interested :) |
| 21:57:46 | <r0bby> Rope in some new contributers |
| 21:58:21 | <bwolfe> yeah, you could probably go with the title "openmrs contributor" or something. :-) |
| 21:58:35 | <r0bby> i won't go as developer |
| 21:58:43 | <bwolfe> just don't make us look bad...or I'll have to fly out to NY and we'll have a chat |
| 21:58:45 | <r0bby> since i'm technically not one since i've yet to touch trunk |
| 21:58:51 | <r0bby> with a gun? |
| 21:58:57 | <r0bby> or a baseball bat! |
| 21:59:16 | <nribeka> baseball bat is good enough lol |
| 21:59:28 | <r0bby> but it's so messy |
| 21:59:38 | <bwolfe> baseball gun bat |
| 21:59:46 | <r0bby> wtf is that |
| 21:59:46 | <greendots> lol |
| 21:59:54 | <bwolfe> it beats the bullet into you |
| 21:59:59 | <r0bby> I put in the comment i may potentially give a talk bout openmrs |
| 22:00:20 | <Mkop3> bwolfe: I'm closer to NY. I'll be glad to go "meet" robby for you, if you need :-) |
| 22:00:25 | <bwolfe> thats cool. there are slides you can steal on some online slide sharing sites |
| 22:01:07 | <bwolfe> good to know Mkop3. I may just bring two BGBs. one for you and one for me. ;-) |
| 22:01:18 | <nribeka> Mkop3, bring baseball gun bats than |
| 22:01:23 | <Mkop3> lol |
| 22:01:36 | *** deepakverma has left #openmrs |
| 22:01:43 | <nribeka> i'm 6h from r0bby probably |
| 22:02:18 | <bwolfe> I'll just pick you up on the way nribeka |
| 22:02:29 | <Mkop3> I guess I'm prob on the way too |
| 22:02:33 | <nribeka> ah that's cool bwolfe |
| 22:02:42 | <nribeka> that makes 3 BGB then |
| 22:02:43 | <nribeka> lol |
| 22:05:12 | <r0bby> LH is gonna be there :) |
| 22:05:23 | <r0bby> now she can punch me in the face for driving her nuts :) |
| 22:07:14 | <Mkop3> who's LH? |
| 22:08:57 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7154]: openmrs-source: Added log4j and tomcat source files <http://dev.openmrs.org/changeset/7154> || OpenMRS Changesets: Changeset [7153]: Updated Spring, asm, commons-collections jars to fix memory leaks Removed ⦠<http://dev.openmrs.org/changeset/7153> |
| 22:09:04 | <Keelhaul> how much are flight along the east coast |
| 22:09:08 | <Keelhaul> flights* |
| 22:10:00 | <nribeka> not sure :D |
| 22:10:09 | <Mkop3> from where to where? |
| 22:10:25 | <nribeka> LH --> Leslie, coordinator for GSoC |
| 22:10:40 | <Mkop3> oh |
| 22:17:25 | <Mkop3> yay! I figured out how to redirect output from ant |
| 22:17:42 | <greendots> linux? |
| 22:17:51 | <Mkop3> no, eclipse |
| 22:18:00 | <Mkop3> (on windows, but that's irrelevant at the moment) |
| 22:19:31 | <Keelhaul> Mkop3: how |
| 22:19:59 | <r0bby> nribeka: s/GsOc/Program manager for the google open source programs/ |
| 22:20:07 | <r0bby> she manages ghop as well |
| 22:20:38 | <greendots> is that like ihop? |
| 22:20:39 | <Mkop3> Run |External Tools| External Tools configurations |
| 22:21:03 | <Mkop3> greendots: yeah, it's the pancake store at the google campus |
| 22:21:05 | <Mkop3> :-) |
| 22:23:45 | <r0bby> greendots: it's gsoc for secondary school students |
| 22:24:06 | <Mkop3> bwolfe: I can't figure out how to format some of these links without changing them slightly. {@link Set<ProgramWorkflowState>} is gonna become Set<{@link ProgramWorkflowState}> |
| 22:24:13 | <r0bby> whereas gsoc requires you be enrolled in a post-secondary school (ie college) |
| 22:30:31 | *** bwolfe has quit IRC |
| 22:35:19 | <Keelhaul> nribeka: any relevant info from the log? |
| 22:37:08 | <r0bby> knishant: next time you wanna grab my attn best way is use the contact means provided here => http://openmrs.org/wiki/User:r0bby |
| 22:37:13 | <r0bby> *OR* say my name here :) |
| 22:38:20 | <nribeka> reading your log Keelhaul |
| 22:38:32 | <nribeka> only got a few mins left before home time |
| 22:39:02 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [7157]: Followup fix for new jar files committed in [7153] <http://dev.openmrs.org/changeset/7157> || OpenMRS Changesets: Changeset [7156]: serialization branch: Remove TODO <http://dev.openmrs.org/changeset/7156> || OpenMRS Changesets: Changeset [7155]: serialization branch: Add unit tests for SerializationService. Changed ⦠<http://dev.openmrs.org/changeset/7155> |
| 22:39:17 | <r0bby> bhz- |
| 22:39:20 | <r0bby> ugh |
| 22:50:02 | *** nribeka has quit IRC |
| 22:55:16 | *** kane77 has quit IRC |
| 22:59:30 | *** bwolfe has joined #openmrs |
| 22:59:30 | *** ChanServ sets mode: +o bwolfe |
| 23:22:05 | *** nribeka has joined #openmrs |
| 23:22:35 | <Mkop3> I don't know if it's a good thing or a bad thing that I'm _this_ obsessed with openmrs |
| 23:25:03 | <r0bby> Mkop3: it's good :) |
| 23:25:09 | <Mkop3> for openmrs |
| 23:25:14 | <Mkop3> but bad for my school work |
| 23:25:16 | <r0bby> I suppose |
| 23:25:20 | <r0bby> Mkop3: yeh that's bd |
| 23:25:28 | <r0bby> I Bs'd an exam and somehow lucked out |
| 23:25:40 | <r0bby> since my prof made it so insanely easy it's not funny |
| 23:26:02 | <Mkop3> ok, I got to run get dinner |
| 23:26:06 | <Mkop3> see you guys later |
| 23:26:13 | *** Mkop3 has left #openmrs |
| 23:39:59 | *** atomicturtle has joined #openmrs |
| 23:55:56 | *** Keelhaul has quit IRC |
| 23:56:37 | *** nribeka1 has joined #openmrs |