jasig-cas IRC Logs-2011-07-30

[10:40:51 CDT(-0500)] <fairwinds> apetro: hi. I have tests built in to my overlay that run when I build but would like to see result of CAS server's own unit tests. How do I run these?
[14:51:06 CDT(-0500)] <apetro> fairwinds, in order to run those tests in the context of your project, I think you'd have to copy the tests source code from the CAS project into your own project so that your own local copies of these tests build and execute.
[14:52:32 CDT(-0500)] <apetro> it's an interesting question, though. I'd think that mostly there'd be little you could do in your overlay project that would break the tests in the parent project, such that running the parent project's tests doesn't add a lot of value.
[15:31:37 CDT(-0500)] <fairwinds> apetro: hi ya. I will give that a go
[15:31:51 CDT(-0500)] <fairwinds> and see what happens
[21:29:10 CDT(-0500)] <fairwinds> apetro: hi. I am wanting to try a json serializer called flexjson at net.sf.flexjson. Despite including it as a dependency, I am getting traceback that it does not exist. It is in the maven repository and it seems that the jar is in my repo. I am not certain how to solve this sort of thing
[21:48:52 CDT(-0500)] <fairwinds> apetro: k, figured out. The top level package is imported as flexjson on its own. just confused me I guess.
[21:49:21 CDT(-0500)] <fairwinds> despite the dependency being net.sf.flexjson