You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2017. It is now read-only.
I am using openjdk 6 and jenkins 1.437.
The build direktly under CLI works fine for me.
I am also using the xvnc plugin.
~ play! 1.2.3, http://www.playframework.org
~
~ Deleting /home/jenkins/work/jobs/app/workspace/tmp
~
Executing /usr/local/play-1.2.3/play precompile "/home/jenkins/work/jobs/app/workspace"
[workspace] $ /usr/local/play-1.2.3/play precompile /home/jenkins/work/jobs/app/workspace
Exception in thread "main" java.lang.NoClassDefFoundError:
Caused by: java.lang.ClassNotFoundException:
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
Could not find the main class: . Program will exit.