Advertisement
Guest User

errors

a guest
Nov 27th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. [yjavac] Compiling 326 source files to /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/classes
  2. [yjavac] ----------
  3. [yjavac] 1. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 14)
  4. [yjavac] import com.freshdirect.hybris.fdoms.facades.FDOrderRefundFacade;
  5. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. [yjavac] The import com.freshdirect.hybris.fdoms cannot be resolved
  7. [yjavac] ----------
  8. [yjavac] 2. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 15)
  9. [yjavac] import com.freshdirect.hybris.fdoms.facades.credit.data.FDCreditReasonCategoryData;
  10. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. [yjavac] The import com.freshdirect.hybris.fdoms cannot be resolved
  12. [yjavac] ----------
  13. [yjavac] 3. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 16)
  14. [yjavac] import com.freshdirect.hybris.fdoms.facades.credit.data.FDCreditReasonData;
  15. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  16. [yjavac] The import com.freshdirect.hybris.fdoms cannot be resolved
  17. [yjavac] ----------
  18. [yjavac] 4. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 17)
  19. [yjavac] import com.freshdirect.hybris.fdoms.facades.order.data.FDRefundData;
  20. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  21. [yjavac] The import com.freshdirect.hybris.fdoms cannot be resolved
  22. [yjavac] ----------
  23. [yjavac] 5. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 18)
  24. [yjavac] import com.freshdirect.hybris.fdoms.facades.order.data.OrderRefundRequestData;
  25. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. [yjavac] The import com.freshdirect.hybris.fdoms cannot be resolved
  27. [yjavac] ----------
  28. [yjavac] 6. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 26)
  29. [yjavac] private FDOrderRefundFacade orderRefundFacade;
  30. [yjavac] ^^^^^^^^^^^^^^^^^^^
  31. [yjavac] FDOrderRefundFacade cannot be resolved to a type
  32. [yjavac] ----------
  33. [yjavac] 7. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 29)
  34. [yjavac] public List<FDCreditReasonData> getFDCreditCategories(String categoryCode){
  35. [yjavac] ^^^^^^^^^^^^^^^^^^
  36. [yjavac] FDCreditReasonData cannot be resolved to a type
  37. [yjavac] ----------
  38. [yjavac] 8. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 30)
  39. [yjavac] return orderRefundFacade.getFdCreditReasonsForCategory(categoryCode);
  40. [yjavac] ^^^^^^^^^^^^^^^^^
  41. [yjavac] FDOrderRefundFacade cannot be resolved to a type
  42. [yjavac] ----------
  43. [yjavac] 9. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 34)
  44. [yjavac] public List<FDCreditReasonCategoryData> getCreditReasonsForCategory(){
  45. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
  46. [yjavac] FDCreditReasonCategoryData cannot be resolved to a type
  47. [yjavac] ----------
  48. [yjavac] 10. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 35)
  49. [yjavac] return orderRefundFacade.getFdCreditCategories();
  50. [yjavac] ^^^^^^^^^^^^^^^^^
  51. [yjavac] FDOrderRefundFacade cannot be resolved to a type
  52. [yjavac] ----------
  53. [yjavac] 11. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 40)
  54. [yjavac] public FDRefundData issueStoreCredit(@RequestBody RefundRequestForm refundRequestForm,
  55. [yjavac] ^^^^^^^^^^^^
  56. [yjavac] FDRefundData cannot be resolved to a type
  57. [yjavac] ----------
  58. [yjavac] 12. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 42)
  59. [yjavac] return orderRefundFacade.issueStoreCredit(populateOrderRefundData(refundRequestForm));
  60. [yjavac] ^^^^^^^^^^^^^^^^^
  61. [yjavac] FDOrderRefundFacade cannot be resolved to a type
  62. [yjavac] ----------
  63. [yjavac] 13. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 42)
  64. [yjavac] return orderRefundFacade.issueStoreCredit(populateOrderRefundData(refundRequestForm));
  65. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^
  66. [yjavac] The method populateOrderRefundData(RefundRequestForm) from the type RefundsController refers to the missing type OrderRefundRequestData
  67. [yjavac] ----------
  68. [yjavac] 14. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 50)
  69. [yjavac] orderRefundFacade.createRefundForLineItem(populateOrderRefundData(refundRequestForm));
  70. [yjavac] ^^^^^^^^^^^^^^^^^
  71. [yjavac] FDOrderRefundFacade cannot be resolved to a type
  72. [yjavac] ----------
  73. [yjavac] 15. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 50)
  74. [yjavac] orderRefundFacade.createRefundForLineItem(populateOrderRefundData(refundRequestForm));
  75. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^^
  76. [yjavac] The method populateOrderRefundData(RefundRequestForm) from the type RefundsController refers to the missing type OrderRefundRequestData
  77. [yjavac] ----------
  78. [yjavac] 16. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 54)
  79. [yjavac] private OrderRefundRequestData populateOrderRefundData(RefundRequestForm refundRequestForm) {
  80. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^
  81. [yjavac] OrderRefundRequestData cannot be resolved to a type
  82. [yjavac] ----------
  83. [yjavac] 17. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 55)
  84. [yjavac] OrderRefundRequestData refundRequestData=new OrderRefundRequestData();
  85. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^
  86. [yjavac] OrderRefundRequestData cannot be resolved to a type
  87. [yjavac] ----------
  88. [yjavac] 18. ERROR in /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/ext-fd/fdstorefront/src/com/freshdirect/hybris/fdstorefront/controllers/RefundsController.java (at line 55)
  89. [yjavac] OrderRefundRequestData refundRequestData=new OrderRefundRequestData();
  90. [yjavac] ^^^^^^^^^^^^^^^^^^^^^^
  91. [yjavac] OrderRefundRequestData cannot be resolved to a type
  92. [yjavac] ----------
  93. [yjavac] 18 problems (18 errors)
  94.  
  95. BUILD FAILED
  96. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/build.xml:24: The following error occurred while executing this line:
  97. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/compiling.xml:90: The following error occurred while executing this line:
  98. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/compiling.xml:135: The following error occurred while executing this line:
  99. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/util.xml:24: The following error occurred while executing this line:
  100. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/compiling.xml:142: The following error occurred while executing this line:
  101. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/compiling.xml:299: The following error occurred while executing this line:
  102. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/compiling.xml:330: The following error occurred while executing this line:
  103. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/compiling.xml:376: The following error occurred while executing this line:
  104. /Users/zaelab/dev/hybris-commerce-suite-5.3.0.0_original/hybris/bin/platform/resources/ant/util.xml:77: Compile failed; see the compiler error output for details.
  105.  
  106. Total time: 3 minutes 39 seconds
  107. kmac11-3:platform zaelab$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement