2
我試圖在Play中運行一些測試,並且需要在test/lib目錄中有一個Play 1.x jar。隨着罐子,但是,玩給出了一個錯誤與消息:播放框架測試錯誤
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
任何提示我怎麼能包括罐,避免這個錯誤?需要罐子,因爲我使用的是play.mvc.Http$Response
。