Advertisement
mariusbutuc

Untitled

Jul 29th, 2010
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Building Apache Wink Examples Apps :: HelloWorld
  4. [INFO] task-segment: [tomcat:redeploy]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Preparing tomcat:redeploy
  7. Downloading: http://repo1.maven.org/maven2/woodstox/wstx-asl/3.2.1/wstx-asl-3.2.1.pom
  8. [INFO] Unable to find resource 'woodstox:wstx-asl:pom:3.2.1' in repository central (http://repo1.maven.org/maven2)
  9. [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
  10. [INFO] Setting property: velocimacro.messages.on => 'false'.
  11. [INFO] Setting property: resource.loader => 'classpath'.
  12. [INFO] Setting property: resource.manager.logwhenfound => 'false'.
  13. [INFO] [remote-resources:process {execution: default}]
  14. [INFO] [resources:resources {execution: default-resources}]
  15. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  16. [INFO] skip non existing resourceDirectory /home/marius/workspace/apps/HelloWorld/src/main/resources
  17. [INFO] Copying 4 resources
  18. [INFO] [compiler:compile {execution: default-compile}]
  19. [INFO] Nothing to compile - all classes are up to date
  20. [INFO] [resources:testResources {execution: default-testResources}]
  21. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  22. [INFO] Copying 0 resource
  23. [INFO] Copying 4 resources
  24. [INFO] [compiler:testCompile {execution: default-testCompile}]
  25. [INFO] Nothing to compile - all classes are up to date
  26. [INFO] [surefire:test {execution: default-test}]
  27. [INFO] Surefire report directory: /home/marius/workspace/apps/HelloWorld/target/surefire-reports
  28.  
  29. -------------------------------------------------------
  30. T E S T S
  31. -------------------------------------------------------
  32. Running org.apache.wink.example.helloworld.HelloWorldTest
  33. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.49 sec
  34.  
  35. Results :
  36.  
  37. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  38.  
  39. [INFO] [war:war {execution: default-war}]
  40. [INFO] Packaging webapp
  41. [INFO] Assembling webapp[HelloWorld] in [/home/marius/workspace/apps/HelloWorld/target/HelloWorld]
  42. [INFO] Processing war project
  43. [INFO] Copying webapp webResources[/home/marius/workspace/apps/HelloWorld/target/classes] to[/home/marius/workspace/apps/HelloWorld/target/HelloWorld]
  44. [INFO] Copying webapp resources[/home/marius/workspace/apps/HelloWorld/src/main/webapp]
  45. [INFO] Webapp assembled in [140 msecs]
  46. [INFO] Building war: /home/marius/workspace/apps/HelloWorld/target/HelloWorld.war
  47. [INFO] [tomcat:redeploy {execution: default-cli}]
  48. [INFO] Deploying war to http://localhost:8080/HelloWorld
  49. [INFO] OK - Deployed application at context path /HelloWorld
  50. [INFO] ------------------------------------------------------------------------
  51. [INFO] BUILD SUCCESSFUL
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] Total time: 11 seconds
  54. [INFO] Finished at: Thu Jul 29 18:14:59 EEST 2010
  55. [INFO] Final Memory: 19M/47M
  56. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement