次のエラーが発生したときに、play 1.2.5 プロジェクトをプリコンパイルしようとしています。
Compilation error (In /app/controllers/api/Drivers.java around line 168)
The file /app/controllers/api/Drivers.java could not be compiled.
Error raised is : driverResume cannot be resolved or is not a field
play.exceptions.CompilationException: driverResume cannot be resolved or is not a field
at play.classloading.ApplicationCompiler$2.acceptResult(ApplicationCompiler.java:246)
at org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.java:676)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:520)
at play.classloading.ApplicationCompiler.compile(ApplicationCompiler.java:282)
at play.classloading.ApplicationClassloader.getAllClasses(ApplicationClassloader.java:426)
at play.Play.preCompile(Play.java:593)
at play.Play.init(Play.java:299)
at play.server.Server.main(Server.java:159)
driverResume フィールドは public であり、Driver クラスで表示されます。
jdk 1.6.0 を使用して別のコンピューターで試してみましたが、常に同じ例外が発生します。
プリコンパイル プロセス、コンパイラ ロジックに関する詳細情報を入手する方法を知っている人はいますか、またはこの種の問題に既に遭遇していますか?