Advertisement
fedorm

Untitled

Feb 7th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. 18:17:52
  2. 18:17:52 > Task :SetRetail10_Cash:modules:SetCouponProcessing:compileJava
  3. 18:17:52 /root/jenkins_home/workspace/StandTest@2/setretail10/SetRetail10_Cash/modules/SetCouponProcessing/src/main/java/ru/crystals/pos/coupon/ProcessingUniqueCouponManager.java:26: error: cannot find symbol
  4. 18:17:52 import ru.crystals.processing.coupons.client.api.coupon.v1.dto.BatchIssueCouponRequest;
  5. 18:17:52 ^
  6. 18:17:52 symbol: class BatchIssueCouponRequest
  7. 18:17:52 location: package ru.crystals.processing.coupons.client.api.coupon.v1.dto
  8. 18:17:52 /root/jenkins_home/workspace/StandTest@2/setretail10/SetRetail10_Cash/modules/SetCouponProcessing/src/main/java/ru/crystals/pos/coupon/ProcessingUniqueCouponManager.java:27: error: cannot find symbol
  9. 18:17:52 import ru.crystals.processing.coupons.client.api.coupon.v1.dto.BatchUseCouponRequest;
  10. 18:17:52 ^
  11. 18:17:52 symbol: class BatchUseCouponRequest
  12. 18:17:52 location: package ru.crystals.processing.coupons.client.api.coupon.v1.dto
  13. 18:17:52 /root/jenkins_home/workspace/StandTest@2/setretail10/SetRetail10_Cash/modules/SetCouponProcessing/src/main/java/ru/crystals/pos/coupon/ProcessingUniqueCouponManager.java:243: error: cannot find symbol
  14. 18:17:52 BatchUseCouponRequest batch = new BatchUseCouponRequest();
  15. 18:17:52 ^
  16. 18:17:52 symbol: class BatchUseCouponRequest
  17. 18:17:52 location: class ProcessingUniqueCouponManager
  18. 18:17:52 /root/jenkins_home/workspace/StandTest@2/setretail10/SetRetail10_Cash/modules/SetCouponProcessing/src/main/java/ru/crystals/pos/coupon/ProcessingUniqueCouponManager.java:243: error: cannot find symbol
  19. 18:17:52 BatchUseCouponRequest batch = new BatchUseCouponRequest();
  20. 18:17:52 ^
  21. 18:17:52 symbol: class BatchUseCouponRequest
  22. 18:17:52 location: class ProcessingUniqueCouponManager
  23. 18:17:52 /root/jenkins_home/workspace/StandTest@2/setretail10/SetRetail10_Cash/modules/SetCouponProcessing/src/main/java/ru/crystals/pos/coupon/ProcessingUniqueCouponManager.java:286: error: cannot find symbol
  24. 18:17:52 BatchIssueCouponRequest batch = new BatchIssueCouponRequest();
  25. 18:17:52 ^
  26. 18:17:52 symbol: class BatchIssueCouponRequest
  27. 18:17:52 location: class ProcessingUniqueCouponManager
  28. 18:17:52 /root/jenkins_home/workspace/StandTest@2/setretail10/SetRetail10_Cash/modules/SetCouponProcessing/src/main/java/ru/crystals/pos/coupon/ProcessingUniqueCouponManager.java:286: error: cannot find symbol
  29. 18:17:52 BatchIssueCouponRequest batch = new BatchIssueCouponRequest();
  30. 18:17:52 ^
  31. 18:17:52 symbol: class BatchIssueCouponRequest
  32. 18:17:52 location: class ProcessingUniqueCouponManager
  33. 18:17:52 6 errors
  34. 18:17:52
  35. 18:17:52 > Task :SetRetail10_Cash:modules:SetCouponProcessing:compileJava FAILED
  36. 18:17:52
  37. 18:17:52 FAILURE: Build failed with an exception.
  38. 18:17:52
  39. 18:17:52 * What went wrong:
  40. 18:17:52 Execution failed for task ':SetRetail10_Cash:modules:SetCouponProcessing:compileJava'.
  41. 18:17:52 > Compilation failed; see the compiler error output for details.
  42. 18:17:52
  43. 18:17:52 * Try:
  44. 18:17:52 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  45. 18:17:52
  46. 18:17:52 * Get more help at https://help.gradle.org
  47. 18:17:52
  48. 18:17:52 Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  49. 18:17:52 See https://docs.gradle.org/4.8.1/userguide/command_line_interface.html#sec:command_line_warnings
  50. 18:17:52
  51. 18:17:52 BUILD FAILED in 6m 23s
  52. 18:17:52 686 actionable tasks: 230 executed, 12 from cache, 444 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement