2

我正在尝试在 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.

4

1 回答 1

0

将 Play jar 移动到 /test/lib 之外的目录可以解决此问题

于 2012-07-12T09:48:39.190 回答