Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  1. compile:
  2. [echo] Building at: com.ehc.plugins.webservices at /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices
  3. [mkdir] Created dir: /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/build/classes
  4. [javac] Compiling 8 source files to /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/build/classes
  5. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:15: package com.ehc.plugins.util.xml does not exist
  6. [javac] import com.ehc.plugins.util.xml.XMLCache;
  7. [javac] ^
  8. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:16: package com.ehc.plugins.util.xml does not exist
  9. [javac] import com.ehc.plugins.util.xml.XMLDocument;
  10. [javac] ^
  11. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:17: package com.ehc.plugins.util.xml does not exist
  12. [javac] import com.ehc.plugins.util.xml.XMLHelper;
  13. [javac] ^
  14. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:63: cannot find symbol
  15. [javac] symbol : class XMLDocument
  16. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  17. [javac] protected static XMLDocument invokeEBSCOWebService(String serviceURL, String profile, String password, String authenticationType, String ipProf, Map<String, String> otherParameters, long timeToLive) {
  18. [javac] ^
  19. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:119: cannot find symbol
  20. [javac] symbol : class XMLDocument
  21. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  22. [javac] public static XMLDocument getInfo(String profile, String password, String authenticationType, String ipProf, String timeToLive) {
  23. [javac] ^
  24. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:147: cannot find symbol
  25. [javac] symbol : class XMLDocument
  26. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  27. [javac] public static XMLDocument getInfo(String authenticationType, String ipProf, String timeToLive) {
  28. [javac] ^
  29. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:173: cannot find symbol
  30. [javac] symbol : class XMLDocument
  31. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  32. [javac] public static XMLDocument getBrowse(String profile, String password, String authenticationType, String ipProf, String term, String numrec, String db, String index, String timeToLive) {
  33. [javac] ^
  34. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:246: cannot find symbol
  35. [javac] symbol : class XMLDocument
  36. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  37. [javac] public static XMLDocument getBrowse(String profile, String password, String authenticationType, String ipProf, String term, String db, String index, String timeToLive) {
  38. [javac] ^
  39. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:263: cannot find symbol
  40. [javac] symbol : class XMLDocument
  41. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  42. [javac] public static XMLDocument getBrowse(String authenticationType, String ipProf, String term, String numrec, String db, String index, String timeToLive) {
  43. [javac] ^
  44. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:287: cannot find symbol
  45. [javac] symbol : class XMLDocument
  46. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  47. [javac] public static XMLDocument getBrowse(String authenticationType, String ipProf, String term, String db, String index, String timeToLive) {
  48. [javac] ^
  49. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:309: cannot find symbol
  50. [javac] symbol : class XMLDocument
  51. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  52. [javac] public static XMLDocument getSearch(String profile, String password, String authenticationType, String ipProf, String query, String startrec, String numrec, String db, String format, String sort, String subset, String timeToLive) {
  53. [javac] ^
  54. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:396: cannot find symbol
  55. [javac] symbol : class XMLDocument
  56. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  57. [javac] public static XMLDocument getSearch(String profile, String password, String authenticationType, String ipProf, String query, String db, String timeToLive) {
  58. [javac] ^
  59. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:416: cannot find symbol
  60. [javac] symbol : class XMLDocument
  61. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  62. [javac] public static XMLDocument getSearch(String authenticationType, String ipProf, String query, String startrec, String numrec, String db, String format, String sort, String subset, String timeToLive) {
  63. [javac] ^
  64. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:438: cannot find symbol
  65. [javac] symbol : class XMLDocument
  66. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  67. [javac] public static XMLDocument getSearch(String authenticationType, String ipProf, String query, String db, String timeToLive) {
  68. [javac] ^
  69. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:462: cannot find symbol
  70. [javac] symbol : class XMLDocument
  71. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  72. [javac] public static XMLDocument getSearchByLetter(String profile, String password, String authenticationType, String ipProf, String query, String startrec, String numrec, String db, String format, String sort, String subset, String timeToLive, String letter) {
  73. [javac] ^
  74. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:576: cannot find symbol
  75. [javac] symbol : class XMLDocument
  76. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  77. [javac] public static XMLDocument getSearchByLetter(String authenticationType, String ipProf, String query, String startrec, String numrec, String db, String format, String sort, String subset, String timeToLive, String letter) {
  78. [javac] ^
  79. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:610: cannot find symbol
  80. [javac] symbol : class XMLDocument
  81. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  82. [javac] public static XMLDocument getAuthoritySearch(String profile, String password, String authenticationType, String ipProf, String query, String startrec, String numrec, String mode, String db, String format, String sort, String timeToLive) {
  83. [javac] ^
  84. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:699: cannot find symbol
  85. [javac] symbol : class XMLDocument
  86. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  87. [javac] public static XMLDocument getAuthoritySearch(String profile, String password, String authenticationType, String ipProf, String query, String db, String timeToLive) {
  88. [javac] ^
  89. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:722: cannot find symbol
  90. [javac] symbol : class XMLDocument
  91. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  92. [javac] public static XMLDocument getAuthoritySearch(String authenticationType, String ipProf, String query, String startrec, String numrec, String mode, String db, String format, String sort, String timeToLive) {
  93. [javac] ^
  94. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:747: cannot find symbol
  95. [javac] symbol : class XMLDocument
  96. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  97. [javac] public static XMLDocument getAuthoritySearch(String authenticationType, String ipProf, String query, String db, String timeToLive) {
  98. [javac] ^
  99. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:769: cannot find symbol
  100. [javac] symbol : class XMLDocument
  101. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  102. [javac] protected static XMLDocument recursiveAuthoritySearchByLetter(String letter, String db, String lastTerm, List<Node> xPathNodes, String xPathEachRecord, String termAttribute, String xPathRecordList) {
  103. [javac] ^
  104. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:817: cannot find symbol
  105. [javac] symbol : class XMLDocument
  106. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  107. [javac] public static XMLDocument authoritySearchByLetter(String letter, String db, String xPathEachRecord, String termAttribute, String xPathRecordList) {
  108. [javac] ^
  109. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:836: cannot find symbol
  110. [javac] symbol : class XMLDocument
  111. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  112. [javac] protected static XMLDocument recursiveAuthoritySearchAll(String lastTerm, String db, List<Node> xPathNodes, String xPathEachRecord, String termAttribute, String xPathRecordList) {
  113. [javac] ^
  114. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:871: cannot find symbol
  115. [javac] symbol : class XMLDocument
  116. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  117. [javac] public static XMLDocument authoritySearchAll(String db, String xPathEachRecord, String termAttribute, String xPathRecordList) {
  118. [javac] ^
  119. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:15: package com.ehc.plugins.util.xml does not exist
  120. [javac] import com.ehc.plugins.util.xml.XMLCache;
  121. [javac] ^
  122. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:16: package com.ehc.plugins.util.xml does not exist
  123. [javac] import com.ehc.plugins.util.xml.XMLDocument;
  124. [javac] ^
  125. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:17: package com.ehc.plugins.util.xml does not exist
  126. [javac] import com.ehc.plugins.util.xml.XMLHelper;
  127. [javac] ^
  128. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:37: cannot find symbol
  129. [javac] symbol : class XMLDocument
  130. [javac] location: class com.ehc.plugins.webservices.restclient.RESTClient
  131. [javac] public XMLDocument getResponse(String serviceURL, Map<String, String> parameters, long timeToLive) throws Exception {
  132. [javac] ^
  133. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:48: cannot find symbol
  134. [javac] symbol : variable XMLCache
  135. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  136. [javac] XMLCache.clearCache();
  137. [javac] ^
  138. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:66: cannot find symbol
  139. [javac] symbol : class XMLDocument
  140. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  141. [javac] XMLDocument result = null;
  142. [javac] ^
  143. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:98: cannot find symbol
  144. [javac] symbol : class XMLDocument
  145. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  146. [javac] XMLDocument response = client.getResponse(serviceURL, otherParameters, timeToLive);
  147. [javac] ^
  148. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:99: cannot find symbol
  149. [javac] symbol : variable XMLHelper
  150. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  151. [javac] Logger.debug(EbscoREST.class, "Recieved response. Resposne is: " + XMLHelper.xmlToString(response));
  152. [javac] ^
  153. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:530: cannot find symbol
  154. [javac] symbol : class XMLDocument
  155. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  156. [javac] XMLDocument ebscoXml = invokeEBSCOWebService(APILocator.getPluginAPI().loadProperty("com.ehc.plugins.webservices","EBSCO_SEARCH_SERVICE_URL"), profile, password, authenticationType, ipProf, otherParameters, longTimeToLive);
  157. [javac] ^
  158. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:545: cannot find symbol
  159. [javac] symbol : variable XMLHelper
  160. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  161. [javac] xPathNodes = XMLHelper.getNodesByXPath(xPathForRecord, ebscoXml);
  162. [javac] ^
  163. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:548: cannot find symbol
  164. [javac] symbol : class XMLDocument
  165. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  166. [javac] XMLDocument finalResults = XMLHelper.replaceNodesByXPath(xPathBeforeRecord, ebscoXml, xPathNodes);
  167. [javac] ^
  168. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:548: cannot find symbol
  169. [javac] symbol : variable XMLHelper
  170. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  171. [javac] XMLDocument finalResults = XMLHelper.replaceNodesByXPath(xPathBeforeRecord, ebscoXml, xPathNodes);
  172. [javac] ^
  173. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:549: cannot find symbol
  174. [javac] symbol : variable XMLHelper
  175. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  176. [javac] Logger.debug(EbscoREST.class, "XML after getting letter '" + letter + "' results: " + XMLHelper.xmlToString(ebscoXml));
  177. [javac] ^
  178. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:774: cannot find symbol
  179. [javac] symbol : class XMLDocument
  180. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  181. [javac] XMLDocument ebscoXml = getAuthoritySearch("", "", lastTerm, "1", "200", "alphabetic", db, null, null, "100");
  182. [javac] ^
  183. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:776: cannot find symbol
  184. [javac] symbol : variable XMLHelper
  185. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  186. [javac] xPathNodes.addAll(XMLHelper.getNodesByXPath(xPathEachRecord, ebscoXml));
  187. [javac] ^
  188. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:793: cannot find symbol
  189. [javac] symbol : variable XMLHelper
  190. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  191. [javac] return XMLHelper.replaceNodesByXPath(xPathRecordList, ebscoXml, xPathNodes);
  192. [javac] ^
  193. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:797: cannot find symbol
  194. [javac] symbol : variable XMLHelper
  195. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  196. [javac] return XMLHelper.replaceNodesByXPath(xPathRecordList, ebscoXml, xPathNodes);
  197. [javac] ^
  198. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:840: cannot find symbol
  199. [javac] symbol : class XMLDocument
  200. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  201. [javac] XMLDocument ebscoXml = getAuthoritySearch("", "", lastTerm, "1", "200", "alphabetic", db, null, null, "100");
  202. [javac] ^
  203. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:841: cannot find symbol
  204. [javac] symbol : variable XMLHelper
  205. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  206. [javac] xPathNodes.addAll(XMLHelper.getNodesByXPath(xPathEachRecord, ebscoXml));
  207. [javac] ^
  208. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/ebsco/EbscoREST.java:852: cannot find symbol
  209. [javac] symbol : variable XMLHelper
  210. [javac] location: class com.ehc.plugins.webservices.ebsco.EbscoREST
  211. [javac] return XMLHelper.replaceNodesByXPath(xPathRecordList, ebscoXml, xPathNodes);
  212. [javac] ^
  213. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:38: cannot find symbol
  214. [javac] symbol : class XMLDocument
  215. [javac] location: class com.ehc.plugins.webservices.restclient.RESTClient
  216. [javac] XMLDocument result = null;
  217. [javac] ^
  218. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:75: cannot find symbol
  219. [javac] symbol : variable XMLCache
  220. [javac] location: class com.ehc.plugins.webservices.restclient.RESTClient
  221. [javac] String xmlResult = XMLCache.getXml(stringUrl);
  222. [javac] ^
  223. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:82: cannot find symbol
  224. [javac] symbol : class XMLDocument
  225. [javac] location: class com.ehc.plugins.webservices.restclient.RESTClient
  226. [javac] result = new XMLDocument();
  227. [javac] ^
  228. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:98: cannot find symbol
  229. [javac] symbol : variable XMLHelper
  230. [javac] location: class com.ehc.plugins.webservices.restclient.RESTClient
  231. [javac] XMLCache.addXml(stringUrl, XMLHelper.xmlToString(result), result.getTtl());
  232. [javac] ^
  233. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:98: cannot find symbol
  234. [javac] symbol : variable XMLCache
  235. [javac] location: class com.ehc.plugins.webservices.restclient.RESTClient
  236. [javac] XMLCache.addXml(stringUrl, XMLHelper.xmlToString(result), result.getTtl());
  237. [javac] ^
  238. [javac] /mnt/wwwroot/dotcms19/plugins/com.ehc.plugins.webservices/src/com/ehc/plugins/webservices/restclient/RESTClient.java:102: cannot find symbol
  239. [javac] symbol : variable XMLHelper
  240. [javac] location: class com.ehc.plugins.webservices.restclient.RESTClient
  241. [javac] result = XMLHelper.stringToXml(xmlResult);
  242. [javac] ^
  243. [javac] 50 errors
  244.  
  245. BUILD FAILED
  246. /mnt/wwwroot/dotcms19/build.xml:596: The following error occurred while executing this line:
  247. /mnt/wwwroot/dotcms19/build.xml:589: The following error occurred while executing this line:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement