Advertisement
Guest User

Untitled

a guest
Mar 12th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ---------------------------< eu.ngong:util >----------------------------
  4. [INFO] Building util 0.0.4-SNAPSHOT
  5. [INFO] --------------------------------[ jar ]---------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ util ---
  8. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  9. [INFO] Copying 5 resources
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ util ---
  12. [WARNING] Can't extract module name from batik-script-1.14.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
  13. [WARNING] ***********************************************************************************************************************************************************************************
  14. [WARNING] * Required filename-based automodules detected: [fop-2.6.jar, xmlgraphics-commons-2.6.jar, Saxon-HE-10.3.jar]. Please don't publish this project to a public artifact repository! *
  15. [WARNING] ***********************************************************************************************************************************************************************************
  16. [INFO] Nothing to compile - all classes are up to date
  17. [INFO]
  18. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ util ---
  19. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  20. [INFO] Copying 17 resources
  21. [INFO]
  22. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ util ---
  23. [WARNING] Can't extract module name from batik-script-1.14.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
  24. [INFO] Nothing to compile - all classes are up to date
  25. [INFO]
  26. [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ util ---
  27. [INFO]
  28. [INFO] -------------------------------------------------------
  29. [INFO] T E S T S
  30. [INFO] -------------------------------------------------------
  31. [ERROR] SeekTools: Seek for the Project Tool Folder (give option '-h' for help)
  32. [ERROR] ERROR: reached root of filesystem
  33. [INFO] Running eu.ngong.util.test.XsltTest
  34.  
  35. Test Class: eu.ngong.util.test.XsltTest
  36.  
  37. Test Xslt
  38.  
  39. Given is inputXml and style and result <xml> <xsl> <result> <delim>
  40. When transforming the input
  41. Then check the result
  42.  
  43. Cases:
  44.  
  45. | # | xml | xsl | result | delim | Status |
  46. +---+------------+---------------+----------------------------+-------+---------+
  47. | 1 | books1.xml | books1.xsl | <li>The Big Over Easy</li> | | Success |
  48. | 2 | books2.xml | books1.xsl | <li>The Big Over Easy</li> | | Success |
  49. | 3 | csv.csv | testcsv.xsl | <B>r0B</B> | , | Success |
  50. | 4 | books1.xml | main.xsl | fo:region-after | | Success |
  51. | 5 | | testempty.xsl | nothing | | Success |
  52.  
  53. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 s - in eu.ngong.util.test.XsltTest
  54. [INFO]
  55. [INFO] Results:
  56. [INFO]
  57. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
  58. [INFO]
  59. [ERROR] There are test failures.
  60.  
  61. Please refer to C:\svn\mobile_access_platform\branches\40.50.40.10.10.10.Proof_of_Concept\RSu\util\target\surefire-reports for the individual test results.
  62. Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
  63. Error occurred in starting fork, check output in log
  64. org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log
  65. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:662)
  66. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:305)
  67. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:265)
  68. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314)
  69. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159)
  70. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932)
  71. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
  72. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
  73. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
  74. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
  75. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
  76. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
  77. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
  78. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  79. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
  80. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
  81. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
  82. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
  83. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
  84. at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
  85. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  87. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  88. at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  89. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
  90. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
  91. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
  92. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
  93.  
  94. [INFO] ------------------------------------------------------------------------
  95. [INFO] BUILD SUCCESS
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] Total time: 5.002 s
  98. [INFO] Finished at: 2021-03-12T18:55:19+01:00
  99. [INFO] ------------------------------------------------------------------------
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement