Created
January 30, 2011 09:29
-
-
Save imeredith/802714 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/ivan/Development/play-1.1/play precompile /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace | |
[workspace] $ /Users/ivan/Development/play-1.1/play precompile /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace | |
22:23:47,121 INFO ~ Starting /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace | |
22:23:47,125 INFO ~ Module crud is available (/Users/ivan/Development/play-1.1/modules/crud) | |
22:23:48,783 INFO ~ Precompiling ... | |
22:24:06,089 INFO ~ Done. | |
~ _ _ | |
~ _ __ | | __ _ _ _| | | |
~ | '_ \| |/ _' | || |_| | |
~ | __/|_|\____|\__ (_) | |
~ |_| |__/ | |
~ | |
~ play! 1.1, http://www.playframework.org | |
~ | |
30 Jan 2011 21:59:35,793 INFO ~ Starting /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace | |
30 Jan 2011 21:59:35,799 INFO ~ Module crud is available (/Users/ivan/Development/play-1.1/modules/crud) | |
30 Jan 2011 21:59:37,112 WARN ~ You're running Play! in DEV mode | |
30 Jan 2011 21:59:37,305 INFO ~ Listening for HTTP on port 9000 (Waiting a first request to start) ... | |
30 Jan 2011 21:59:42,815 ERROR ~ | |
@65ae279of | |
Internal Server Error (500) for request GET /@tests.list | |
Compilation error (In /test/BasicTest.java around line 190) | |
The file /test/BasicTest.java could not be compiled. Error raised is : The method getCloud() is undefined for the type Tag | |
play.exceptions.CompilationException: The method getCloud() is undefined for the type Tag | |
at play.classloading.ApplicationCompiler$2.acceptResult(ApplicationCompiler.java:246) | |
at org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.java:672) | |
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:516) | |
at play.classloading.ApplicationCompiler.compile(ApplicationCompiler.java:278) | |
at play.classloading.ApplicationClassloader.getAllClasses(ApplicationClassloader.java:416) | |
at play.Play.start(Play.java:416) | |
at play.Play.detectChanges(Play.java:533) | |
at play.Invoker$Invocation.init(Invoker.java:100) | |
at Invocation.HTTP Request(Play!) | |
Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment