IRC Chat : 2012-09-06 - OpenMRS

00:55:41 *** wluyima has joined #openmrs
01:49:12 <wluyima> djazayeri, i managed to get around the compilation issue
01:53:20 <djazayeri> wyclif: cool, I created a ticket for it
01:53:26 <djazayeri> gotta run now, feel free to comment there
03:46:07 *** harshadura has quit IRC
04:03:57 *** kavuri has joined #openmrs
04:13:05 *** kavuri has quit IRC
04:40:55 *** harshadura has joined #openmrs
04:57:42 *** harshadura has quit IRC
05:08:58 *** harshadura has joined #openmrs
05:25:49 *** kishoreyekkanti has joined #openmrs
05:49:02 *** kishoreyekkanti has quit IRC
06:24:57 *** robbyoconnor has joined #openmrs
06:24:57 *** ChanServ sets mode: +v robbyoconnor
06:27:02 *** r0bby has joined #openmrs
06:27:02 *** ChanServ sets mode: +v r0bby
06:28:20 *** r0bby has quit IRC
06:29:05 *** r0bby has joined #openmrs
06:29:05 *** ChanServ sets mode: +v r0bby
06:29:16 *** robbyoconnor has quit IRC
06:29:25 *** r0bby is now known as robbyoconnor
06:29:35 *** kishoreyekkanti has joined #openmrs
06:31:48 *** r0bby has joined #openmrs
06:31:48 *** ChanServ sets mode: +v r0bby
06:32:43 *** harshadura has quit IRC
06:35:02 *** robbyoconnor has quit IRC
06:36:01 *** r0bby is now known as robbyoconnor
06:57:47 *** kishoreyekkanti has quit IRC
06:58:48 *** kishoreyekkanti has joined #openmrs
07:15:12 *** dkayiwa has joined #openmrs
07:20:49 *** sunbiz has joined #openmrs
07:20:49 *** ChanServ sets mode: +v sunbiz
08:06:46 *** harshadura has joined #openmrs
08:25:32 *** dkayiwa has quit IRC
08:26:44 *** dkayiwa has joined #openmrs
09:09:44 *** harshadura_ has joined #openmrs
09:13:27 *** harshadura has quit IRC
09:22:47 *** sunbiz1 has joined #openmrs
09:23:28 *** sunbiz has quit IRC
09:29:44 *** kishoreyekkanti has quit IRC
09:49:28 *** harshadura_ has quit IRC
09:49:45 *** harshadura_ has joined #openmrs
10:00:45 *** dkayiwa has quit IRC
10:09:27 *** harshadura_ has quit IRC
10:09:46 *** harshadura_ has joined #openmrs
10:46:58 *** suranga has joined #openmrs
10:46:58 *** ChanServ sets mode: +v suranga
10:49:25 *** harshadura_ has quit IRC
10:49:42 *** harshadura_ has joined #openmrs
10:54:39 *** rafa has joined #openmrs
10:54:39 *** ChanServ sets mode: +v rafa
11:03:11 *** sunbiz1 has quit IRC
11:05:51 *** dkayiwa_ has joined #openmrs
11:09:25 *** harshadura_ has quit IRC
11:09:45 *** harshadura_ has joined #openmrs
11:20:54 *** robbyoconnor has quit IRC
11:23:17 *** kishoreyekkanti has joined #openmrs
11:36:22 *** rubailly has joined #openmrs
11:38:34 *** sunbiz has joined #openmrs
11:38:34 *** ChanServ sets mode: +v sunbiz
11:38:35 *** shortend has joined #openmrs
11:40:06 <shortend> Hi! Could anyone tell me why I need to do to enable create/update using the webservices.rest module?
11:40:31 <shortend> I can execute get requests, but POST results in 405 Method Not Allowed.
11:41:00 <shortend> Do I need to be sending an authentication token, or will it just work using cookies?
11:41:37 <shortend> Haha... I meant "what I need to do"
11:46:20 <shortend> Oh... I may have been dealing with a typo.
11:59:35 *** rubailly has quit IRC
12:15:43 *** wluyima has quit IRC
12:16:05 *** wyclif has quit IRC
12:19:33 *** kishoreyekkanti has quit IRC
12:22:43 *** bwolfe has joined #openmrs
12:22:43 *** ChanServ sets mode: +o bwolfe
12:29:36 *** shortend has quit IRC
12:30:17 *** shortend has joined #openmrs
12:30:18 *** kishoreyekkanti has joined #openmrs
12:31:37 <dkayiwa_> hi bwolfe
12:31:58 <bwolfe> hi daniel
12:32:13 <dkayiwa_> bwolfe: i keep getting servlet-api-2.4.jar in my compiled module. yet i i do not want it. i have in vain tried exclude it but it still appears
12:32:43 <bwolfe> dkayiwa_, there is some other library you are including that is requiring it
12:33:05 <dkayiwa_> bwolfe: and it does not appear when i compile against 1.7 and below
12:34:10 <bwolfe> hmm
12:35:51 <dkayiwa_> bwolfe: and as a result, i keep getting: java.lang.ClassCastException: org.apache.solr.servlet.SolrDispatchFilter cannot be cast to javax.servlet.Filter
12:36:35 <dkayiwa_> bwolfe: sorry i meant version 2.5 of the servlet api: servlet-api-2.5.jar
12:36:41 <dkayiwa_> instead of 2.4
12:37:46 <bwolfe> dkayiwa_, so its something in openmrs that is packaging it? is the jar in the war file too?
12:38:19 <dkayiwa_> bwolfe: am just creating a .omod file for the module
12:38:28 <dkayiwa_> bwolfe: do you mean the openmrs war file?
12:39:10 <bwolfe> dkayiwa_, you say it compiles fine against 1.7. your pom is different if compiled against 1.8. so I am thinking that the 1.8 pom stuff in the war requires it
12:39:28 <dkayiwa_> bwolfe: yes i suspect so to
12:39:56 <dkayiwa_> bwolfe: when i compile against 1.7, i do not end up with this jar
12:40:23 <dkayiwa_> bwolfe: but compiling with 1.8, i end up with the servlet jar in my module and hence the above error
12:44:51 <dkayiwa_> bwolfe: rafa do you guys know how to revert changes in a single file for git?
12:45:22 <dkayiwa_> bwolfe: rafa in svn days, i used to right click in eclipse and then Team -> Revert
12:45:48 <rafa> dkayiwa_: use replace with
12:46:00 <rafa> dkayiwa_: HEAD revision
12:46:18 <dkayiwa_> rafa: is that right click Team -> Replace with?
12:46:28 <rafa> dkayiwa_: no right click -> Replace with
12:46:45 <dkayiwa_> rafa: is it at command line?
12:46:52 <rafa> dkayiwa_: no in eclipse :)
12:47:26 <dkayiwa_> rafa: oh i see :)
12:47:45 <rafa> dkayiwa_: in command line you just specify a file in git reset
12:47:53 <dkayiwa_> rafa: ok
12:49:10 *** kdeeq has joined #openmrs
12:51:42 <bwolfe> dkayiwa_, so look in the 1.8 war to see if the servlet jar is there vs not there in the 1.7 war
12:58:28 <dkayiwa_> bwolfe: it is not there
12:59:44 *** harshadura__ has joined #openmrs
12:59:47 <bwolfe> dkayiwa_, hmm, so why is it getting pulled in? what is diff about the 1.7 vs 1.8 compilation poms?
13:00:02 <dkayiwa_> bwolfe: was 1.7 using maven?
13:00:13 <bwolfe> no
13:00:17 <bwolfe> but in your omod you have a pom
13:00:22 <bwolfe> and you change it for 1.7 vs 1.8, right?
13:00:30 <dkayiwa_> bwolfe: yes
13:03:35 *** harshadura_ has quit IRC
13:09:38 *** kishoreyekkanti has quit IRC
13:09:43 *** harshadura_ has joined #openmrs
13:12:11 *** wluyima has joined #openmrs
13:12:21 *** wyclif has joined #openmrs
13:13:11 <suranga> rafa, helooo
13:13:15 *** harshadura__ has quit IRC
13:13:16 <rafa> sunbiz: hi
13:13:20 <suranga> rafa, um.. in regard to HLQRY-54
13:13:33 <suranga> rafa, not sunbiz , me, suranga :D
13:13:45 <rafa> suranga: hi :D
13:14:08 <rafa> suranga: I type at most 2 letters + tab ;)
13:14:14 <suranga> he hee... rafa regarding your ticket, im not explicitely adding the acm dependency into the pom file...
13:14:50 <rafa> sunbiz: it comes along with some other dependency
13:14:56 <rafa> suranga: ahs :)
13:15:06 <rafa> sunbiz: I'm sorry
13:15:17 <rafa> suranga: it's a transient depenendcy
13:15:39 <suranga> rafa, um... in that case, can we actually 'remove' it ?
13:15:49 <rafa> suranga: open pom and display dependency hierarchy
13:15:58 <rafa> suranga: you will see the actual dependencies included
13:16:11 <rafa> suranga: from there you can simply right click and exclude
13:16:37 <rafa> suranga: asms should be only provided and not compile
13:18:44 <suranga> rafa, aha !!!
13:18:49 <suranga> thanks awfully
13:19:04 * suranga runs off to check new magic trick :-)
13:20:24 *** kishoreyekkanti has joined #openmrs
13:20:32 <rafa> suranga: np
13:22:04 *** sunbiz has quit IRC
13:23:06 <suranga> rafa, umm... it seems that some of the jars dont want to go into 'provided'. they are saying "error :unable to locate source for dependency" :(
13:23:33 <rafa> ?
13:23:52 <rafa> suranga: you don't change dependencies to provided
13:24:09 <rafa> suranga: just exclude those marked as compile that you don't want
13:24:23 <suranga> rafa, this happes when I try to eclude them. im afraid
13:24:36 <suranga> the ones that do get excluded still remain as 'compile'
13:24:44 *** downey has joined #openmrs
13:24:44 *** ChanServ sets mode: +o downey
13:24:44 *** OpenMRSBot sets mode: +o downey
13:24:49 <rafa> suranga: then maybe you need to do it manually
13:24:56 <rafa> suranga: go to the main pom
13:25:05 <suranga> rafa, the parent pom ? sure
13:25:29 <rafa> suranga: and add <exclusions> to the dependency which contains the unwanted artifacts
13:25:33 <rafa> suranga: and list them there
13:25:49 * suranga runs to fix
13:57:00 *** kishoreyekkanti has quit IRC
14:01:51 *** andreapat has joined #openmrs
14:04:46 <andreapat> good morning!
14:09:51 <djazayeri> andreapat: go to http://connect.iu.edu/omrsdf
14:16:44 *** dkayiwa has joined #openmrs
14:18:30 <andreapat> thanks
14:18:51 *** kdeeq has quit IRC
14:19:18 *** dkayiwa_ has quit IRC
14:42:18 *** sgithens has joined #openmrs
14:43:06 <suranga> hi rafa
14:43:10 <suranga> :)
14:43:17 <rafa> suranga: hi
14:43:50 <suranga> rafa, I was able to exclude everything, except the actual asm 3.2 jar itself
14:44:21 <suranga> as well as the antler jar. I couldnt find them on my version of the OpenMRS core (1.8.3)
14:45:22 <rafa> suranga: let me check
14:45:49 <suranga> rafa, if im right, I think we will need to leave these two intact :)
14:47:57 <sgithens> has anyone tried to run openmrs on heroku?
14:47:58 *** lauren has joined #openmrs
14:49:24 <lauren> @dkayiwa, I have a question if you have a sec. :)
14:49:35 <dkayiwa> lauren: ok :)
14:50:04 <lauren> Hey!
14:50:09 <rafa> suranga: seems like it's corect
14:50:23 <rafa> suranga: they're missing in OpenMRS 1.8.3, that's kind of unfortunate
14:50:40 <rafa> suranga: we may experience problems...
14:51:00 <suranga> rafa, since we need to support 1.8.2 up, shall I leave them in ? but add something on the wiki ?
14:51:02 <lauren> @Daniel: I'm using Xforms module 4.0.9.5. I've added new items to the form's schema, but they aren't appearing in the designer's form fields. I'm also not seeing the "pull new field elements" option in the designer.
14:51:12 <suranga> rafa, I'd love your advice on this :)
14:51:42 <rafa> suranga: yes, I think you need to leave them
14:51:53 <rafa> suranga: and yes, please document it
14:52:02 <dkayiwa> lauren: can you look for refresh instead of pull new elements?
14:52:33 <rafa> suranga: in case of problems, we will try to find a workaround
14:52:52 <rafa> suranga: but no reports yet
14:53:18 <lauren> dkayiwa: i tried that too, still not working. not sure why, we never had this issue before.
14:53:34 <suranga> rafa, hm... but this may cause some headahes later on, I think. I recently faced a similar issue at work
14:53:38 <suranga> the JSP
14:53:48 <dkayiwa> lauren: do you get any errors when you try refresh
14:53:52 <suranga> s were not rendering as a result, and I was going crazy :)
14:54:29 <rafa> suranga: yes, but the only solution I can see right now is to release separate omods for 1.8 and 1.9
14:54:58 <rafa> suranga: leave the ticket I've created open
14:55:04 <rafa> suranga: I will look later into that
14:55:21 <lauren> dkayiwa: i will double check
14:55:25 <suranga> rafa, hmm.... would you recomend that (releasing two omods) ? that we we would have to maintain two different versions ?
14:56:27 <dkayiwa> lauren: and how are you refreshin
14:56:29 <dkayiwa> g
14:57:06 <rafa> suranga: we could instruct maven to do that for us
14:57:49 <rafa> suranga: it's not going to be ideal and we want to avoid that
14:58:15 <rafa> suranga: but I don't know how yet ;)
14:59:14 <suranga> rafa, I see. no probem. I dont have a clue yet either. I'll try consulting Ben later, and see if he can recomend something :-)
15:01:41 *** lauren has quit IRC
15:01:57 *** lauren has joined #openmrs
15:02:04 <lauren> @dkayiwa: sorry, had to go get my battery charger! :)
15:03:02 *** bwolfe has quit IRC
15:03:57 *** suranga has quit IRC
15:05:18 <dkayiwa> lauren: get one for me too :)
15:07:50 *** rfriedman has joined #openmrs
15:07:56 *** rafa has quit IRC
15:08:53 <lauren> @dkayiwa: Okay, it has worked. It's a long form, and i think it just took a long time to refresh everything
15:09:06 <lauren> @dkayiwa: but it worked! :) thank you!
15:10:17 *** andreapat has quit IRC
15:11:01 <dkayiwa> lauren: ok :)
15:11:25 <rfriedman> any kenya folk online?
15:17:56 *** dkayiwa has quit IRC
15:19:24 *** bwolfe has joined #openmrs
15:19:24 *** ChanServ sets mode: +o bwolfe
15:19:31 *** harshadura_ has quit IRC
15:19:52 *** harshadura_ has joined #openmrs
15:27:21 *** harshadura_ has quit IRC
15:32:47 *** rafa has joined #openmrs
15:32:47 *** ChanServ sets mode: +v rafa
15:38:45 *** lauren has quit IRC
15:40:22 *** rafa has quit IRC
15:43:43 *** sgithens has quit IRC
16:14:39 *** dkayiwa has joined #openmrs
16:20:17 *** shortend has left #openmrs
16:31:14 *** rfriedman has quit IRC
16:31:44 *** cpower has quit IRC
16:32:54 *** suranga has joined #openmrs
16:32:54 *** ChanServ sets mode: +v suranga
16:48:17 *** lh has quit IRC
16:48:48 *** lh has joined #openmrs
16:48:48 *** lh has joined #openmrs
16:57:54 *** kishoreyekkanti has joined #openmrs
17:24:38 *** plechat has joined #openmrs
17:24:47 <plechat> hello everybody
17:25:18 <plechat> where to find the Pharmacy Data Export Module ?
17:42:38 <bwolfe> plechat, was it released?
17:42:44 <bwolfe> if so, http://modules.openmrs.org
17:42:57 <bwolfe> if not, then you probably need to download and build the code from http://svn.openmrs.org/openmrs-moduls
17:42:58 <bwolfe> err
17:43:07 <bwolfe> put an e in that last modules
17:48:02 *** kishoreyekkanti has quit IRC
18:03:20 *** plechat has quit IRC
18:04:40 *** bwolfe has quit IRC
18:18:24 *** bwolfe has joined #openmrs
18:18:24 *** ChanServ sets mode: +o bwolfe
18:36:04 *** cpower has joined #openmrs
18:40:06 *** sunbiz has joined #openmrs
18:40:06 *** ChanServ sets mode: +v sunbiz
18:50:20 <OpenMRSBot> Recent updates in the world of openmrs: On Twitter: OpenMRS: RT @ekrub: Looking forward to @OpenMRS Implementers Conf 2012 in Manila #OMRS12 http://t.co/wnZASFaF <http://twitter.com/OpenMRS/statuses/243774962719145984>
18:53:19 *** sgithens has joined #openmrs
18:59:43 *** andreapat has joined #openmrs
19:00:12 <cpower> Hello!
19:00:21 <andreapat> Hello
19:01:36 <cpower> Once we get done with the scrum anyone want to help me with a C++ question that has nothing to do with OpenMRS?, think about it and let me know
19:01:44 <cpower> but for now let's begin!
19:01:55 <cpower> !scrumon cpower
19:01:55 * OpenMRSBot says the DAILY SCRUM MEETING is STARTING. This meeting should not last longer than 15 minutes. Please hold other comments until the end of the meeting, or message someone privately. Thank you! ScrumMaster cpower- you may begin when ready.
19:01:57 <andreapat> ok!
19:02:05 <dkayiwa> cpower: hahaha. my brother is also just asking me c++ questions right now :)
19:02:28 <andreapat> cpower, are you getting my messages?
19:02:44 <cpower> Order: Wyclif, dkayiwa, andreapat, suranga, djazayeri, and bwolfe
19:02:56 <djazayeri> I'm cutting in line
19:03:07 <djazayeri> Today: frantically trying to get a visa.
19:03:13 <djazayeri> in 2 minutes: biking to UPS store
19:03:16 <djazayeri> no blockers
19:03:20 <bwolfe> djazayeri, good luck. brazil is hostile
19:03:20 <djazayeri> ciao!
19:03:55 <cpower> that's called a hit and run update
19:04:06 <cpower> Now Wyclif..you are up!
19:04:36 *** sgithens has quit IRC
19:05:08 <cpower> ok, next dkayiwa
19:05:36 <dkayiwa> Created and put my spike code to github for: Use SOLR to allow clinicians to easily and efficiently search the patient's chart - TRUNK-3639
19:05:37 <dkayiwa> Added search page and some more work for: - TRUNK-3639
19:05:37 <dkayiwa> Dev Call
19:05:37 <dkayiwa> No Blockers
19:06:06 <cpower> andreapat you are up
19:07:05 <bwolfe> dkayiwa, discussion point: are you working on the merge now? or still SOLR work?
19:07:24 <cpower> Andrea.. I know you are there..
19:07:27 <dkayiwa> bwolfe: was fighting with some problems with solr
19:07:47 <bwolfe> dkayiwa, (discuss after scrum)
19:08:04 <andreapat> ok got the code repository, updated Wiki Now Need to Set proxy in eclipse or mvn command line -
19:08:36 <cpower> anything you need help from us?
19:08:49 <bwolfe> andreapat, discuss after scrum. this is a blocker for you obviously
19:08:57 <cpower> aaaand Suranga
19:09:02 <bwolfe> suranga is sprinting with us?
19:09:17 <bwolfe> wyclif, wluyima?
19:09:38 <andreapat> Yes - Need to Set proxy in eclipse and/or for mvn command line to get rid of Maven errors
19:09:50 <wluyima> am here
19:09:57 <andreapat> yes this blocker
19:10:02 <cpower> Suranga...
19:10:15 <cpower> so now bwolfe
19:10:30 <bwolfe> Wednesday
19:10:30 <bwolfe> univ call
19:10:30 <bwolfe> work on roles with Hamish
19:10:30 <bwolfe> review/apply TRUNK-3123, TRUNK-3656, and z
19:10:30 <bwolfe> design call
19:10:30 <bwolfe> pm call
19:10:32 <bwolfe> Thursday
19:10:34 <bwolfe> emails
19:10:36 <bwolfe> dev call
19:10:38 <bwolfe> set up tickets for restws sprint next week
19:10:40 <bwolfe> merge sunbiz pull request
19:10:42 <bwolfe> review rebase use in git
19:10:44 <bwolfe> leadership call
19:10:48 <bwolfe> meet with Burke
19:10:50 <bwolfe> design sprint page in jira
19:10:52 <bwolfe> no blockers
19:10:54 <bwolfe> (and add a call with andreapat to help her out. :-))
19:11:19 <wluyima> Wednesday:
19:11:20 <wluyima> Fixed build issues and set up of the uiframework module
19:11:20 <wluyima> Completed spikes on UIFR-70
19:11:20 <wluyima> UIFR-71 - Created an example module to demo to show usage of work done as part of UIFR-70
19:11:20 <wluyima> design call
19:11:20 <wluyima> Thursday:
19:11:22 <cpower> ok wyclif, wluyma
19:11:22 <wluyima> Curating tickets
19:11:24 <wluyima> dev call
19:11:26 <wluyima> Complete spikes on UIFR-70 and UIFR-71
19:11:28 <wluyima> Spike on replacing cohort builder
19:11:30 <wluyima>
19:11:32 <wluyima>
19:11:34 <wluyima> Blockers: None
19:11:38 <wluyima> i need to kill one of my xchat instances
19:12:37 *** wluyima has quit IRC
19:12:47 <cpower> ok blockers: see Andrea's setup
19:12:50 *** wyclif has quit IRC
19:12:51 <cpower> Discussion points
19:12:54 <cpower> <@bwolfe> dkayiwa, discussion point: are you working on the merge now? or still SOLR work?
19:13:06 <cpower> !scrumoff
19:13:06 * OpenMRSBot says the DAILY SCRUM MEETING has ENDED. This channel is now returned to normal hacking operations. Post-scrum meeting follow-up conversations may now begin.
19:13:31 *** wyclif has joined #openmrs
19:13:50 <dkayiwa> cpower: bwolfe yes was for the whole of today
19:14:03 <bwolfe> dkayiwa, cool
19:14:07 <andreapat> bwolfe, would like you're help - have been googling and looking thru wiki to no avail
19:14:11 <bwolfe> dkayiwa, so you gave up on that servlet jar issue?
19:14:33 <bwolfe> andreapat, if you are googling for more than an hour, please bring up the issue here or to me via email
19:14:43 <bwolfe> andreapat, we don't want your precious time to be wasted!
19:14:53 <andreapat> OK
19:15:04 <dkayiwa> bwolfe: it was taking me longer than i had planned. so i just changed my pom to reference openmrs 1.7
19:15:33 <bwolfe> wyclif, if you register your nickname to "nickserv" then you "own" it. You can then use the command /ghost wluyima yourRegisteredPassword to "kill" that other user. then you just use /nick wluyima to use it
19:15:39 <bwolfe> dkayiwa, hmm, ok
19:15:47 <bwolfe> dkayiwa, can you create a ticket for it?
19:15:56 <cpower> now to my C++ homework question I wrote a simple code that throws up a window and says "Welcome to C++!" I copied the code from the book and it works, but when the code is done running it's supposed to stop and say "Press any key to continue" supposively an automatic thing in MS Visual C++, but it doesnt. It just throws it up for a second and kills it...why?
19:16:09 <dkayiwa> bwolfe: openmrs core ticket?
19:16:10 <bwolfe> dkayiwa, if you check other modules, do you see the servlet api jar in there? why is htis new for you? only because you are referincing a class in it?
19:16:29 <bwolfe> dkayiwa, yes
19:16:33 <dkayiwa> bwolfe: most likely it is only in my module
19:17:03 <dkayiwa> bwolfe: the solr jars use the servlet-api
19:17:24 <dkayiwa> bwolfe: am told to even include it in my pom as per their documentation site
19:17:29 <bwolfe> dkayiwa, oh ok
19:17:37 <andreapat> cpower, afraid I don't remember c++
19:17:53 <bwolfe> cpower, you need to add a "wait" in probably
19:18:06 <dkayiwa> bwolfe: so i think it requires some advanced maven skills to tell my module not to include it :)
19:18:19 <cpower> ahh well, I'm sure in a building full of dev's I can find someone who remembers this ancient language.
19:18:37 <bwolfe> dkayiwa, shouldn't be that advanced. :-p
19:18:40 <dkayiwa> bwolfe: for i had used with <scope>provided</scope> but it was still getting included
19:18:58 <dkayiwa> bwolfe: it is until you prove it is not :)
19:19:00 <bwolfe> dkayiwa, no, you probalby have to say "excluded" in the SOLR element
19:19:11 <dkayiwa> bwolfe: i tried that too but did not work
19:19:13 <bwolfe> andreapat, want to have a call, or a chat?
19:19:54 <dkayiwa> bwolfe: infact i tried adding that exclude staff for each and every dependency in the pom (out of being disparate) but still was of not help :)
19:19:56 <bwolfe> dkayiwa, some need multiple excludes
19:19:59 <andreapat> yes - I'd perfer a call. I am home today. Can I call you?
19:20:16 <dkayiwa> bwolfe: i only tried three excludes
19:20:31 <dkayiwa> bwolfe: for servlet-api, servlet-jsp and jslt
19:21:52 <dkayiwa> bwolfe: but good thing is that module works since am using openmrs 1.7 reference
19:22:05 <dkayiwa> bwolfe: ofcourse that means module works from 1.7 and above :)
19:23:14 <bwolfe> andreapat, sure, call my cell
19:26:55 *** suranga has quit IRC
19:27:38 *** andreapat has quit IRC
19:34:10 <wyclif> hi djazayeri
19:35:28 <wyclif> djazayeri, when i install the ui framework module, what is the format of url for the home page or any of its pages
19:43:21 <wyclif> djazayeri, ??
19:44:32 <djazayeri> wyclif: the only page included in that module (for test purposes only) should be at openmrs/pages/uiframework/home.page
19:44:59 <djazayeri> wyclif: this has changed in the most recent version of the code, and I haven't updated tutorials yet. It didn't used to need the "uiframework"
19:45:31 <wyclif> djazayeri, that worked thanks
19:45:58 <wyclif> djazayeri, though it didnt work if i didnt include uiframework
19:46:07 <djazayeri> wyclif: yeah, sorry I didn't mention this
19:46:09 <djazayeri> it changed in 1.8
19:46:19 <djazayeri> you could also do openmrs/pages/*/home.page
19:46:22 <djazayeri> but that's hackier
19:47:07 <wyclif> djazayeri, that doesnt work
19:47:10 <wyclif> only the first works
19:47:59 *** andreapat has joined #openmrs
19:48:11 <andreapat> http://pastebin.com/qgMHWsZf
19:48:18 * bwolfe looks
19:48:33 <djazayeri> wyclif: hmm, okay, perhaps a bug, but not relevant now
19:49:15 <wyclif> djazayeri, ok thanks
19:49:26 <bwolfe> [WARNING] Some problems were encountered while building the effective model for
19:49:26 <bwolfe> org.openmrs.tools:openmrs-tools:jar:1.10.0-SNAPSHOT
19:49:26 <bwolfe> [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-
19:49:26 <bwolfe> javadoc-plugin is missing. @ org.openmrs:openmrs:1.10.0-SNAPSHOT, C:\Users\patan
19:49:26 <bwolfe> dre\workspace\openmrs-core\pom.xml, line 946, column 12
19:49:37 <bwolfe> lets google that one.
19:49:45 * bwolfe wonders if its a mvn 3 vs mvn 2 issue
19:51:26 <bwolfe> andreapat, see similar error in the chat logs here (but no solution) https://wiki.openmrs.org/display/IRC/2012-05-15+-+OpenMRS
19:52:19 <downey> bwolfe andreapat - https://wiki.openmrs.org/display/IRC/2012-05-15+-+OpenMRS#102718
19:53:24 *** andreapat has quit IRC
20:00:59 <bwolfe> http://stackoverflow.com/questions/4123044/maven-3-warnings-about-build-plugins-plugin-version
20:01:03 <bwolfe> seems it is a maven 3 issue
20:01:03 <OpenMRSBot> <http://ln-s.net/$lik> (at stackoverflow.com)
20:01:11 <bwolfe> maven 3.1 wants versions for everything :-(
20:04:39 *** downey has quit IRC
20:07:53 <dkayiwa> bwolfe: wouldn't that be a good thing? :)
20:09:10 <bwolfe> dkayiwa, yes, except we don't have versions for everything :-/
20:09:21 <dkayiwa> bwolfe: oh i seee
20:23:52 *** andreapat has joined #openmrs
20:24:21 <andreapat> bwolfe, heres url: http://pastebin.com/xkEtVxr1
20:25:14 *** kishoreyekkanti has joined #openmrs
20:25:24 *** downey has joined #openmrs
20:26:15 <sunbiz> bwolfe: I think those are external plugins for maven
20:26:19 <sunbiz> that are giving that warning
20:29:03 *** andreapat has quit IRC
20:29:18 *** cpower has left #openmrs
20:29:20 <bwolfe> sunbiz?
20:54:48 <sunbiz> bwolfe: that thing about the warnings
20:54:58 <sunbiz> that u put an hr back
20:56:03 <sunbiz> 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing.
20:56:05 <bwolfe> yes, its a plugin, but I think its anything
20:56:08 <sunbiz> u cant do much about that
20:56:17 <bwolfe> anything without a version is bad in mvn 3.1 and greater
20:56:22 <sunbiz> yes
21:02:49 *** bwolfe has quit IRC
21:08:34 *** djazayeri has quit IRC
21:12:19 *** andreapat has joined #openmrs
21:12:35 <andreapat> bwolfe, you there?
21:15:33 *** downey has joined #openmrs
21:15:33 *** ChanServ sets mode: +o downey
21:15:33 *** OpenMRSBot sets mode: +o downey
21:18:32 <andreapat> looking for bwolfe...
21:36:59 * downey doesn't see him here
21:51:10 *** kishoreyekkanti has quit IRC
22:16:11 *** wyclif has quit IRC
22:18:42 *** sunbiz has left #openmrs
22:31:27 *** dkayiwa has quit IRC
22:52:41 *** downey has quit IRC
23:00:25 *** foozo has joined #openmrs
23:15:08 *** wyclif has joined #openmrs