Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building calories-calculator 0.0.1-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] >>> jetty-maven-plugin:9.1.3.v20140225:run (default-cli) > test-compile @ calories-calculator >>>
  8. [INFO]
  9. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ calories-calculator ---
  10. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  11. [INFO] Copying 0 resource
  12. [INFO]
  13. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ calories-calculator ---
  14. [INFO] Nothing to compile - all classes are up to date
  15. [INFO]
  16. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ calories-calculator ---
  17. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  18. [INFO] Copying 0 resource
  19. [INFO]
  20. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ calories-calculator ---
  21. [INFO] Nothing to compile - all classes are up to date
  22. [INFO]
  23. [INFO] <<< jetty-maven-plugin:9.1.3.v20140225:run (default-cli) < test-compile @ calories-calculator <<<
  24. [INFO]
  25. [INFO] --- jetty-maven-plugin:9.1.3.v20140225:run (default-cli) @ calories-calculator ---
  26. [INFO] Logging initialized @4583ms
  27. [INFO] Configuring Jetty for project: calories-calculator
  28. [INFO] webAppSourceDirectory not set. Trying src\main\webapp
  29. [INFO] Reload Mechanic: automatic
  30. [INFO] Classes = C:\Users\Jakub\Documents\workspace-sts-3.7.2.RELEASE\calories-calculator\target\classes
  31. [INFO] Context path = /
  32. [INFO] Tmp directory = C:\Users\Jakub\Documents\workspace-sts-3.7.2.RELEASE\calories-calculator\target\tmp
  33. [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
  34. [INFO] Web overrides = none
  35. [INFO] web.xml file = file:/C:/Users/Jakub/Documents/workspace-sts-3.7.2.RELEASE/calories-calculator/src/main/webapp/WEB-INF/web.xml
  36. [INFO] Webapp directory = C:\Users\Jakub\Documents\workspace-sts-3.7.2.RELEASE\calories-calculator\src\main\webapp
  37. [INFO] jetty-9.1.3.v20140225
  38. [INFO] Scanned 1 container path jars, 45 WEB-INF/lib jars, 1 WEB-INF/classes dirs in 2591ms for context o.e.j.m.p.JettyWebAppContext@56303475{/,file:/C:/Users/Jakub/Documents/workspace-sts-3.7.2.RELEASE/calories-calculator/src/main/webapp/,STARTING}{file:/C:/Users/Jakub/Documents/workspace-sts-3.7.2.RELEASE/calories-calculator/src/main/webapp/}
  39. [INFO] No Spring WebApplicationInitializer types detected on classpath
  40. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  41. SLF4J: Defaulting to no-operation (NOP) logger implementation
  42. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  43. [INFO] Initializing Spring root WebApplicationContext
  44. lut 28, 2016 1:34:25 AM org.hibernate.validator.internal.util.Version <clinit>
  45. INFO: HV000001: Hibernate Validator 5.1.0.Final
  46. [INFO] Initializing Spring FrameworkServlet 'mvc-dispatcher'
  47. [INFO] Started o.e.j.m.p.JettyWebAppContext@56303475{/,file:/C:/Users/Jakub/Documents/workspace-sts-3.7.2.RELEASE/calories-calculator/src/main/webapp/,AVAILABLE}{file:/C:/Users/Jakub/Documents/workspace-sts-3.7.2.RELEASE/calories-calculator/src/main/webapp/}
  48. [WARNING] !RequestLog
  49. [INFO] Started ServerConnector@5b5a4aed{HTTP/1.1}{0.0.0.0:8080}
  50. [INFO] Started @9457ms
  51. [INFO] Started Jetty Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement