Advertisement
Guest User

Untitled

a guest
Sep 8th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 KB | None | 0 0
  1. $ cd exquery/
  2. choski-pro-13:exquery joe$ ls
  3. README.md exquery-common exquery-restxq-api exquery-xquery
  4. expath-file-module exquery-distribution exquery-restxq-specification exquery-xquery3
  5. exquery-annotations-common exquery-parent exquery-serialization-annotations
  6. exquery-annotations-common-api exquery-restxq exquery-serialization-annotations-api
  7. choski-pro-13:exquery joe$ git pull
  8. remote: Counting objects: 11, done.
  9. remote: Total 11 (delta 5), reused 5 (delta 5), pack-reused 6
  10. Unpacking objects: 100% (11/11), done.
  11. From https://github.com/exquery/exquery
  12. f67a536..6b61f48 master -> origin/master
  13. * [new branch] christian-26 -> origin/christian-26
  14. 231b2be..ca88c34 gh-pages -> origin/gh-pages
  15. Updating f67a536..6b61f48
  16. Fast-forward
  17. exquery-restxq-specification/restxq-1.0-specification.html | 398 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
  18. 1 file changed, 210 insertions(+), 188 deletions(-)
  19. choski-pro-13:exquery joe$ cd expath-file-module
  20. choski-pro-13:expath-file-module joe$ mvn install
  21. [INFO] Scanning for projects...
  22. [INFO]
  23. [INFO] ------------------------------------------------------------------------
  24. [INFO] Building EXPath File Module Abstractions 1.0-SNAPSHOT
  25. [INFO] ------------------------------------------------------------------------
  26. [INFO]
  27. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ expath-file-module ---
  28. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  29. [INFO] skip non existing resourceDirectory /Users/joe/workspace/exquery/expath-file-module/src/main/resources
  30. [INFO]
  31. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ expath-file-module ---
  32. [INFO] No sources to compile
  33. [INFO]
  34. [INFO] --- scala-maven-plugin:3.2.0:compile (default) @ expath-file-module ---
  35. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  36. [WARNING] org.exquery.expath:expath-file-module:1.0-SNAPSHOT requires scala version: 2.11.5
  37. [WARNING] org.scalaz:scalaz-core_2.11:7.1.1 requires scala version: 2.11.5
  38. [WARNING] org.scala-lang.modules:scala-parser-combinators_2.11:1.0.2 requires scala version: 2.11.1
  39. [WARNING] Multiple versions of scala libraries detected!
  40. [INFO] Nothing to compile - all classes are up to date
  41. [INFO]
  42. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ expath-file-module ---
  43. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  44. [INFO] skip non existing resourceDirectory /Users/joe/workspace/exquery/expath-file-module/src/test/resources
  45. [INFO]
  46. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ expath-file-module ---
  47. [INFO] No sources to compile
  48. [INFO]
  49. [INFO] --- scala-maven-plugin:3.2.0:testCompile (default) @ expath-file-module ---
  50. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  51. [WARNING] org.exquery.expath:expath-file-module:1.0-SNAPSHOT requires scala version: 2.11.5
  52. [WARNING] org.scalaz:scalaz-core_2.11:7.1.1 requires scala version: 2.11.5
  53. [WARNING] org.scala-lang.modules:scala-parser-combinators_2.11:1.0.2 requires scala version: 2.11.1
  54. [WARNING] Multiple versions of scala libraries detected!
  55. [INFO] Nothing to compile - all classes are up to date
  56. [INFO]
  57. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ expath-file-module ---
  58. [INFO]
  59. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ expath-file-module ---
  60. [INFO]
  61. [INFO] >>> scala-maven-plugin:3.2.0:doc-jar (scala-doc-jar) > generate-sources @ expath-file-module >>>
  62. [INFO]
  63. [INFO] <<< scala-maven-plugin:3.2.0:doc-jar (scala-doc-jar) < generate-sources @ expath-file-module <<<
  64. [INFO]
  65. [INFO] --- scala-maven-plugin:3.2.0:doc-jar (scala-doc-jar) @ expath-file-module ---
  66. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  67. [WARNING] org.exquery.expath:expath-file-module:1.0-SNAPSHOT requires scala version: 2.11.5
  68. [WARNING] org.scalaz:scalaz-core_2.11:7.1.1 requires scala version: 2.11.5
  69. [WARNING] org.scala-lang.modules:scala-parser-combinators_2.11:1.0.2 requires scala version: 2.11.1
  70. [WARNING] Multiple versions of scala libraries detected!
  71. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  72. [WARNING] org.exquery.expath:expath-file-module:1.0-SNAPSHOT requires scala version: 2.11.5
  73. [WARNING] org.scalaz:scalaz-core_2.11:7.1.1 requires scala version: 2.11.5
  74. [WARNING] org.scala-lang.modules:scala-parser-combinators_2.11:1.0.2 requires scala version: 2.11.1
  75. [WARNING] Multiple versions of scala libraries detected!
  76. warning: there was one deprecation warning; re-run with -deprecation for details
  77. model contains 10 documentable templates
  78. one warning found
  79. [INFO] Building jar: /Users/joe/workspace/exquery/expath-file-module/target/expath-file-module-1.0-SNAPSHOT-javadoc.jar
  80. [INFO]
  81. [INFO] --- specs2-maven-plugin:0.4.4:run-specs (verify) @ expath-file-module ---
  82. Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.0/scala-parser-combinators_2.11-1.0.0.pom
  83. Downloading: http://repo.typesafe.com/typesafe/releases/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.0/scala-parser-combinators_2.11-1.0.0.pom
  84. Downloading: http://download.java.net/maven/2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.0/scala-parser-combinators_2.11-1.0.0.pom
  85. [WARNING] The POM for org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.0 is missing, no dependency information available
  86. [INFO] org.exquery.expath.module.file.FileModuleSpec:
  87. [INFO] Success: 5, Error: 0, Failure: 0, Skipped: 0
  88. [INFO]
  89. [INFO] --- license-maven-plugin:2.9:check (default) @ expath-file-module ---
  90. [INFO] Checking licenses...
  91. [INFO]
  92. [INFO] --- maven-install-plugin:2.4:install (default-install) @ expath-file-module ---
  93. [INFO] Installing /Users/joe/workspace/exquery/expath-file-module/target/expath-file-module-1.0-SNAPSHOT.jar to /Users/joe/.m2/repository/org/exquery/expath/expath-file-module/1.0-SNAPSHOT/expath-file-module-1.0-SNAPSHOT.jar
  94. [INFO] Installing /Users/joe/workspace/exquery/expath-file-module/pom.xml to /Users/joe/.m2/repository/org/exquery/expath/expath-file-module/1.0-SNAPSHOT/expath-file-module-1.0-SNAPSHOT.pom
  95. [INFO] Installing /Users/joe/workspace/exquery/expath-file-module/target/expath-file-module-1.0-SNAPSHOT-javadoc.jar to /Users/joe/.m2/repository/org/exquery/expath/expath-file-module/1.0-SNAPSHOT/expath-file-module-1.0-SNAPSHOT-javadoc.jar
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] BUILD SUCCESS
  98. [INFO] ------------------------------------------------------------------------
  99. [INFO] Total time: 19.128 s
  100. [INFO] Finished at: 2016-09-08T14:35:59-04:00
  101. [INFO] Final Memory: 18M/293M
  102. [INFO] ------------------------------------------------------------------------
  103. choski-pro-13:expath-file-module joe$ cd ~/workspace/
  104. choski-pro-13:workspace joe$ git clone https://github.com/adamretter/exist-expath-file-module.git
  105. Cloning into 'exist-expath-file-module'...
  106. remote: Counting objects: 45, done.
  107. remote: Compressing objects: 100% (5/5), done.
  108. remote: Total 45 (delta 3), reused 1 (delta 1), pack-reused 39
  109. Unpacking objects: 100% (45/45), done.
  110. Checking connectivity... done.
  111. choski-pro-13:workspace joe$ cd exist-expath-file-module
  112. choski-pro-13:exist-expath-file-module joe$ mvn package
  113. [INFO] Scanning for projects...
  114. [INFO]
  115. [INFO] ------------------------------------------------------------------------
  116. [INFO] Building eXist EXPath File Module 1.0-SNAPSHOT
  117. [INFO] ------------------------------------------------------------------------
  118. [INFO]
  119. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ file-module ---
  120. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  121. [INFO] skip non existing resourceDirectory /Users/joe/workspace/exist-expath-file-module/src/main/resources
  122. [INFO]
  123. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ file-module ---
  124. [INFO] No sources to compile
  125. [INFO]
  126. [INFO] --- scala-maven-plugin:3.2.0:compile (default) @ file-module ---
  127. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  128. [WARNING] org.exist.expath.module:file-module:1.0-SNAPSHOT requires scala version: 2.11.5
  129. [WARNING] org.scalaz:scalaz-core_2.11:7.1.1 requires scala version: 2.11.5
  130. [WARNING] org.scala-lang.modules:scala-parser-combinators_2.11:1.0.2 requires scala version: 2.11.1
  131. [WARNING] Multiple versions of scala libraries detected!
  132. [INFO] /Users/joe/workspace/exist-expath-file-module/src/main/scala:-1: info: compiling
  133. [INFO] Compiling 3 source files to /Users/joe/workspace/exist-expath-file-module/target/classes at 1473359961693
  134. [WARNING] warning: there were two deprecation warnings; re-run with -deprecation for details
  135. [WARNING] warning: there were 12 feature warnings; re-run with -feature for details
  136. [WARNING] two warnings found
  137. [INFO] prepare-compile in 0 s
  138. [INFO] compile in 18 s
  139. [INFO]
  140. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ file-module ---
  141. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  142. [INFO] skip non existing resourceDirectory /Users/joe/workspace/exist-expath-file-module/src/test/resources
  143. [INFO]
  144. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ file-module ---
  145. [INFO] No sources to compile
  146. [INFO]
  147. [INFO] --- scala-maven-plugin:3.2.0:testCompile (default) @ file-module ---
  148. [WARNING] Expected all dependencies to require Scala version: 2.11.5
  149. [WARNING] org.exist.expath.module:file-module:1.0-SNAPSHOT requires scala version: 2.11.5
  150. [WARNING] org.scalaz:scalaz-core_2.11:7.1.1 requires scala version: 2.11.5
  151. [WARNING] org.scala-lang.modules:scala-parser-combinators_2.11:1.0.2 requires scala version: 2.11.1
  152. [WARNING] Multiple versions of scala libraries detected!
  153. [INFO] No sources to compile
  154. [INFO]
  155. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ file-module ---
  156. [INFO] No tests to run.
  157. [INFO]
  158. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ file-module ---
  159. [INFO] Building jar: /Users/joe/workspace/exist-expath-file-module/target/file-module-1.0-SNAPSHOT.jar
  160. [INFO]
  161. [INFO] --- maven-assembly-plugin:2.5.3:single (make-assembly) @ file-module ---
  162. [INFO] Reading assembly descriptor: src/assembly/unpacked-dist.xml
  163. [WARNING] The assembly descriptor contains a filesystem-root relative reference,which is not cross platform compatible /
  164. [INFO] Copying files to /Users/joe/workspace/exist-expath-file-module/target/file-module-1.0-SNAPSHOT-bin
  165. [WARNING] Assembly file: /Users/joe/workspace/exist-expath-file-module/target/file-module-1.0-SNAPSHOT-bin is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
  166. [INFO] Building jar: /Users/joe/workspace/exist-expath-file-module/target/file-module-1.0-SNAPSHOT-jar-with-dependencies.jar
  167. [INFO]
  168. [INFO] --- kuberam-expath-plugin:0.4.1:make-xar (create-xar) @ file-module ---
  169. mavenResourcesExecution: org.apache.maven.shared.filtering.MavenResourcesExecution@b49c85f
  170. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  171. [INFO] Copying 1 resource to /Users/joe/workspace/exist-expath-file-module/target/make-xar-tmp
  172. mavenResourcesExecution: org.apache.maven.shared.filtering.MavenResourcesExecution@2771025a
  173. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  174. [INFO] Copying 1 resource to /Users/joe/workspace/exist-expath-file-module/target/expath-descriptors-014df73e-2e14-4580-87ec-817c65a9cc82
  175. [INFO] Building zip: /Users/joe/workspace/exist-expath-file-module/target/exist-expath-file-module-1.0-SNAPSHOT.xar
  176. [INFO] ------------------------------------------------------------------------
  177. [INFO] BUILD SUCCESS
  178. [INFO] ------------------------------------------------------------------------
  179. [INFO] Total time: 31.249 s
  180. [INFO] Finished at: 2016-09-08T14:39:50-04:00
  181. [INFO] Final Memory: 24M/499M
  182. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement