我正在尝试在 Play 中运行一些测试,并且需要在 test/lib 目录中有一个 Play 1.x jar。但是,使用 jar 时,Play 会给出错误消息:
Oops: UnexpectedException
An unexpected error occured caused by exception UnexpectedException:
While applying class play.classloading.enhancers.LocalvariablesNamesEnhancer on controllers.PlayDocumentation
此处的堆栈跟踪:https ://gist.github.com/3077427
任何提示如何包含 jar 并避免此错误?需要 Jar,因为我正在使用play.mvc.Http$Response
.