Advertisement
Guest User

Untitled

a guest
Jul 10th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. [jeremy@sonic validator]$ python build/build.py all
  2. "hg" pull --update -R build https://bitbucket.org/validator/build/
  3. warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
  4. pulling from https://bitbucket.org/validator/build/
  5. searching for changes
  6. no changes found
  7. "hg" pull --update -R syntax https://bitbucket.org/validator/syntax/
  8. warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
  9. pulling from https://bitbucket.org/validator/syntax/
  10. searching for changes
  11. no changes found
  12. "hg" pull --update -R util https://bitbucket.org/validator/util/
  13. warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
  14. pulling from https://bitbucket.org/validator/util/
  15. searching for changes
  16. no changes found
  17. "hg" pull --update -R xmlparser https://bitbucket.org/validator/xmlparser/
  18. warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
  19. pulling from https://bitbucket.org/validator/xmlparser/
  20. searching for changes
  21. no changes found
  22. "hg" pull --update -R validator https://bitbucket.org/validator/validator/
  23. warning: bitbucket.org certificate with fingerprint 24:9c:45:8b:9c:aa:ba:55:4e:01:6d:58:ff:e4:28:7d:2a:14:ae:3b not verified (check hostfingerprints or web.cacerts config setting)
  24. pulling from https://bitbucket.org/validator/validator/
  25. searching for changes
  26. no changes found
  27. "hg" pull --update -R nu-validator-site https://dvcs.w3.org/hg/nu-validator-site/
  28. warning: dvcs.w3.org certificate with fingerprint f8:9e:e9:55:14:2d:6f:3c:d4:f0:ad:33:fc:7b:7b:26:c0:17:53:d9 not verified (check hostfingerprints or web.cacerts config setting)
  29. pulling from https://dvcs.w3.org/hg/nu-validator-site/
  30. searching for changes
  31. no changes found
  32. "svn" co http://jing-trang.googlecode.com/svn/branches/validator-nu jing-trang
  33. Checked out revision 2363.
  34. "hg" pull --update -R htmlparser http://hg.mozilla.org/projects/htmlparser/
  35. pulling from http://hg.mozilla.org/projects/htmlparser/
  36. searching for changes
  37. no changes found
  38. ./ant
  39. java.lang.ClassNotFoundException: org.apache.tools.ant.Main
  40. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  41. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  42. at java.security.AccessController.doPrivileged(Native Method)
  43. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  44. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  45. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  46. at org.apache.tools.ant.launch.Launcher.run(Launcher.java:255)
  47. at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement