Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.06 KB | None | 0 0
  1. C:\distr\java\jdk1.8.0_102\bin\java -Dmaven.multiModuleProjectDirectory=C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2017.1.2\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2017.1.2\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2017.1.2\lib\idea_rt.jar=54124:C:\Program Files\JetBrains\IntelliJ IDEA 2017.1.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2017.1.2\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2017.1.3 clean install
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] EH FUND API
  7. [INFO] FUND DTO
  8. [INFO] FUND API
  9. [INFO]
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] Building EH FUND API 1.0.0-SNAPSHOT
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO]
  14. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eh-fund-parent ---
  15. [INFO]
  16. [INFO] --- maven-install-plugin:2.4:install (default-install) @ eh-fund-parent ---
  17. [INFO] Installing C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\pom.xml to C:\Users\amodin\.m2\repository\ru\devprg\ahml\eh-fund-parent\1.0.0-SNAPSHOT\eh-fund-parent-1.0.0-SNAPSHOT.pom
  18. [INFO]
  19. [INFO] ------------------------------------------------------------------------
  20. [INFO] Building FUND DTO 1.0.0-SNAPSHOT
  21. [INFO] ------------------------------------------------------------------------
  22. [INFO]
  23. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dto ---
  24. [INFO] Deleting C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\dto\target
  25. [INFO]
  26. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dto ---
  27. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  28. [INFO] skip non existing resourceDirectory C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\dto\src\main\resources
  29. [INFO]
  30. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dto ---
  31. [INFO] Changes detected - recompiling the module!
  32. [INFO] Compiling 35 source files to C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\dto\target\classes
  33. [INFO]
  34. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dto ---
  35. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  36. [INFO] skip non existing resourceDirectory C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\dto\src\test\resources
  37. [INFO]
  38. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ dto ---
  39. [INFO] No sources to compile
  40. [INFO]
  41. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ dto ---
  42. [INFO] Tests are skipped.
  43. [INFO]
  44. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ dto ---
  45. [INFO] Building jar: C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\dto\target\dto-1.0.0-SNAPSHOT.jar
  46. [INFO]
  47. [INFO] --- maven-install-plugin:2.4:install (default-install) @ dto ---
  48. [INFO] Installing C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\dto\target\dto-1.0.0-SNAPSHOT.jar to C:\Users\amodin\.m2\repository\ru\devprg\ahml\dto\1.0.0-SNAPSHOT\dto-1.0.0-SNAPSHOT.jar
  49. [INFO] Installing C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\dto\pom.xml to C:\Users\amodin\.m2\repository\ru\devprg\ahml\dto\1.0.0-SNAPSHOT\dto-1.0.0-SNAPSHOT.pom
  50. [INFO]
  51. [INFO] ------------------------------------------------------------------------
  52. [INFO] Building FUND API 1.0.0-SNAPSHOT
  53. [INFO] ------------------------------------------------------------------------
  54. [INFO]
  55. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ api ---
  56. [INFO] Deleting C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\target
  57. [INFO]
  58. [INFO] --- maven-checkstyle-plugin:2.17:check (default) @ api ---
  59. [INFO] Starting audit...
  60. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\Application.java:0: error: File does not end with a newline.
  61. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\config\CommonConfig.java:0: error: File does not end with a newline.
  62. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\config\JooqConfig.java:0: error: File does not end with a newline.
  63. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\config\SoapConfig.java:0: error: File does not end with a newline.
  64. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\config\SpringSecurityConfig.java:0: error: File does not end with a newline.
  65. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\config\UserDefinedConfig.java:0: error: File does not end with a newline.
  66. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\config\WebConfig.java:0: error: File does not end with a newline.
  67. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\controllers\AcceptController.java:0: error: File does not end with a newline.
  68. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ApproveController.java:0: error: File does not end with a newline.
  69. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\controllers\CancelController.java:0: error: File does not end with a newline.
  70. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\controllers\StatusController.java:0: error: File does not end with a newline.
  71. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ui\DeveloperController.java:0: error: File does not end with a newline.
  72. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ui\EnvironmentController.java:0: error: File does not end with a newline.
  73. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ui\OrderController.java:0: error: File does not end with a newline.
  74. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dao\OneCDao.java:0: error: File does not end with a newline.
  75. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dao\OrdersDao.java:0: error: File does not end with a newline.
  76. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\CancelTypeToCancelResultDTOConverter.java:0: error: File does not end with a newline.
  77. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\DateConverter.java:0: error: File does not end with a newline.
  78. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToDduDataDTOConverter.java:0: error: File does not end with a newline.
  79. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToDeveloperDataDTOConverter.java:0: error: File does not end with a newline.
  80. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToExtendedDeveloperDataDTOConverter.java:0: error: File does not end with a newline.
  81. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToOneCDataConverter.java:0: error: File does not end with a newline.
  82. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToOrderDataDTOConverter.java:0: error: File does not end with a newline.
  83. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\ReserveTypeToReserveDTOConverter.java:0: error: File does not end with a newline.
  84. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\TransferTypeToTransferDTOConverter.java:0: error: File does not end with a newline.
  85. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ConvertersRegistryService.java:0: error: File does not end with a newline.
  86. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ConvertersService.java:0: error: File does not end with a newline.
  87. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ConvertersServiceImpl.java:0: error: File does not end with a newline.
  88. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ErrorCode.java:0: error: File does not end with a newline.
  89. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\errors\ApiExceptionHandler.java:0: error: File does not end with a newline.
  90. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\errors\FundException.java:0: error: File does not end with a newline.
  91. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\AcceptService.java:0: error: File does not end with a newline.
  92. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\ApproveService.java:0: error: File does not end with a newline.
  93. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\CancelService.java:0: error: File does not end with a newline.
  94. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\DeveloperService.java:0: error: File does not end with a newline.
  95. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\AcceptServiceImpl.java:0: error: File does not end with a newline.
  96. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\ApproveServiceImpl.java:0: error: File does not end with a newline.
  97. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\CancelServiceImpl.java:0: error: File does not end with a newline.
  98. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\DeveloperServiceImpl.java:0: error: File does not end with a newline.
  99. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\OneCServiceImpl.java:0: error: File does not end with a newline.
  100. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\OrdersServiceImpl.java:0: error: File does not end with a newline.
  101. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\StatusServiceImpl.java:0: error: File does not end with a newline.
  102. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\OneCService.java:0: error: File does not end with a newline.
  103. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\OrdersService.java:0: error: File does not end with a newline.
  104. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\service\StatusService.java:0: error: File does not end with a newline.
  105. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\ws\FundFaultHandler.java:0: error: File does not end with a newline.
  106. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\java\ru\devprg\ahml\eh\fund\api\ws\LoggingHandler.java:0: error: File does not end with a newline.
  107. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\resources\application.properties:0: error: File does not end with a newline.
  108. C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\src\main\resources\messages.properties:0: error: File does not end with a newline.
  109. Audit done.
  110. [INFO] There are 49 errors reported by Checkstyle 6.11.2 with C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api/etc/checkstyle/checkstyle.xml ruleset.
  111. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\Application.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  112. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\config\CommonConfig.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  113. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\config\JooqConfig.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  114. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\config\SoapConfig.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  115. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\config\SpringSecurityConfig.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  116. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\config\UserDefinedConfig.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  117. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\config\WebConfig.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  118. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\controllers\AcceptController.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  119. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ApproveController.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  120. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\controllers\CancelController.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  121. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\controllers\StatusController.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  122. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ui\DeveloperController.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  123. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ui\EnvironmentController.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  124. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\controllers\ui\OrderController.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  125. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dao\OneCDao.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  126. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dao\OrdersDao.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  127. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\CancelTypeToCancelResultDTOConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  128. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\DateConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  129. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToDduDataDTOConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  130. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToDeveloperDataDTOConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  131. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToExtendedDeveloperDataDTOConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  132. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToOneCDataConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  133. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\RecordToOrderDataDTOConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  134. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\ReserveTypeToReserveDTOConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  135. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\converters\TransferTypeToTransferDTOConverter.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  136. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ConvertersRegistryService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  137. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ConvertersService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  138. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ConvertersServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  139. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\dto\util\ErrorCode.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  140. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\errors\ApiExceptionHandler.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  141. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\errors\FundException.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  142. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\AcceptService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  143. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\ApproveService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  144. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\CancelService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  145. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\DeveloperService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  146. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\AcceptServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  147. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\ApproveServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  148. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\CancelServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  149. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\DeveloperServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  150. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\OneCServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  151. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\OrdersServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  152. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\impl\StatusServiceImpl.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  153. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\OneCService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  154. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\OrdersService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  155. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\service\StatusService.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  156. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\ws\FundFaultHandler.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  157. [ERROR] src\main\java\ru\devprg\ahml\eh\fund\api\ws\LoggingHandler.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  158. [ERROR] src\main\resources\application.properties:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  159. [ERROR] src\main\resources\messages.properties:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
  160. [WARNING] checkstyle:check violations detected but failOnViolation set to false
  161. [INFO]
  162. [INFO] >>> maven-pmd-plugin:3.7:check (default) > :pmd @ api >>>
  163. [INFO]
  164. [INFO] --- maven-pmd-plugin:3.7:pmd (pmd) @ api ---
  165. [INFO]
  166. [INFO] <<< maven-pmd-plugin:3.7:check (default) < :pmd @ api <<<
  167. [INFO]
  168. [INFO] --- maven-pmd-plugin:3.7:check (default) @ api ---
  169. [INFO]
  170. [INFO] >>> maven-pmd-plugin:3.7:cpd-check (default) > :cpd @ api >>>
  171. [INFO]
  172. [INFO] --- maven-pmd-plugin:3.7:cpd (cpd) @ api ---
  173. [INFO]
  174. [INFO] <<< maven-pmd-plugin:3.7:cpd-check (default) < :cpd @ api <<<
  175. [INFO]
  176. [INFO] --- maven-pmd-plugin:3.7:cpd-check (default) @ api ---
  177. [INFO]
  178. [INFO] --- cxf-codegen-plugin:3.1.8:wsdl2java (generate-sources) @ api ---
  179. [INFO]
  180. [INFO] --- flyway-maven-plugin:4.0.3:migrate (default) @ api ---
  181. [INFO] Flyway 4.0.3 by Boxfuse
  182. [INFO] Database: jdbc:postgresql://192.168.14.239:5432/aizhk?defaultSchema=ahml_fund_holders (PostgreSQL 9.6)
  183. [INFO] Successfully validated 7 migrations (execution time 00:00.018s)
  184. [INFO] Creating schema "ahml_fund_holders" ...
  185. [INFO] Creating Metadata table: "ahml_fund_holders"."schema_version"
  186. [INFO] Current version of schema "ahml_fund_holders": 0
  187. [INFO] Migrating schema "ahml_fund_holders" to version 1 - Base version
  188. [INFO] Migrating schema "ahml_fund_holders" to version 1.2 - change columns types to money
  189. [INFO] Migrating schema "ahml_fund_holders" to version 1.3 - change status id type
  190. [INFO] Migrating schema "ahml_fund_holders" to version 1.4 - change columns types to timestamp
  191. [INFO] Migrating schema "ahml_fund_holders" to version 1.5 - change dduUID column size
  192. [INFO] Migrating schema "ahml_fund_holders" to version 1.6 - change developerName column size
  193. [INFO] Migrating schema "ahml_fund_holders" with repeatable migration 100 order status
  194. [INFO] Successfully applied 7 migrations to schema "ahml_fund_holders" (execution time 00:00.542s).
  195. [INFO]
  196. [INFO] --- jooq-codegen-maven:3.8.6:generate (default) @ api ---
  197. [INFO] License parameters
  198. [INFO] ----------------------------------------------------------
  199. [INFO] Thank you for using jOOQ and jOOQ's code generator
  200. [INFO]
  201. [INFO] Database parameters
  202. [INFO] ----------------------------------------------------------
  203. [INFO] dialect : POSTGRES
  204. [INFO] URL : jdbc:postgresql://192.168.14.239:5432/aizhk?defaultSchema=ahml_fund_holders
  205. [INFO] target dir : C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\target/generated-sources/jooq
  206. [INFO] target package : ru.devprg.ahml.eh.fund.api.models
  207. [INFO] includes : [.*]
  208. [INFO] excludes : []
  209. [INFO] includeExcludeColumns : false
  210. [INFO] ----------------------------------------------------------
  211. [INFO]
  212. [INFO] DefaultGenerator parameters
  213. [INFO] ----------------------------------------------------------
  214. [INFO] strategy : class org.jooq.util.DefaultGeneratorStrategy
  215. [INFO] deprecated : true
  216. [INFO] generated annotation : true
  217. [INFO] JPA annotations : false
  218. [INFO] validation annotations : false
  219. [INFO] instance fields : true
  220. [INFO] records : true
  221. [INFO] pojos : false
  222. [INFO] immutable pojos : false
  223. [INFO] interfaces : false
  224. [INFO] daos : false
  225. [INFO] relations : true
  226. [INFO] table-valued functions : false
  227. [INFO] global references : true
  228. [INFO] ----------------------------------------------------------
  229. [INFO]
  230. [INFO] Generation remarks
  231. [INFO] ----------------------------------------------------------
  232. [INFO] none
  233. [INFO]
  234. [INFO] ----------------------------------------------------------
  235. [INFO] Generating catalogs : Total: 1
  236. [INFO] No schema version is applied for catalog . Regenerating.
  237. [INFO]
  238. [INFO] Generating catalog : DefaultCatalog.java
  239. [INFO] ==========================================================
  240. [INFO]
  241.  
  242. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  243. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  244. @@@@@@@@@@@@@@@@ @@ @@@@@@@@@@
  245. @@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@
  246. @@@@@@@@@@@@@@@@ @@ @@ @@@@@@@@@@
  247. @@@@@@@@@@ @@@@ @@ @@ @@@@@@@@@@
  248. @@@@@@@@@@ @@ @@@@@@@@@@
  249. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  250. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  251. @@@@@@@@@@ @@ @@@@@@@@@@
  252. @@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
  253. @@@@@@@@@@ @@ @@ @@@@ @@@@@@@@@@
  254. @@@@@@@@@@ @@ @ @ @@@@@@@@@@
  255. @@@@@@@@@@ @@ @@@@@@@@@@
  256. @@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@
  257. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  258. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Thank you for using jOOQ 3.8.6
  259.  
  260. [INFO] Generating schemata : Total: 1
  261. [INFO] No schema version is applied for schema ahml_fund_holders. Regenerating.
  262. [INFO] Generating schema : AhmlFundHolders.java
  263. [INFO] ----------------------------------------------------------
  264. [INFO] Tables fetched : 7 (7 included, 0 excluded)
  265. [INFO] Sequences fetched : 11 (11 included, 0 excluded)
  266. [INFO] UDTs fetched : 0 (0 included, 0 excluded)
  267. [INFO] Generating sequences
  268. [INFO] ARRAYs fetched : 0 (0 included, 0 excluded)
  269. [INFO] Enums fetched : 0 (0 included, 0 excluded)
  270. [INFO] Sequences generated : Total: 640.533ms
  271. [INFO] Generating tables
  272. [WARNING] Multiple identities : Table orders has multiple identity columns. Only the first one is considered.
  273. [WARNING] Multiple identities : Table order_status_hist has multiple identity columns. Only the first one is considered.
  274. [INFO] Adding foreign key : ddu__ddu_developer_id_fkey (ahml_fund_holders.ddu.developer_id) referencing developers_pkey
  275. [INFO] Adding foreign key : ddu_docs__ddu_docs_ddu_id_fkey (ahml_fund_holders.ddu_docs.ddu_id) referencing ddu_pkey
  276. [INFO] Adding foreign key : order_status_hist__order_status_hist_order_id_fkey (ahml_fund_holders.order_status_hist.order_id) referencing orders_pkey
  277. [INFO] Adding foreign key : order_status_hist__order_status_hist_status_id_fkey (ahml_fund_holders.order_status_hist.status_id) referencing order_status_pkey
  278. [INFO] Adding foreign key : orders__orders_ddu_id_fkey (ahml_fund_holders.orders.ddu_id) referencing ddu_pkey
  279. [INFO] Adding foreign key : orders__orders_status_id_fkey (ahml_fund_holders.orders.status_id) referencing order_status_pkey
  280. [INFO] Synthetic primary keys : 0 (0 included, 0 excluded)
  281. [INFO] Overriding primary keys : 7 (0 included, 7 excluded)
  282. [INFO] Generating table : Ddu.java [input=ddu, output=ddu, pk=ddu_pkey]
  283. [INFO] Forcing type : ahml_fund_holders.ddu.rr_reg_date with type timestamp with time zone into java.time.LocalDateTime using converter ru.devprg.ahml.eh.fund.api.dto.converters.DateConverter
  284. [INFO] Forcing type : ahml_fund_holders.ddu.start_reg_date with type timestamp with time zone into java.time.LocalDateTime using converter ru.devprg.ahml.eh.fund.api.dto.converters.DateConverter
  285. [INFO] Generating table : DduDocs.java [input=ddu_docs, output=ddu_docs, pk=ddu_docs_pkey]
  286. [INFO] Generating table : Developers.java [input=developers, output=developers, pk=developers_pkey]
  287. [INFO] Generating table : OrderStatus.java [input=order_status, output=order_status, pk=order_status_pkey]
  288. [INFO] Generating table : OrderStatusHist.java [input=order_status_hist, output=order_status_hist, pk=order_status_hist_pkey]
  289. [INFO] Forcing type : ahml_fund_holders.order_status_hist.cdate with type timestamp with time zone into java.time.LocalDateTime using converter ru.devprg.ahml.eh.fund.api.dto.converters.DateConverter
  290. [INFO] Generating table : Orders.java [input=orders, output=orders, pk=orders_pkey]
  291. [INFO] Forcing type : ahml_fund_holders.orders.cdate with type timestamp with time zone into java.time.LocalDateTime using converter ru.devprg.ahml.eh.fund.api.dto.converters.DateConverter
  292. [INFO] Forcing type : ahml_fund_holders.orders.mdate with type timestamp with time zone into java.time.LocalDateTime using converter ru.devprg.ahml.eh.fund.api.dto.converters.DateConverter
  293. [INFO] Generating table : SchemaVersion.java [input=schema_version, output=schema_version, pk=schema_version_pk]
  294. [INFO] Tables generated : Total: 870.926ms, +230.392ms
  295. [INFO] Generating table references
  296. [INFO] Table refs generated : Total: 874.104ms, +3.177ms
  297. [INFO] Generating Keys
  298. [INFO] Keys generated : Total: 907.187ms, +33.083ms
  299. [INFO] Generating table records
  300. [INFO] Generating record : DduRecord.java
  301. [INFO] Generating record : DduDocsRecord.java
  302. [INFO] Generating record : DevelopersRecord.java
  303. [INFO] Generating record : OrderStatusRecord.java
  304. [INFO] Generating record : OrderStatusHistRecord.java
  305. [INFO] Generating record : OrdersRecord.java
  306. [INFO] Generating record : SchemaVersionRecord.java
  307. [INFO] Table records generated : Total: 983.418ms, +76.231ms
  308. [INFO] Domains fetched : 0 (0 included, 0 excluded)
  309. [INFO] Routines fetched : 0 (0 included, 0 excluded)
  310. [INFO] Generation finished: ahml_fund_holders: Total: 1.022s, +39.285ms
  311. [INFO]
  312. [INFO] Removing excess files
  313. [INFO]
  314. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ api ---
  315. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  316. [INFO] Copying 10 resources
  317. [INFO] Copying 1 resource
  318. [INFO] skip non existing resourceDirectory C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\frontend\build
  319. [INFO]
  320. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ api ---
  321. [INFO] Changes detected - recompiling the module!
  322. [INFO] Compiling 90 source files to C:\projects\aizhk\20170719\ahml-fund\ahml_eh_fund_api\api\target\classes
  323. [INFO] -------------------------------------------------------------
  324. [WARNING] COMPILATION WARNING :
  325. [INFO] -------------------------------------------------------------
  326. [WARNING] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/ws/LoggingHandler.java: Some input files use unchecked or unsafe operations.
  327. [WARNING] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/ws/LoggingHandler.java: Recompile with -Xlint:unchecked for details.
  328. [INFO] 2 warnings
  329. [INFO] -------------------------------------------------------------
  330. [INFO] -------------------------------------------------------------
  331. [ERROR] COMPILATION ERROR :
  332. [INFO] -------------------------------------------------------------
  333. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OneCDao.java:[84,45] cannot find symbol
  334. symbol: variable DEVELOPER_INN
  335. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  336. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OneCDao.java:[109,52] cannot find symbol
  337. symbol: variable DEVELOPER_INN
  338. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  339. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OneCDao.java:[112,32] cannot find symbol
  340. symbol: variable DEVELOPER_INN
  341. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  342. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[81,25] cannot find symbol
  343. symbol: variable DEVELOPER_INN
  344. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  345. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[79,45] cannot find symbol
  346. symbol: variable DEVELOPER_INN
  347. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  348. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[94,27] cannot find symbol
  349. symbol: variable DEVELOPER_INN
  350. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  351. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[93,45] cannot find symbol
  352. symbol: variable DEVELOPER_INN
  353. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  354. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/service/impl/AcceptServiceImpl.java:[59,18] cannot find symbol
  355. symbol: method setDeveloperInn(java.lang.String)
  356. location: variable dduRecord of type ru.devprg.ahml.eh.fund.api.models.tables.records.DduRecord
  357. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dto/converters/RecordToDeveloperDataDTOConverter.java:[30,38] cannot find symbol
  358. symbol: variable DEVELOPER_INN
  359. location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  360. [INFO] 9 errors
  361. [INFO] -------------------------------------------------------------
  362. [INFO] ------------------------------------------------------------------------
  363. [INFO] Reactor Summary:
  364. [INFO]
  365. [INFO] EH FUND API ........................................ SUCCESS [ 0.398 s]
  366. [INFO] FUND DTO ........................................... SUCCESS [ 2.512 s]
  367. [INFO] FUND API ........................................... FAILURE [ 10.527 s]
  368. [INFO] ------------------------------------------------------------------------
  369. [INFO] BUILD FAILURE
  370. [INFO] ------------------------------------------------------------------------
  371. [INFO] Total time: 13.690 s
  372. [INFO] Finished at: 2017-07-24T14:15:20+03:00
  373. [INFO] Final Memory: 43M/465M
  374. [INFO] ------------------------------------------------------------------------
  375. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project api: Compilation failure: Compilation failure:
  376. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OneCDao.java:[84,45] cannot find symbol
  377. [ERROR] symbol: variable DEVELOPER_INN
  378. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  379. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OneCDao.java:[109,52] cannot find symbol
  380. [ERROR] symbol: variable DEVELOPER_INN
  381. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  382. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OneCDao.java:[112,32] cannot find symbol
  383. [ERROR] symbol: variable DEVELOPER_INN
  384. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  385. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[81,25] cannot find symbol
  386. [ERROR] symbol: variable DEVELOPER_INN
  387. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  388. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[79,45] cannot find symbol
  389. [ERROR] symbol: variable DEVELOPER_INN
  390. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  391. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[94,27] cannot find symbol
  392. [ERROR] symbol: variable DEVELOPER_INN
  393. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  394. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dao/OrdersDao.java:[93,45] cannot find symbol
  395. [ERROR] symbol: variable DEVELOPER_INN
  396. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  397. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/service/impl/AcceptServiceImpl.java:[59,18] cannot find symbol
  398. [ERROR] symbol: method setDeveloperInn(java.lang.String)
  399. [ERROR] location: variable dduRecord of type ru.devprg.ahml.eh.fund.api.models.tables.records.DduRecord
  400. [ERROR] /C:/projects/aizhk/20170719/ahml-fund/ahml_eh_fund_api/api/src/main/java/ru/devprg/ahml/eh/fund/api/dto/converters/RecordToDeveloperDataDTOConverter.java:[30,38] cannot find symbol
  401. [ERROR] symbol: variable DEVELOPER_INN
  402. [ERROR] location: variable DDU of type ru.devprg.ahml.eh.fund.api.models.tables.Ddu
  403. [ERROR] -> [Help 1]
  404. [ERROR]
  405. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  406. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  407. [ERROR]
  408. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  409. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  410. [ERROR]
  411. [ERROR] After correcting the problems, you can resume the build with the command
  412. [ERROR] mvn <goals> -rf :api
  413.  
  414. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement