tthtlc

Ringo's "ant test" output

Dec 28th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.92 KB | None | 0 0
  1. ant test
  2. Buildfile: build.xml
  3.  
  4. init:
  5.  
  6. compile:
  7.  
  8. jar:
  9.  
  10. test:
  11. [java] ================================================================================
  12. [java] + Running testAssert ...
  13. [java] + Running testOk ... PASSED (12 ms)
  14. [java] + Running testEqual ... PASSED (3 ms)
  15. [java] + Running testNotEqual ... PASSED (11 ms)
  16. [java] + Running testDeepEqual ... PASSED (25 ms)
  17. [java] + Running testNotDeepEqual ... PASSED (3 ms)
  18. [java] + Running testStrictEqual ... PASSED (2 ms)
  19. [java] + Running testNotStrictEqual ... PASSED (3 ms)
  20. [java] + Running testThrows ... PASSED (11 ms)
  21. [java] + Running testIsTrue ... PASSED (0 ms)
  22. [java] + Running testIsFalse ... PASSED (1 ms)
  23. [java] + Running testIsNull ... PASSED (4 ms)
  24. [java] + Running testIsNotNull ... PASSED (3 ms)
  25. [java] + Running testIsUndefined ... PASSED (5 ms)
  26. [java] + Running testIsNotUndefined ... PASSED (1 ms)
  27. [java] + Running testIsNaN ... PASSED (2 ms)
  28. [java] + Running testIsNotNaN ... PASSED (1 ms)
  29. [java] + Running testStringContains ... PASSED (10 ms)
  30. [java] + Running testMatches ... PASSED (6 ms)
  31. [java] + Running testDumpObject ... PASSED (0 ms)
  32. [java] + Running testDumpSimpleArray ... PASSED (5 ms)
  33. [java] + Running testDumpMultiDimensionalArray ... PASSED (1 ms)
  34. [java] + Running testDumpMixedArray ... PASSED (1 ms)
  35. [java] + Running testDumpString ... PASSED (0 ms)
  36. [java] + Running testDumpNumber ... PASSED (0 ms)
  37. [java] + Running testDumpNaN ... PASSED (0 ms)
  38. [java] + Running testDumpBoolean ... PASSED (0 ms)
  39. [java] + Running testDumpDate ... PASSED (1 ms)
  40. [java] + Running testDumpRegExp ... PASSED (0 ms)
  41. [java] + Running testDumpFunction ... PASSED (1 ms)
  42. [java] + Running testAssertCommonJs ...
  43. [java] + Running test AssertionError instanceof Error ... PASSED (1 ms)
  44. [java] + Running test ok false ... PASSED (1 ms)
  45. [java] + Running test ok(true) ... PASSED (0 ms)
  46. [java] + Running test ok("test") ... PASSED (0 ms)
  47. [java] + Running test equal true false ... PASSED (4 ms)
  48. [java] + Running test equal null null ... PASSED (0 ms)
  49. [java] + Running test equal undefined undefined ... PASSED (0 ms)
  50. [java] + Running test equal null undefined ... PASSED (0 ms)
  51. [java] + Running test equal 2 "2" ... PASSED (0 ms)
  52. [java] + Running test equal "2" 2 ... PASSED (0 ms)
  53. [java] + Running test equal true true ... PASSED (0 ms)
  54. [java] + Running test notEqual true false ... PASSED (0 ms)
  55. [java] + Running test notEqual true true ... PASSED (2 ms)
  56. [java] + Running test strictEqual 2 "2" ... PASSED (3 ms)
  57. [java] + Running test strictEqual null undefined ... PASSED (1 ms)
  58. [java] + Running test notStrictEqual 2 "2" ... PASSED (0 ms)
  59. [java] + Running test 7.2 deepEqual date ... PASSED (0 ms)
  60. [java] + Running test 7.2 deepEqual date negative ... PASSED (1 ms)
  61. [java] + Running test 7.3 deepEqual 4 "4" ... PASSED (0 ms)
  62. [java] + Running test 7.3 deepEqual "4" 4 ... PASSED (0 ms)
  63. [java] + Running test 7.3 deepEqual true 1 ... PASSED (0 ms)
  64. [java] + Running test 7.3 deepEqual 4 "5" ... PASSED (1 ms)
  65. [java] + Running test 7.4 deepEqual {a:4} {a:4} ... PASSED (0 ms)
  66. [java] + Running test 7.4 deepEqual {a:4,b:"2"} {a:4,b:"2"} ... PASSED (1 ms)
  67. [java] + Running test 7.4 deepEqual [4] ["4"] ... PASSED (0 ms)
  68. [java] + Running test 7.4 deepEqual {a:4} {a:4,b:true} ... PASSED (1 ms)
  69. [java] + Running test deepEqual {a:4,b:"1"} {b:"1",a:4} ... PASSED (1 ms)
  70. [java] + Running test deepEqual arrays with non-numeric properties ... PASSED (2 ms)
  71. [java] + Running test deepEqual identical prototype ... PASSED (4 ms)
  72. [java] + Running test deepEqual "a" {} ... PASSED (3 ms)
  73. [java] + Running test deepEqual "" "" ... PASSED (0 ms)
  74. [java] + Running test deepEqual [""] [""] ... PASSED (0 ms)
  75. [java] + Running test throw AssertionError ... PASSED (17 ms)
  76. [java] + Running testBase64 ...
  77. [java] + Running testEncodeDecode ... PASSED (7 ms)
  78. [java] + Running testArgs ...
  79. [java] + Running testBasic ... PASSED (19 ms)
  80. [java] + Running testBuffer ...
  81. [java] + Running testWrite ... PASSED (1 ms)
  82. [java] + Running testWriteln ... PASSED (0 ms)
  83. [java] + Running testForEach ... PASSED (1 ms)
  84. [java] + Running testDigest ... PASSED (6 ms)
  85. [java] + Running testLength ... PASSED (0 ms)
  86. [java] + Running testEncoding ...
  87. [java] + Running testEncoder ... PASSED (1 ms)
  88. [java] + Running testSmallEncoder ... PASSED (1 ms)
  89. [java] + Running testStreamEncoder ... PASSED (1 ms)
  90. [java] + Running testDecoder ... PASSED (1 ms)
  91. [java] + Running testDecoderSmall ... PASSED (1 ms)
  92. [java] + Running testStreamDecoder ... PASSED (1 ms)
  93. [java] + Running testStreamDecoderReadLine ... PASSED (2 ms)
  94. [java] + Running testStreamDecoderReadLineShort ... PASSED (4 ms)
  95. [java] + Running testEvents ...
  96. [java] + Running testConstructor ... PASSED (3 ms)
  97. [java] + Running testMixin ... PASSED (1 ms)
  98. [java] + Running testPromise ...
  99. [java] + Running testPromiseList ... PASSED (27 ms)
  100. [java] + Running testSubprocess ...
  101. [java] + Running testCwdSensibleness ... PASSED (13 ms)
  102. [java] + Running testArrays ...
  103. [java] + Running testAssertTrue ... PASSED (1 ms)
  104. [java] + Running testArrayIndexOf ... PASSED (2 ms)
  105. [java] + Running testArrayLastIndexOf ... PASSED (2 ms)
  106. [java] + Running testArrayContains ... PASSED (1 ms)
  107. [java] + Running testArrayUnion ... PASSED (6 ms)
  108. [java] + Running testArrayIntersection ... PASSED (13 ms)
  109. [java] + Running testFiles ...
  110. [java] + Running testResolveUri ... PASSED (2 ms)
  111. [java] + Running testResolveId ... PASSED (1 ms)
  112. [java] + Running testCreateTempFile ... PASSED (6 ms)
  113. [java] + Running testObjects ...
  114. [java] + Running testMerge ... PASSED (11 ms)
  115. [java] + Running testStrings ...
  116. [java] + Running testIsDateFormat ... PASSED (2 ms)
  117. [java] + Running testToDate ... PASSED (3 ms)
  118. [java] + Running testIsUrl ... PASSED (2 ms)
  119. [java] + Running testIsFileName ... PASSED (0 ms)
  120. [java] + Running testToFileName ... PASSED (0 ms)
  121. [java] + Running testIsHexColor ... PASSED (0 ms)
  122. [java] + Running testToHexColor ... PASSED (0 ms)
  123. [java] + Running testIsAlphanumeric ... PASSED (0 ms)
  124. [java] + Running testToAlphanumeric ... PASSED (0 ms)
  125. [java] + Running testIsAlpha ... PASSED (0 ms)
  126. [java] + Running testIsNumeric ... PASSED (0 ms)
  127. [java] + Running testToCamelCase ... PASSED (1 ms)
  128. [java] + Running testToDashes ... PASSED (5 ms)
  129. [java] + Running testToUnderscores ... PASSED (0 ms)
  130. [java] + Running testCapitalize ... PASSED (0 ms)
  131. [java] + Running testTitleize ... PASSED (1 ms)
  132. [java] + Running testEntitize ... PASSED (0 ms)
  133. [java] + Running testGroup ... PASSED (0 ms)
  134. [java] + Running testUnwrap ... PASSED (0 ms)
  135. [java] + Running testDigest ... PASSED (1 ms)
  136. [java] + Running testRepeat ... PASSED (0 ms)
  137. [java] + Running testStartsWith ... PASSED (0 ms)
  138. [java] + Running testEndsWith ... PASSED (0 ms)
  139. [java] + Running testPad ... PASSED (0 ms)
  140. [java] + Running testContains ... PASSED (0 ms)
  141. [java] + Running testGetCommonPrefix ... PASSED (0 ms)
  142. [java] + Running testIsEmail ... PASSED (5 ms)
  143. [java] + Running testCount ... PASSED (0 ms)
  144. [java] + Running testB64Encode ... PASSED (1 ms)
  145. [java] + Running testB64Decode ... PASSED (0 ms)
  146. [java] + Running testB64EncodeDecode ... PASSED (6 ms)
  147. [java] + Running testStripTags ... PASSED (0 ms)
  148. [java] + Running testEscapeHtml ... PASSED (0 ms)
  149. [java] + Running testEscapeRegExp ... PASSED (2 ms)
  150. [java] + Running testSorter ... PASSED (0 ms)
  151. [java] + Running testCompose ... PASSED (0 ms)
  152. [java] + Running testRandom ... PASSED (2 ms)
  153. [java] + Running testJoin ... PASSED (0 ms)
  154. [java] + Running testFormat ... PASSED (1 ms)
  155. [java] + Running testDates ...
  156. [java] + Running testIsLeapYear_DaysInFebruary_DaysInYear_DaysInMonth ... PASSED (45 ms)
  157. [java] + Running testAdd ... PASSED (12 ms)
  158. [java] + Running testBefore_After_Compare ... PASSED (0 ms)
  159. [java] + Running testFirstDayOfWeek ... PASSED (2 ms)
  160. [java] + Running testQuarterInYear ... PASSED (0 ms)
  161. [java] + Running testQuarterInFiscalYear ... PASSED (2 ms)
  162. [java] + Running testDiff ... PASSED (6 ms)
  163. [java] + Running testOverlapping ... PASSED (1 ms)
  164. [java] + Running testInPeriod ... PASSED (2 ms)
  165. [java] + Running testResetTime ... PASSED (0 ms)
  166. [java] + Running testResetDate ... PASSED (0 ms)
  167. [java] + Running testSecondsOfDay ... PASSED (0 ms)
  168. [java] + Running testDayOfYear ... PASSED (1 ms)
  169. [java] + Running testWeekOfMonth ... PASSED (2 ms)
  170. [java] + Running testWeekOfYear ... PASSED (7 ms)
  171. [java] + Running testYearInCentury ... PASSED (0 ms)
  172. [java] + Running testDaysInMonth ... PASSED (2 ms)
  173. [java] + Running testFromUTCDate ... PASSED (0 ms)
  174. [java] + Running testCheckDate ... PASSED (3 ms)
  175. [java] + Running testParse ... PASSED (9 ms)
  176. [java] + Running testToISOString ... PASSED (17 ms)
  177. [java] + Running testHttp ...
  178. [java] + Running testUrlEncode ... PASSED (0 ms)
  179. [java] + Running testFile ...
  180. [java] + Running testDirname ...
  181. [java] + Running test "" ... PASSED (0 ms)
  182. [java] + Running test "." ... PASSED (0 ms)
  183. [java] + Running test "foo" ... PASSED (0 ms)
  184. [java] + Running test "foo/bar" ... PASSED (0 ms)
  185. [java] + Running testExtension ...
  186. [java] + Running test "" ... PASSED (0 ms)
  187. [java] + Running test "." ... PASSED (0 ms)
  188. [java] + Running test ".." ... PASSED (0 ms)
  189. [java] + Running test ".a" ... PASSED (0 ms)
  190. [java] + Running test "..a" ... PASSED (0 ms)
  191. [java] + Running test ".a.b" ... PASSED (0 ms)
  192. [java] + Running test "a.b" ... PASSED (0 ms)
  193. [java] + Running test "a.b.c" ... PASSED (0 ms)
  194. [java] + Running test "/" ... PASSED (0 ms)
  195. [java] + Running test "/." ... PASSED (0 ms)
  196. [java] + Running test "/.." ... PASSED (1 ms)
  197. [java] + Running test "/..a" ... PASSED (0 ms)
  198. [java] + Running test "/.a.b" ... PASSED (0 ms)
  199. [java] + Running test "/a.b" ... PASSED (0 ms)
  200. [java] + Running test "/a.b.c" ... PASSED (0 ms)
  201. [java] + Running test "foo/" ... PASSED (0 ms)
  202. [java] + Running test "foo/." ... PASSED (0 ms)
  203. [java] + Running test "foo/.." ... PASSED (0 ms)
  204. [java] + Running test "foo/..a" ... PASSED (0 ms)
  205. [java] + Running test "foo/.a.b" ... PASSED (0 ms)
  206. [java] + Running test "foo/a.b" ... PASSED (0 ms)
  207. [java] + Running test "foo/a.b.c" ... PASSED (0 ms)
  208. [java] + Running test "/foo/" ... PASSED (0 ms)
  209. [java] + Running test "/foo/." ... PASSED (0 ms)
  210. [java] + Running test "/foo/.." ... PASSED (0 ms)
  211. [java] + Running test "/foo/..a" ... PASSED (0 ms)
  212. [java] + Running test "/foo/.a.b" ... PASSED (0 ms)
  213. [java] + Running test "/foo/a.b" ... PASSED (0 ms)
  214. [java] + Running test "/foo/a.b.c" ... PASSED (0 ms)
  215. [java] + Running testIsAbsolute ...
  216. [java] + Running testIsAbsolute ... PASSED (1 ms)
  217. [java] + Running testIterator ...
  218. [java] + Running testPrintReadLine ... PASSED (3 ms)
  219. [java] + Running testPrintReadLineChain ... PASSED (8 ms)
  220. [java] + Running testReadLines ... PASSED (2 ms)
  221. [java] + Running testForEach ... PASSED (2 ms)
  222. [java] + Running testNext ... PASSED (2 ms)
  223. [java] + Running testIterator ... PASSED (4 ms)
  224. [java] + Running testNormal ...
  225. [java] + Running test "" ... PASSED (1 ms)
  226. [java] + Running test "." ... PASSED (0 ms)
  227. [java] + Running test "./" ... PASSED (0 ms)
  228. [java] + Running test "../" ... PASSED (0 ms)
  229. [java] + Running test "../a" ... PASSED (0 ms)
  230. [java] + Running test "../a/" ... PASSED (0 ms)
  231. [java] + Running test "a/.." ... PASSED (1 ms)
  232. [java] + Running test "a/../" ... PASSED (0 ms)
  233. [java] + Running test "a/../b" ... PASSED (0 ms)
  234. [java] + Running test "a/../b/" ... PASSED (0 ms)
  235. [java] + Running testRelative ...
  236. [java] + Running test "" -> "" = "" ... PASSED (0 ms)
  237. [java] + Running test "." -> "" = "" ... PASSED (0 ms)
  238. [java] + Running test "" -> "." = "" ... PASSED (3 ms)
  239. [java] + Running test "." -> "." = "" ... PASSED (0 ms)
  240. [java] + Running test "" -> ".." = "../" ... PASSED (2 ms)
  241. [java] + Running test "" -> "../" = "../" ... PASSED (0 ms)
  242. [java] + Running test "a" -> "b" = "b" ... PASSED (1 ms)
  243. [java] + Running test "../a" -> "../b" = "b" ... PASSED (3 ms)
  244. [java] + Running test "../a/b" -> "../a/c" = "c" ... PASSED (0 ms)
  245. [java] + Running test "a/b" -> ".." = "../../" ... PASSED (1 ms)
  246. [java] + Running test "a/b" -> "c" = "../c" ... PASSED (0 ms)
  247. [java] + Running test "a/b" -> "c/d" = "../c/d" ... PASSED (0 ms)
  248. [java] + Running testResolve ...
  249. [java] + Running test ["/"] ... PASSED (0 ms)
  250. [java] + Running test ["/a"] ... PASSED (0 ms)
  251. [java] + Running test ["/a/"] ... PASSED (1 ms)
  252. [java] + Running test ["/a", "/b"] ... PASSED (0 ms)
  253. [java] + Running test ["/a", "/b/"] ... PASSED (0 ms)
  254. [java] + Running test ["/", "a"] ... PASSED (0 ms)
  255. [java] + Running test ["/", "a/"] ... PASSED (0 ms)
  256. [java] + Running test ["/a", "a"] ... PASSED (0 ms)
  257. [java] + Running test ["/a", "a/"] ... PASSED (0 ms)
  258. [java] + Running test ["/a/", "a"] ... PASSED (0 ms)
  259. [java] + Running test ["/a/", "a/"] ... PASSED (0 ms)
  260. [java] + Running test [".."] ... PASSED (1 ms)
  261. [java] + Running test ["..", "a"] ... PASSED (1 ms)
  262. [java] + Running test ["..", "a/"] ... PASSED (1 ms)
  263. [java] + Running test ["."] ... PASSED (0 ms)
  264. [java] + Running test [".", "a"] ... PASSED (0 ms)
  265. [java] + Running test [".", "a/"] ... PASSED (0 ms)
  266. [java] + Running test ["a", "."] ... PASSED (0 ms)
  267. [java] + Running test ["a", ".", "a"] ... PASSED (0 ms)
  268. [java] + Running test ["a", ".", "a/"] ... PASSED (0 ms)
  269. [java] + Running test ["a", ".."] ... PASSED (0 ms)
  270. [java] + Running test ["a", "..", "a"] ... PASSED (0 ms)
  271. [java] + Running test ["a", "..", "a/"] ... PASSED (0 ms)
  272. [java] + Running test ["a/", ".."] ... PASSED (0 ms)
  273. [java] + Running test ["a/", "..", "a"] ... PASSED (0 ms)
  274. [java] + Running test ["a/", "..", "a/"] ... PASSED (1 ms)
  275. [java] + Running test ["a/b", ""] ... PASSED (0 ms)
  276. [java] + Running testBinary ...
  277. [java] + Running testBytearray ...
  278. [java] + Running testByteArrayConstructor ... PASSED (2 ms)
  279. [java] + Running testByteArrayResizing ... PASSED (0 ms)
  280. [java] + Running testToByteArray ... PASSED (0 ms)
  281. [java] + Running testToByteString ... PASSED (1 ms)
  282. [java] + Running testToArray ... PASSED (0 ms)
  283. [java] + Running testToString ... PASSED (2 ms)
  284. [java] + Running testIndexOf ... PASSED (0 ms)
  285. [java] + Running testLastIndexOf ... PASSED (0 ms)
  286. [java] + Running testByteArrayReverse ... PASSED (0 ms)
  287. [java] + Running testByteArraySort ... PASSED (61 ms)
  288. [java] + Running testByteArraySortCustom ... PASSED (25 ms)
  289. [java] + Running testSplit ... PASSED (5 ms)
  290. [java] + Running testByteArrayForEach ... PASSED (0 ms)
  291. [java] + Running testByteArrayConcat ... PASSED (0 ms)
  292. [java] + Running testBytearrayEncodings ...
  293. [java] + Running testByteArrayConstructorEncodings ... PASSED (0 ms)
  294. [java] + Running testToByteArrayEncodings ... PASSED (3 ms)
  295. [java] + Running testToByteStringEncodings ... PASSED (0 ms)
  296. [java] + Running testToArrayEncodings ... PASSED (0 ms)
  297. [java] + Running testDecodeToString ... PASSED (1 ms)
  298. [java] + Running testBytestring ...
  299. [java] + Running testByteStringConstructor ... PASSED (0 ms)
  300. [java] + Running testToByteArray ... PASSED (0 ms)
  301. [java] + Running testToByteString ... PASSED (0 ms)
  302. [java] + Running testToArray ... PASSED (0 ms)
  303. [java] + Running testToString ... PASSED (1 ms)
  304. [java] + Running testIndexOf ... PASSED (7 ms)
  305. [java] + Running testLastIndexOf ... PASSED (1 ms)
  306. [java] + Running testCharCodeAt ... PASSED (1 ms)
  307. [java] + Running testGet ... PASSED (0 ms)
  308. [java] + Running testByteAt ... PASSED (0 ms)
  309. [java] + Running testCharAt ... PASSED (0 ms)
  310. [java] + Running testSplit ... PASSED (0 ms)
  311. [java] + Running testSlice ... PASSED (0 ms)
  312. [java] + Running testByteStringNewless ... PASSED (0 ms)
  313. [java] + Running testBytestringEncodings ...
  314. [java] + Running testByteStringConstructorEncodings ... PASSED (1 ms)
  315. [java] + Running testToByteArrayEncodings ... PASSED (0 ms)
  316. [java] + Running testToByteStringEncodings ... PASSED (0 ms)
  317. [java] + Running testToArrayEncodings ... PASSED (1 ms)
  318. [java] + Running testDecodeToString ... PASSED (0 ms)
  319. [java] + Running testStringToByteString ... PASSED (0 ms)
  320. [java] + Running testBytearraySlice ...
  321. [java] + Running testByteArraySlice ... PASSED (28 ms)
  322. [java] + Running testRepository ...
  323. [java] + Running testZip ...
  324. [java] + Running testGetResource ... PASSED (2 ms)
  325. [java] + Running testGetNestedResource ... PASSED (1 ms)
  326. [java] + Running testNonExistingResource ... PASSED (13 ms)
  327. [java] + Running testNestedNonExistingResource ... PASSED (1 ms)
  328. [java] + Running testGetRepositories ... PASSED (1 ms)
  329. [java] + Running testGetResources ... PASSED (1 ms)
  330. [java] + Running testGetRecursiveResources ... PASSED (1 ms)
  331. [java] + Running testGetNestedResources ... PASSED (1 ms)
  332. [java] + Running testFile ...
  333. [java] + Running testGetResource ... PASSED (2 ms)
  334. [java] + Running testGetNestedResource ... PASSED (7 ms)
  335. [java] + Running testNonExistingResource ... PASSED (1 ms)
  336. [java] + Running testNestedNonExistingResource ... PASSED (1 ms)
  337. [java] + Running testGetRepositories ... PASSED (0 ms)
  338. [java] + Running testGetResources ... PASSED (1 ms)
  339. [java] + Running testGetRecursiveResources ... PASSED (1 ms)
  340. [java] + Running testGetNestedResources ... PASSED (0 ms)
  341. [java] + Running testIo ...
  342. [java] + Running testReadFixed ... PASSED (1 ms)
  343. [java] + Running testReadIndefinite ... PASSED (1 ms)
  344. [java] + Running testStreamForEach ... PASSED (2 ms)
  345. [java] + Running testModules ...
  346. [java] + Running test absolute ... PASSED (37 ms)
  347. [java] + Running test cyclic ... PASSED (33 ms)
  348. [java] + Running test exactExports ... PASSED (28 ms)
  349. [java] + Running test hasOwnProperty ... PASSED (28 ms)
  350. [java] + Running test method ... PASSED (66 ms)
  351. [java] + Running test missing ... PASSED (47 ms)
  352. [java] + Running test monkeys ... PASSED (33 ms)
  353. [java] + Running test nested ... PASSED (44 ms)
  354. [java] + Running test reflexive ... PASSED (37 ms)
  355. [java] + Running test relative ... PASSED (37 ms)
  356. [java] + Running test transitive ... PASSED (49 ms)
  357. [java] + Running test determinism ... PASSED (41 ms)
  358. [java] + Running testHttpclient ...
  359. [java] + Running testCallbacksGetCalled ... PASSED (523 ms)
  360. [java] + Running testBasic ... PASSED (20 ms)
  361. [java] + Running testUserInfo ... PASSED (43 ms)
  362. [java] + Running testServlet ... PASSED (26 ms)
  363. [java] + Running testConvenience ... PASSED (49 ms)
  364. [java] + Running testParams ... PASSED (23 ms)
  365. [java] + Running testCallbacks ... PASSED (60 ms)
  366. [java] + Running testCookie ... PASSED (14 ms)
  367. [java] + Running testStreamRequest ... PASSED (30 ms)
  368. [java] --------------------------------------------------------------------------------
  369. [java] Executed 321 tests in 1919 ms
  370. [java] Passed 321; Failed 0; Errors 0;
  371.  
  372. BUILD FAILED
  373. /home/tteikhua/Downloads/ringo-ringojs-03ac4e2/build.xml:87: Problem: failed to create task or type junit
  374. Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found.
  375. This looks like one of Ant's optional components.
  376. Action: Check that the appropriate optional JAR exists in
  377. -/usr/share/ant/lib
  378. -/home/tteikhua/.ant/lib
  379. -a directory added on the command line with the -lib argument
  380.  
  381. Do not panic, this is a common problem.
  382. The commonest cause is a missing JAR.
  383.  
  384. This is not a bug; it is a configuration problem
  385.  
  386.  
  387. Total time: 16 seconds
  388. tthtlcoffice:/home/tteikhua/Downloads/r
Add Comment
Please, Sign In to add comment