Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 KB | None | 0 0
  1. ...
  2. compile:
  3. Duplicated project name in import. Project subfloor defined first in C:\Pentaho\
  4. target-build\bi-platform-assembly\build-res\subfloor.xml and again in C:\Pentaho
  5. \target-build\bi-platform-plugin-services\build-res\subfloor.xml
  6.  
  7. init:
  8. [mkdir] Created dir: C:\Pentaho\target-build\bi-platform-plugin-services\dis
  9. t
  10. [mkdir] Created dir: C:\Pentaho\target-build\bi-platform-plugin-services\lib
  11.  
  12. [mkdir] Created dir: C:\Pentaho\target-build\bi-platform-plugin-services\dev
  13. -lib
  14. [mkdir] Created dir: C:\Pentaho\target-build\bi-platform-plugin-services\tes
  15. t-lib
  16.  
  17. compile.pre:
  18.  
  19. compile.compile:
  20. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\build.xml:37: wa
  21. rning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; s
  22. et to false for repeatable builds
  23. [javac] Compiling 80 source files to C:\Pentaho\target-build\tomcat-pci-test
  24. \biserver-ce\tomcat\webapps\pentaho\WEB-INF\classes
  25. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  26. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  27. ec.java:35: package org.pentaho.metadata.query does not exist
  28. [javac] import org.pentaho.metadata.query.BaseMetadataQueryExec;
  29. [javac] ^
  30. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  31. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  32. ec.java:51: cannot find symbol
  33. [javac] symbol: class BaseMetadataQueryExec
  34. [javac] public class SqlMetadataQueryExec extends BaseMetadataQueryExec {
  35. [javac] ^
  36. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\plugin-mgr\src\o
  37. rg\pentaho\platform\plugin\services\pluginmgr\DefaultPluginManager.java:35: warn
  38. ing: [deprecation] org.pentaho.platform.api.engine.IFileInfoGenerator in org.pen
  39. taho.platform.api.engine has been deprecated
  40. [javac] import org.pentaho.platform.api.engine.IFileInfoGenerator;
  41. [javac] ^
  42. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\plugin-mgr\src\o
  43. rg\pentaho\platform\plugin\services\pluginmgr\DefaultPluginManager.java:553: war
  44. ning: [deprecation] org.pentaho.platform.api.engine.IFileInfoGenerator in org.pe
  45. ntaho.platform.api.engine has been deprecated
  46. [javac] private static IFileInfo getLegacyFileInfo(IFileInfoGenerator file
  47. InfoGenerator, IPentahoSession session,
  48. [javac] ^
  49. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\cache\src\org\pe
  50. ntaho\platform\plugin\services\cache\CacheManager.java:174: warning: [deprecatio
  51. n] createObject(java.lang.String) in org.pentaho.platform.engine.core.system.Pen
  52. tahoSystem has been deprecated
  53. [javac] Object obj = PentahoSystem.createObject(cacheProviderClassName);
  54.  
  55. [javac] ^
  56. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  57. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  58. ec.java:80: cannot find symbol
  59. [javac] symbol : method getMetadataDomainRepository()
  60. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  61. adata.sql.SqlMetadataQueryExec
  62. [javac] mappedQuery = sqlGenerator.generateSql(queryObject, LocaleHe
  63. lper.getLocale().toString(), getMetadataDomainRepository(), activeDatabaseMeta,
  64. parameters, true);
  65. [javac]
  66. ^
  67. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  68. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  69. ec.java:80: cannot find symbol
  70. [javac] symbol : variable parameters
  71. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  72. adata.sql.SqlMetadataQueryExec
  73. [javac] mappedQuery = sqlGenerator.generateSql(queryObject, LocaleHe
  74. lper.getLocale().toString(), getMetadataDomainRepository(), activeDatabaseMeta,
  75. parameters, true);
  76. [javac]
  77.  
  78. ^
  79. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  80. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  81. ec.java:88: cannot find symbol
  82. [javac] symbol : method getTimeout()
  83. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  84. adata.sql.SqlMetadataQueryExec
  85. [javac] Integer timeout = getTimeout();
  86. [javac] ^
  87. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  88. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  89. ec.java:93: cannot find symbol
  90. [javac] symbol : method getMaxRows()
  91. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  92. adata.sql.SqlMetadataQueryExec
  93. [javac] Integer maxRows = getMaxRows();
  94. [javac] ^
  95. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  96. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  97. ec.java:98: cannot find symbol
  98. [javac] symbol : method isReadOnly()
  99. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  100. adata.sql.SqlMetadataQueryExec
  101. [javac] Boolean readOnly = isReadOnly();
  102. [javac] ^
  103. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  104. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  105. ec.java:108: cannot find symbol
  106. [javac] symbol : method getDoQueryLog()
  107. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  108. adata.sql.SqlMetadataQueryExec
  109. [javac] if (getDoQueryLog()) {
  110. [javac] ^
  111. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  112. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  113. ec.java:117: cannot find symbol
  114. [javac] symbol : variable parameters
  115. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  116. adata.sql.SqlMetadataQueryExec
  117. [javac] sqlParams.add(parameters.get(param));
  118. [javac] ^
  119. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  120. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  121. ec.java:122: cannot find symbol
  122. [javac] symbol : method isForwardOnly()
  123. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  124. adata.sql.SqlMetadataQueryExec
  125. [javac] if (!isForwardOnly()) {
  126. [javac] ^
  127. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  128. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  129. ec.java:165: cannot find symbol
  130. [javac] symbol : variable inputs
  131. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  132. adata.sql.SqlMetadataQueryExec
  133. [javac] Object obj = inputs.get("forcedbdialect");
  134. [javac] ^
  135. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  136. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  137. ec.java:217: cannot find symbol
  138. [javac] symbol : constructor SimpleLogger(org.pentaho.platform.plugin.servi
  139. ces.connections.metadata.sql.SqlMetadataQueryExec)
  140. [javac] location: class org.pentaho.platform.util.logging.SimpleLogger
  141. [javac] SimpleLogger simpleLogger = new SimpleLogger(this);
  142. [javac] ^
  143. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  144. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  145. ec.java:230: cannot find symbol
  146. [javac] symbol : constructor SimpleLogger(org.pentaho.platform.plugin.servi
  147. ces.connections.metadata.sql.SqlMetadataQueryExec)
  148. [javac] location: class org.pentaho.platform.util.logging.SimpleLogger
  149. [javac] SimpleLogger simpleLogger = new SimpleLogger(this);
  150. [javac] ^
  151. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  152. org\pentaho\platform\plugin\services\connections\metadata\sql\SqlMetadataQueryEx
  153. ec.java:262: cannot find symbol
  154. [javac] symbol : variable inputs
  155. [javac] location: class org.pentaho.platform.plugin.services.connections.met
  156. adata.sql.SqlMetadataQueryExec
  157. [javac] String inputClass = (String) inputs.get("sqlgenerator");
  158. [javac] ^
  159. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\connections\src\
  160. org\pentaho\platform\plugin\services\connections\mondrian\MDXResultSet.java:199:
  161. warning: [deprecation] getRowHeaders() in org.pentaho.commons.connection.IPenta
  162. hoMetaData has been deprecated
  163. [javac] Object rowHeaders[][] = metadata.getRowHeaders();
  164. [javac] ^
  165. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\plugin-mgr\src\o
  166. rg\pentaho\platform\plugin\services\pluginmgr\PluginResourceLoader.java:162: war
  167. ning: [deprecation] getPluginAbsPath() in org.pentaho.platform.plugin.services.p
  168. luginmgr.PluginClassLoader has been deprecated
  169. [javac] return new File(((PluginClassLoader) classLoader).getPluginAbs
  170. Path());
  171. [javac] ^
  172. [javac] C:\Pentaho\target-build\bi-platform-plugin-services\plugin-mgr\src\o
  173. rg\pentaho\platform\plugin\services\pluginmgr\PluginResourceLoader.java:248: war
  174. ning: [deprecation] toURL() in java.io.File has been deprecated
  175. [javac] urls.add(((File) fileIter.next()).toURL());
  176. [javac] ^
  177. [javac] Note: Some input files use unchecked or unsafe operations.
  178. [javac] Note: Recompile with -Xlint:unchecked for details.
  179. [javac] 14 errors
  180. [javac] 6 warnings
  181.  
  182. BUILD FAILED
  183. C:\Pentaho\build.xml.cbf-3.7:291: The following error occurred while executing t
  184. his line:
  185. C:\Pentaho\target-build\bi-platform-build\dev_build.xml:157: The following error
  186. occurred while executing this line:
  187. C:\Pentaho\target-build\bi-platform-build\dev_build.xml:159: The following error
  188. occurred while executing this line:
  189. C:\Pentaho\target-build\bi-platform-plugin-services\build.xml:37: Compile failed
  190. ; see the compiler error output for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement