Guest User

Untitled

a guest
Nov 7th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.84 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building sampleproject 2.1-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-release-plugin:2.3.2:prepare (default-cli) @ sampleproject ---
  8. [INFO] Verifying that there are no local modifications...
  9. [INFO] ignoring changes on: **\release.properties, **\pom.xml.next, **\pom.xml.releaseBackup, **\pom.xml.backup, **\pom.xml.branch, **\pom.xml.tag
  10. [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive status"
  11. [INFO] Working directory: C:\development\sample\trunk
  12. [INFO] Checking dependencies and plugins for snapshots ...
  13. What is the release version for "sampleproject"? (com.sandbox:sampleproject) 2.1: : 2.1
  14. What is SCM release tag or label for "sampleproject"? (com.sandbox:sampleproject) sampleproject-2.1: :
  15. What is the new development version for "sampleproject"? (com.sandbox:sampleproject) 2.2-SNAPSHOT: :
  16. [INFO] Transforming 'sampleproject'...
  17. [INFO] Not generating release POMs
  18. [INFO] Executing goals 'clean install'...
  19. [WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
  20. [INFO] [INFO] Scanning for projects...
  21. [INFO] [INFO]
  22. [INFO] [INFO] ------------------------------------------------------------------------
  23. [INFO] [INFO] Building sampleproject 2.1
  24. [INFO] [INFO] ------------------------------------------------------------------------
  25. [INFO] [INFO]
  26. [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ sampleproject ---
  27. [INFO] [INFO] Deleting C:\development\sample\trunk\target
  28. [INFO] [INFO]
  29. [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ sampleproject ---
  30. [INFO] [debug] execute contextualize
  31. [INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  32. [INFO] [INFO] skip non existing resourceDirectory C:\development\sample\trunk\src\main\resources
  33. [INFO] [INFO]
  34. [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ sampleproject ---
  35. [INFO] [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  36. [INFO] [INFO] Compiling 1 source file to C:\development\sample\trunk\target\classes
  37. [INFO] [INFO]
  38. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ sampleproject ---
  39. [INFO] [debug] execute contextualize
  40. [INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  41. [INFO] [INFO] skip non existing resourceDirectory C:\development\sample\trunk\src\test\resources
  42. [INFO] [INFO]
  43. [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ sampleproject ---
  44. [INFO] [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  45. [INFO] [INFO] Compiling 2 source files to C:\development\sample\trunk\target\test-classes
  46. [INFO] [INFO]
  47. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ sampleproject ---
  48. [INFO] [INFO] Surefire report directory: C:\development\sample\trunk\target\surefire-reports
  49. [INFO] [INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
  50. [INFO] [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
  51. [INFO]
  52. [INFO] -------------------------------------------------------
  53. [INFO] T E S T S
  54. [INFO] -------------------------------------------------------
  55. [INFO] Running com.company.JUnitTest
  56. [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec <<< FAILURE!
  57. [INFO] test(com.company.JUnitTest) Time elapsed: 0.011 sec <<< FAILURE!
  58. [INFO] java.lang.AssertionError
  59. [INFO] at org.junit.Assert.fail(Assert.java:92)
  60. [INFO] at org.junit.Assert.assertTrue(Assert.java:43)
  61. [INFO] at org.junit.Assert.assertTrue(Assert.java:54)
  62. [INFO] at com.company.JUnitTest.test(JUnitTest.java:10)
  63. [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  65. [INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  66. [INFO] at java.lang.reflect.Method.invoke(Method.java:597)
  67. [INFO] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
  68. [INFO] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  69. [INFO] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
  70. [INFO] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
  71. [INFO] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
  72. [INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
  73. [INFO] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
  74. [INFO] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
  75. [INFO] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
  76. [INFO] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
  77. [INFO] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
  78. [INFO] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
  79. [INFO] at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
  80. [INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  81. [INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  82. [INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  83. [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. [INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  85. [INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  86. [INFO] at java.lang.reflect.Method.invoke(Method.java:597)
  87. [INFO] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  88. [INFO] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  89. [INFO] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  90. [INFO] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  91. [INFO] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  92. [INFO]
  93. [INFO]
  94. [INFO] Results :
  95. [INFO]
  96. [INFO] Failed tests: test(com.company.JUnitTest)
  97. [INFO]
  98. [INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
  99. [INFO]
  100. [INFO]
  101. [INFO] -------------------------------------------------------
  102. [INFO] T E S T S
  103. [INFO] -------------------------------------------------------
  104. [INFO] Running TestSuite
  105. [INFO] Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@5cdf8f5e
  106. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 sec
  107. [INFO]
  108. [INFO] Results :
  109. [INFO]
  110. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  111. [INFO]
  112. [INFO] [INFO]
  113. [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ sampleproject ---
  114. [INFO] [INFO] Building jar: C:\development\sample\trunk\target\sampleproject-2.1.jar
  115. [INFO] [INFO]
  116. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sampleproject ---
  117. [INFO] [INFO] Installing C:\development\sample\trunk\target\sampleproject-2.1.jar to C:\development\repository\com\sandbox\sampleproject\2.1\sampleproject-2.1.jar
  118. [INFO] [INFO] Installing C:\development\sample\trunk\pom.xml to C:\development\repository\com\sandbox\sampleproject\2.1\sampleproject-2.1.pom
  119. [INFO] [INFO] ------------------------------------------------------------------------
  120. [INFO] [INFO] BUILD SUCCESS
  121. [INFO] [INFO] ------------------------------------------------------------------------
  122. [INFO] [INFO] Total time: 5.258s
  123. [INFO] [INFO] Finished at: Wed Nov 07 16:32:27 MST 2012
  124. [INFO] [INFO] Final Memory: 12M/117M
  125. [INFO] [INFO] ------------------------------------------------------------------------
  126. [INFO] Checking in modified POMs...
  127. [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive commit --file C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1378564400.commit --targets C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1632227640447658819-targets"
  128. [INFO] Working directory: C:\development\sample\trunk
  129. [INFO] Tagging release with the label sampleproject-2.1...
  130. [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive copy --file C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1618696835.commit --revision 66458 https://example/svn/sample/trunk https://example/svn/sample/tags/sampleproject-2.1"
  131. [INFO] Working directory: C:\development\sample\trunk
  132. [INFO] Transforming 'sampleproject'...
  133. [INFO] Not removing release POMs
  134. [INFO] Checking in modified POMs...
  135. [INFO] Executing: cmd.exe /X /C "svn --username lshatzer --password ***** --no-auth-cache --non-interactive commit --file C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1388873545.commit --targets C:\Users\lshatzer\AppData\Local\Temp\maven-scm-1081196660893989126-targets"
  136. [INFO] Working directory: C:\development\sample\trunk
  137. [INFO] Release preparation complete.
  138. [INFO] ------------------------------------------------------------------------
  139. [INFO] BUILD SUCCESS
  140. [INFO] ------------------------------------------------------------------------
  141. [INFO] Total time: 18.607s
  142. [INFO] Finished at: Wed Nov 07 16:32:29 MST 2012
  143. [INFO] Final Memory: 5M/92M
  144. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment