See <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/4399/>
------------------------------------------
Started by user Michal ?iha?
Building in workspace <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/>
Checkout:workspace / <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/> - hudson.remoting.LocalChannel@73b119ba
Using strategy: Default
Last Built Revision: Revision 9dbf6cb21872aae5a77a71db34f29ea33eac8564 (origin/master)
FATAL: com/cloudbees/plugins/credentials/common/StandardCredentials
java.lang.NoClassDefFoundError: com/cloudbees/plugins/credentials/common/StandardCredentials
at org.jenkinsci.plugins.gitclient.Git$1.invoke(Git.java:62)
at org.jenkinsci.plugins.gitclient.Git$1.invoke(Git.java:53)
at hudson.FilePath.act(FilePath.java:916)
at hudson.FilePath.act(FilePath.java:889)
at org.jenkinsci.plugins.gitclient.Git.getClient(Git.java:65)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:956)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:948)
at hudson.FilePath.act(FilePath.java:916)
at hudson.FilePath.act(FilePath.java:889)
at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:948)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1114)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:657)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562)
at hudson.model.Run.execute(Run.java:1665)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: java.lang.ClassNotFoundException: com.cloudbees.plugins.credentials.common.StandardCredentials
at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1365)
at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1315)
at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1068)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 19 more
Hi,
In 4.1, there is a feature to hide and unhide tables from the navi
panel. I already mentionned that I find the black X scary (looks like
I'm about to delete the table), even if there is a "hide" hint.
How about using this "disconnect" icon to replace the black X, and this
"connect" icon for the reverse operation?
--
Marc Delisle
http://infomarc.info
Hi,
After refactoring the getStringWidth() method in the PMA_SVG, I found
out this method exists in the PMA_EPS class as well and is identical.
I suggest to move this method to a library file, both classes can
statically call this method from there. (The method does not use any
internal variables of the class so this is possible).
Objections?
--
Kind regards,
Dieter Adriaenssens
I use a line counts file to allow for some line number translation for
submission of bug reports and the script that generates this file is run
from the release scripts. If however a developer uses a git revision
instead of a release, this file will not have been created. another
situation is that the developer generates the file but does changes to the
js files which renders the file obsolete.
I can detect the obsolescence of the file by checking of modification dates
however what do I do if the file does not exist or is obsolete. should I
disable error reporting entirely or just display a warning? keeping in mind
that a problem with line number translation may result in inaccuracies of
grouping similar reports together on the error report server.
if I am to entirely disable or display a warning, what should the message
say?
--
Mohamed Ashraf