Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created January 30, 2011 09:34
Show Gist options
  • Save imeredith/802717 to your computer and use it in GitHub Desktop.
Save imeredith/802717 to your computer and use it in GitHub Desktop.
Started by user anonymous
Checkout:workspace / /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace - hudson.remoting.LocalChannel@1a60232c
Using strategy: Default
Last Built Revision: Revision 5caeae5c822be6ee6e32aaff34d23b47364e0c1b (origin/master)
Checkout:workspace / /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace - hudson.remoting.LocalChannel@1a60232c
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/kbenhdech/Play---Training---Yabe.git
[workspace] $ git fetch -t git://github.com/kbenhdech/Play---Training---Yabe.git +refs/heads/*:refs/remotes/origin/*
[workspace] $ git ls-tree HEAD
Seen branch in repository origin/master
Commencing build of Revision 5caeae5c822be6ee6e32aaff34d23b47364e0c1b (origin/master)
GitAPI created
Checking out Revision 5caeae5c822be6ee6e32aaff34d23b47364e0c1b (origin/master)
[workspace] $ git checkout -f 5caeae5c822be6ee6e32aaff34d23b47364e0c1b
[workspace] $ git tag -a -f -m "Hudson Build #5" hudson-test-5
Recording changes in branch origin/master
[workspace] $ git whatchanged --no-abbrev -M --pretty=raw 5caeae5c822be6ee6e32aaff34d23b47364e0c1b..5caeae5c822be6ee6e32aaff34d23b47364e0c1b
playpath is /Users/ivan/Development/play-1.1/play
/Users/ivan/Development/play-1.1/play auto-test /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace
[workspace] $ /Users/ivan/Development/play-1.1/play auto-test /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace
~ The application does not start. There are compilation errors.
~ _ _
~ _ __ | | __ _ _ _| |
~ | '_ \| |/ _' | || |_|
~ | __/|_|\____|\__ (_)
~ |_| |__/
~
~ play! 1.1, http://www.playframework.org
~ framework ID is test
~
~ Running in test mode
~ Ctrl+C to stop
~
~ Deleting /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace/tmp
~
22:33:24,734 INFO ~ Starting /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace
22:33:24,739 INFO ~ Module crud is available (/Users/ivan/Development/play-1.1/modules/crud)
22:33:26,182 WARN ~ You're running Play! in DEV mode
~
~ Go to http://localhost:9000/@tests to run the tests
~
~
30 Jan 2011 22:33:24,734 INFO ~ Starting /Users/ivan/HudsonPluginForPlay/work/jobs/test/workspace
30 Jan 2011 22:33:24,739 INFO ~ Module crud is available (/Users/ivan/Development/play-1.1/modules/crud)
30 Jan 2011 22:33:26,182 WARN ~ You're running Play! in DEV mode
30 Jan 2011 22:33:26,326 INFO ~ Listening for HTTP on port 9000 (Waiting a first request to start) ...
30 Jan 2011 22:33:34,117 ERROR ~
@65ae6im30
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