| 00:30:29 | *** [mharrison] has quit IRC |
| 01:02:27 | *** [mharrison] has joined #openmrs |
| 02:05:21 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6517]: eclipse tools: add project nature and builder to the openmrs module ⦠<http://dev.openmrs.org/changeset/6517> |
| 02:47:54 | *** r0bby has quit IRC |
| 02:48:23 | *** r0bby has joined #openmrs |
| 02:48:23 | *** ChanServ sets mode: +v r0bby |
| 03:55:17 | *** [mharrison] has quit IRC |
| 04:07:59 | *** pearlbear has quit IRC |
| 05:04:53 | *** [mharrison] has joined #openmrs |
| 05:06:33 | *** [mharrison] has quit IRC |
| 05:12:02 | *** [mharrison] has joined #openmrs |
| 06:49:43 | *** Keelhaul has quit IRC |
| 14:26:54 | *** kapten_yuba has joined #openmrs |
| 14:34:50 | *** kapten_yuba has left #openmrs |
| 18:36:48 | *** Echidna has joined #openmrs |
| 19:20:54 | *** [mharrison] has quit IRC |
| 19:43:13 | *** Echidna_ has joined #openmrs |
| 19:46:40 | *** Echidna has quit IRC |
| 19:53:45 | *** r0bby has quit IRC |
| 19:53:45 | *** atomicturtle has quit IRC |
| 19:53:58 | *** r0bby has joined #openmrs |
| 19:53:58 | *** atomicturtle has joined #openmrs |
| 19:53:58 | *** irc.freenode.net sets mode: +v r0bby |
| 20:57:19 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Changesets: Changeset [6518]: eclipse tools: add runtime location related actions (deploy, run) to the ⦠<http://dev.openmrs.org/changeset/6518> |
| 21:07:27 | *** [mharrison] has joined #openmrs |
| 22:13:41 | *** atomicturtle has quit IRC |
| 22:30:50 | *** bwolfe has joined #openmrs |
| 22:30:50 | *** ChanServ sets mode: +o bwolfe |
| 22:54:31 | <r0bby> bwolfe: o/ |
| 23:05:25 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: Re: El Salvador <http://forum.openmrs.org/viewtopic.php?f=11&t=416#p1456> |
| 23:19:04 | <bwolfe> hey r0bby |
| 23:20:46 | <r0bby> bwolfe: Why are my tests failing on the ConceptName tests... |
| 23:20:57 | <r0bby> and _WHY_ are all necessary jars not in svn... :/ |
| 23:26:48 | *** atomicturtle has joined #openmrs |
| 23:35:09 | <bwolfe> r0bby: they are there for everyone else :-p |
| 23:35:32 | <bwolfe> r0bby: was this a fresh pull from svn, or one you've had for a while and it just now starting failing ? |
| 23:35:46 | <bwolfe> r0bby: do you have three jars in /lib/benerator ? |
| 23:35:52 | <r0bby> this is a pull I've had... |
| 23:35:58 | <r0bby> it should've pulled it for me... |
| 23:36:33 | <r0bby> yes.. |
| 23:36:38 | <bwolfe> r0bby: yes, it should have, but there might have been an svn hiccup |
| 23:36:39 | <r0bby> so why is ant not picking them up |
| 23:36:51 | <bwolfe> you've done an ant clean? and an eclipse clean ? |
| 23:36:59 | <r0bby> I dont use eclipse! |
| 23:37:06 | <bwolfe> does your .classpath file list all three of those jars that are in the benerator folder ? |
| 23:37:07 | <r0bby> I do groovy coding heavily :P |
| 23:37:18 | <r0bby> this is ant.. |
| 23:37:26 | <bwolfe> ok, so do a clean in your ide |
| 23:37:27 | <r0bby> why the hell does my IDE have anything to do with it |
| 23:37:44 | <r0bby> I never compile using my ide :P |
| 23:37:47 | <r0bby> I always use ant :) |
| 23:37:53 | <bwolfe> ant at command line ? |
| 23:38:27 | <r0bby> ant via my IDEA integration |
| 23:38:46 | <bwolfe> /thats/ why your ide matters. ant in your ide uses the classpath your ide sets up |
| 23:38:55 | <r0bby> oh.. |
| 23:39:00 | <r0bby> it shouldn't... |
| 23:39:15 | <r0bby> it didnt work outside either. |
| 23:40:12 | <bwolfe> which target are you using ? |
| 23:44:51 | <r0bby> package-api-tests |
| 23:45:10 | <bwolfe> works for me at command line with ant and in eclipse in ubuntu |
| 23:45:48 | <r0bby> ... |
| 23:46:08 | <r0bby> I have my appdata directory change in my codebase in OpenmrsUtil |
| 23:46:16 | <r0bby> and I refuse to revert back to the old behavior! |
| 23:49:42 | <bwolfe> r0bby: I don't know that that has anything to do with it |
| 23:49:47 | <bwolfe> but you can try reverting it and checking |
| 23:51:33 | <r0bby> it shouldn't. |
| 23:51:40 | <r0bby> but i wont do a clean pull |
| 23:51:42 | <r0bby> b/c of that |
| 23:52:24 | <bwolfe> its a small enough change. make a patch of it, do a clean pull, reapply the patch |
| 23:52:33 | <r0bby> meh |
| 23:52:38 | * r0bby tries |