Guest User

Build error

a guest
Mar 4th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. Microsoft Windows [Version 6.3.9600]
  2. (c) 2013 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\abhinav\trunk>ant build all
  5. Buildfile: C:\Users\abhinav\trunk\build.xml
  6.  
  7. build:
  8.  
  9. build_base:
  10.  
  11. compile:
  12.  
  13. build:
  14.  
  15. build:
  16.  
  17. checkCompilerLevel:
  18.  
  19. checkVMLevel:
  20.  
  21. setInitialProperties:
  22.  
  23. init:
  24.  
  25. junit_check:
  26.  
  27. install_junit:
  28.  
  29. make-generated-dirs:
  30.  
  31. make-release-dirs:
  32.  
  33. ensuresanitystate:
  34.  
  35. setissane:
  36.  
  37. prebuild:
  38.  
  39. compile:
  40.  
  41. build:
  42.  
  43. setCompilerProperties:
  44.  
  45. printCompilerProperties:
  46. [setJdkProperties] Setting property java18compile.classpath to C:\Program Files\
  47. Java\jre1.8.0_31\lib\charsets.jar;C:\Program Files\Java\jre1.8.0_31\lib\deploy.j
  48. ar;C:\Program Files\Java\jre1.8.0_31\lib\javaws.jar;C:\Program Files\Java\jre1.8
  49. .0_31\lib\jce.jar;C:\Program Files\Java\jre1.8.0_31\lib\jfr.jar;C:\Program Files
  50. \Java\jre1.8.0_31\lib\jfxswt.jar;C:\Program Files\Java\jre1.8.0_31\lib\jsse.jar;
  51. C:\Program Files\Java\jre1.8.0_31\lib\management-agent.jar;C:\Program Files\Java
  52. \jre1.8.0_31\lib\plugin.jar;C:\Program Files\Java\jre1.8.0_31\lib\resources.jar;
  53. C:\Program Files\Java\jre1.8.0_31\lib\rt.jar;C:\Program Files\Java\jre1.8.0_31\l
  54. ib\tools.jar
  55.  
  56. printCompilerProperties:
  57.  
  58. jdbc4stubs:
  59.  
  60. felixStubs:
  61.  
  62. showenv:
  63. [echo]
  64. [echo] Ant environment:
  65. [echo] Base Directory: C:\Users\abhinav\trunk
  66. [echo] Build output: C:\Users\abhinav\trunk/classes
  67. [echo] Compiler: modern
  68. [echo] Sane = true
  69. [echo] Proceed = no
  70. [echo]
  71.  
  72. getstate:
  73.  
  74. state:
  75.  
  76. shared:
  77. [echo] building generated sanity info
  78.  
  79. compile:
  80.  
  81. shared:
  82.  
  83. engine:
  84.  
  85. engine:
  86.  
  87. compile_reference:
  88.  
  89. compile_authentication:
  90.  
  91. authentication:
  92.  
  93. compile_security:
  94.  
  95. security:
  96.  
  97. compile_io:
  98.  
  99. storage:
  100.  
  101. iapi:
  102.  
  103. compile_types:
  104.  
  105. compile_util:
  106.  
  107. compile_iapi_db:
  108. [javac] Compiling 1 source file to C:\Users\abhinav\trunk\classes
  109.  
  110. checkVMLevel:
  111.  
  112. compile_jdbc4:
  113.  
  114. compile_jdbc42:
  115.  
  116. compile:
  117.  
  118. compile:
  119.  
  120. checkVMLevel:
  121.  
  122. compile_iapi_services_io:
  123.  
  124. compile_iapi_services_io_jdk7:
  125.  
  126. compile:
  127.  
  128. compile_crypto:
  129.  
  130. compile:
  131.  
  132. compile:
  133.  
  134. compile_mbeans:
  135.  
  136. compile_database:
  137.  
  138. database:
  139.  
  140. compile_vti:
  141.  
  142. vti:
  143.  
  144. compile_agg:
  145.  
  146. agg:
  147.  
  148. compile_impl:
  149.  
  150. compile_impl_services:
  151.  
  152. compile_impl_io:
  153.  
  154. parser:
  155.  
  156. chkparser:
  157.  
  158. genParser:
  159.  
  160. compile:
  161. [javac] Compiling 1 source file to C:\Users\abhinav\trunk\classes
  162.  
  163. compile_impl_store:
  164.  
  165. compile:
  166.  
  167. compile:
  168.  
  169. checkVMLevel:
  170.  
  171. compile_jdbc4:
  172. [javac] Compiling 1 source file to C:\Users\abhinav\trunk\classes
  173. [javac] C:\Users\abhinav\trunk\java\engine\org\apache\derby\impl\jdbc\SQLExc
  174. eptionFactory.java:87: error: cannot find symbol
  175. [javac] ex = new DerbySQLIntegrityConstraintViolationExc
  176. eption (message, sqlState,
  177. [javac] ^
  178. [javac] symbol: class DerbySQLIntegrityConstraintViolationException
  179. [javac] location: class SQLExceptionFactory
  180. [javac] 1 error
  181.  
  182. BUILD FAILED
  183. C:\Users\abhinav\trunk\build.xml:611: The following error occurred while executi
  184. ng this line:
  185. C:\Users\abhinav\trunk\java\engine\build.xml:65: The following error occurred wh
  186. ile executing this line:
  187. C:\Users\abhinav\trunk\java\engine\org\apache\derby\impl\build.xml:43: The follo
  188. wing error occurred while executing this line:
  189. C:\Users\abhinav\trunk\java\engine\org\apache\derby\impl\jdbc\build.xml:52: Comp
  190. ile failed; see the compiler error output for details.
  191.  
  192. Total time: 5 seconds
Advertisement
Add Comment
Please, Sign In to add comment