Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building calories-calculator 0.0.1-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] >>> jetty-maven-plugin:9.1.3.v20140225:run (default-cli) > test-compile @ calories-calculator >>>
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ calories-calculator ---
- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] Copying 0 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ calories-calculator ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ calories-calculator ---
- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] Copying 0 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ calories-calculator ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] <<< jetty-maven-plugin:9.1.3.v20140225:run (default-cli) < test-compile @ calories-calculator <<<
- [INFO]
- [INFO] --- jetty-maven-plugin:9.1.3.v20140225:run (default-cli) @ calories-calculator ---
- [INFO] Logging initialized @4583ms
- [INFO] Configuring Jetty for project: calories-calculator
- [INFO] webAppSourceDirectory not set. Trying src\main\webapp
- [INFO] Reload Mechanic: automatic
- [INFO] Classes = C:\Users\Jakub\Documents\workspace-sts-3.7.2.RELEASE\calories-calculator\target\classes
- [INFO] Context path = /
- [INFO] Tmp directory = C:\Users\Jakub\Documents\workspace-sts-3.7.2.RELEASE\calories-calculator\target\tmp
- [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
- [INFO] Web overrides = none
- [INFO] web.xml file = file:/C:/Users/Jakub/Documents/workspace-sts-3.7.2.RELEASE/calories-calculator/src/main/webapp/WEB-INF/web.xml
- [INFO] Webapp directory = C:\Users\Jakub\Documents\workspace-sts-3.7.2.RELEASE\calories-calculator\src\main\webapp
- [INFO] jetty-9.1.3.v20140225
- [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/}
- [INFO] No Spring WebApplicationInitializer types detected on classpath
- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
- SLF4J: Defaulting to no-operation (NOP) logger implementation
- SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
- [INFO] Initializing Spring root WebApplicationContext
- lut 28, 2016 1:34:25 AM org.hibernate.validator.internal.util.Version <clinit>
- INFO: HV000001: Hibernate Validator 5.1.0.Final
- [INFO] Initializing Spring FrameworkServlet 'mvc-dispatcher'
- [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/}
- [WARNING] !RequestLog
- [INFO] Started ServerConnector@5b5a4aed{HTTP/1.1}{0.0.0.0:8080}
- [INFO] Started @9457ms
- [INFO] Started Jetty Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement