Advertisement
Guest User

Untitled

a guest
May 15th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. > Task :pis-commons:compileJava
  2. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/dto/user/UserAccountDto.java:38: error: UserAccountDto is not abstract and does not override abstract method getPassword() in UserDetails
  3. public class UserAccountDto extends AuditTrailDto implements Serializable, UserDetails {
  4. ^
  5. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/dto/user/UserAccountDto.java:101: error: cannot find symbol
  6. return Arrays.asList(new SimpleGrantedAuthority(getType()));
  7. ^
  8. symbol: method getType()
  9. location: class UserAccountDto
  10. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/dto/user/UserAccountDto.java:107: error: cannot find symbol
  11. return getProfile().getEmail();
  12. ^
  13. symbol: method getProfile()
  14. location: class UserAccountDto
  15. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/dto/user/UserAccountDto.java:131: error: cannot find symbol
  16. return isActive();
  17. ^
  18. symbol: method isActive()
  19. location: class UserAccountDto
  20. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/DrugExcelImporter.java:64: error: cannot find symbol
  21. drugProfile.setCreatedBy(userId);
  22. ^
  23. symbol: method setCreatedBy(String)
  24. location: variable drugProfile of type DrugProfileDto
  25. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/DrugExcelImporter.java:71: error: cannot find symbol
  26. drugProfile.setBrand((String) getCellValue(nextCell));
  27. ^
  28. symbol: method setBrand(String)
  29. location: variable drugProfile of type DrugProfileDto
  30. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/DrugExcelImporter.java:74: error: cannot find symbol
  31. drugProfile.setGeneric((String) getCellValue(nextCell));
  32. ^
  33. symbol: method setGeneric(String)
  34. location: variable drugProfile of type DrugProfileDto
  35. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/DrugExcelImporter.java:77: error: cannot find symbol
  36. drugProfile.setDosageStrength(String.valueOf(getCellValue(nextCell)));
  37. ^
  38. symbol: method setDosageStrength(String)
  39. location: variable drugProfile of type DrugProfileDto
  40. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/DrugExcelImporter.java:80: error: cannot find symbol
  41. drugProfile.setDosageForm((String) getCellValue(nextCell));
  42. ^
  43. symbol: method setDosageForm(String)
  44. location: variable drugProfile of type DrugProfileDto
  45. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/DrugExcelImporter.java:83: error: cannot find symbol
  46. drugProfile.setIndication((String) getCellValue(nextCell));
  47. ^
  48. symbol: method setIndication(String)
  49. location: variable drugProfile of type DrugProfileDto
  50. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/SpecializationExcelImporter.java:59: error: cannot find symbol
  51. specialization.setCreatedBy(userId);
  52. ^
  53. symbol: method setCreatedBy(String)
  54. location: variable specialization of type SpecializationDto
  55. /home/jenkins/jobs/pis/workspace/pis/pis-commons/src/main/java/com/tst/util/SpecializationExcelImporter.java:66: error: cannot find symbol
  56. specialization.setName((String) getCellValue(nextCell));
  57. ^
  58. symbol: method setName(String)
  59. location: variable specialization of type SpecializationDto
  60. Note: Some input files use or override a deprecated API.
  61. Note: Recompile with -Xlint:deprecation for details.
  62. 12 errors
  63.  
  64. > Task :pis-commons:compileJava FAILED
  65.  
  66. FAILURE: Build failed with an exception.
  67.  
  68. * What went wrong:
  69. Execution failed for task ':pis-commons:compileJava'.
  70. > Compilation failed; see the compiler error output for details.
  71.  
  72. * Try:
  73. 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.
  74.  
  75. * Get more help at https://help.gradle.org
  76.  
  77. BUILD FAILED in 11s
  78. 10 actionable tasks: 10 executed
  79. Build step 'Invoke Gradle script' changed build result to FAILURE
  80. Build step 'Invoke Gradle script' marked build as failure
  81. Sending e-mails to: john.babiera@safesat.com.ph kristerian@satellite.com.ph kate@totalsofttech.com.ph virgel.nemiz@safesat.com.ph shallemae.cabangon@safesat.com.ph jean.besa@safesat.com.ph bim.collin@safesat.com.ph charmaine.ballener@safesat.com.ph
  82. Started calculate disk usage of build
  83. Finished Calculation of disk usage of build in 0 seconds
  84. Started calculate disk usage of workspace
  85. Finished Calculation of disk usage of workspace in 0 seconds
  86. Email was triggered for: Always
  87. Sending email for trigger: Always
  88. Sending email to: john.babiera@safesat.com.ph kristerian@satellite.com.ph kate@totalsofttech.com.ph virgel.nemiz@safesat.com.ph shallemae.cabangon@safesat.com.ph jean.besa@safesat.com.ph bim.collin@safesat.com.ph charmaine.ballener@safesat.com.ph
  89. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement