Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20061130-2300 (Timestamp: 200611302300):Compile errors in build

Build N20061130-2300 (Timestamp: 200611302300):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.ua.tests_3.3.0.N20061130-2300

Compiler log for org.eclipse.ua.tests_3.3.0.N20061130-2300 : ua-tests.jar.bin.xml

TOTAL : ERRORS: 64, WARNINGS: 0

/help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java : 64 errors :

1. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 14)
import org.eclipse.help.internal.webapp.data.UrlUtil;
The import org.eclipse.help.internal.webapp.data cannot be resolved
2. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 27)
assertTrue(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
3. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 28)
assertFalse(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
4. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 29)
assertFalse(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
5. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 30)
assertFalse(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
6. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 31)
assertFalse(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
7. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 32)
assertFalse(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
8. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 33)
assertEquals("6.0", UrlUtil.getIEVersion(agent));
UrlUtil cannot be resolved
9. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 34)
assertTrue(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved
10. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 39)
assertFalse(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
11. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 40)
assertTrue(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
12. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 41)
assertFalse(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
13. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 42)
assertFalse(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
14. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 43)
assertFalse(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
15. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 44)
assertTrue(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
16. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 45)
assertEquals("1.8.0.8", UrlUtil.getMozillaVersion(agent));
UrlUtil cannot be resolved
17. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 46)
assertTrue(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved
18. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 51)
assertFalse(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
19. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 52)
assertTrue(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
20. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 53)
assertFalse(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
21. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 54)
assertFalse(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
22. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 55)
assertFalse(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
23. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 56)
assertTrue(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
24. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 57)
assertEquals("1.4", UrlUtil.getMozillaVersion(agent));
UrlUtil cannot be resolved
25. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 58)
assertTrue(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved
26. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 63)
assertFalse(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
27. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 64)
assertTrue(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
28. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 65)
assertFalse(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
29. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 66)
assertTrue(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
30. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 67)
assertFalse(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
31. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 68)
assertFalse(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
32. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 69)
assertFalse(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved
33. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 74)
assertFalse(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
34. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 75)
assertTrue(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
35. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 76)
assertFalse(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
36. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 77)
assertFalse(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
37. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 78)
assertFalse(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
38. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 79)
assertTrue(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
39. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 80)
assertEquals("1.7.3", UrlUtil.getMozillaVersion(agent));
UrlUtil cannot be resolved
40. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 81)
assertTrue(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved
41. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 86)
assertFalse(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
42. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 87)
assertTrue(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
43. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 88)
assertFalse(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
44. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 89)
assertFalse(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
45. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 90)
assertTrue(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
46. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 91)
assertFalse(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
47. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 92)
assertEquals("417", UrlUtil.getSafariVersion(agent));
UrlUtil cannot be resolved
48. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 93)
assertTrue(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved
49. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 98)
assertFalse(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
50. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 99)
assertFalse(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
51. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 100)
assertTrue(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
52. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 101)
assertFalse(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
53. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 102)
assertFalse(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
54. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 103)
assertFalse(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
55. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 104)
assertEquals("9.02", UrlUtil.getOperaVersion(agent));
UrlUtil cannot be resolved
56. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 105)
assertTrue(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved
57. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 110)
assertTrue(UrlUtil.isIE(agent));
UrlUtil cannot be resolved
58. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 111)
assertFalse(UrlUtil.isMozilla(agent));
UrlUtil cannot be resolved
59. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 112)
assertTrue(UrlUtil.isOpera(agent));
UrlUtil cannot be resolved
60. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 113)
assertFalse(UrlUtil.isKonqueror(agent));
UrlUtil cannot be resolved
61. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 114)
assertFalse(UrlUtil.isSafari(agent));
UrlUtil cannot be resolved
62. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 115)
assertFalse(UrlUtil.isGecko(agent));
UrlUtil cannot be resolved
63. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 116)
assertEquals("6.0", UrlUtil.getIEVersion(agent));
UrlUtil cannot be resolved
64. ERROR in /help/org/eclipse/ua/tests/help/webapp/BrowserIdentificationTest.java
 (at line 117)
assertTrue(UrlUtil.isAdvanced(agent));
UrlUtil cannot be resolved

Back to the top