Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.29 KB | None | 0 0
  1. make[1]: Entering directory `/tmp/vidux/Vidux'
  2. ---------- Building dist
  3. ant dist
  4. Buildfile: build.xml
  5.  
  6. _generate_dynamic_java_files:
  7.  
  8. generate-propertymodel:
  9.  
  10. _compile-all-java-file:
  11. [javac] Compiling 2900 source files to /tmp/vidux/Vidux/bin
  12. [javac] This version of java does not support the classic compiler; upgrading to modern
  13. [javac] /tmp/vidux/Vidux/src/net/vidux/control/NetworkManager.java:47: warning: TCPEndpoint is internal proprietary API and may be removed in a future release
  14. [javac] import sun.rmi.transport.tcp.TCPEndpoint;
  15. [javac] ^
  16. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/cgi/network/cgi/HikvisionNetworkApiEndPointFactory.java:16: warning: NotImplementedException is internal proprietary API and may be removed in a future release
  17. [javac] import sun.reflect.generics.reflectiveObjects.NotImplementedException;
  18. [javac] ^
  19. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/SimpleResult.java:8: error: interface expected here
  20. [javac] public class SimpleResult<R> implements OperationResult<R> {
  21. [javac] ^
  22. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ScaleCompressImage.java:19: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  23. [javac] import sun.net.www.protocol.http.AuthCacheImpl;
  24. [javac] ^
  25. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ScaleCompressImage.java:20: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  26. [javac] import sun.net.www.protocol.http.AuthCacheValue;
  27. [javac] ^
  28. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/bg/cam/ThreadedHttpBasicAuthTest.java:26: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  29. [javac] import sun.net.www.protocol.http.AuthCacheImpl;
  30. [javac] ^
  31. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/bg/cam/ThreadedHttpBasicAuthTest.java:27: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  32. [javac] import sun.net.www.protocol.http.AuthCacheValue;
  33. [javac] ^
  34. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ive/TimeAndDateTest.java:8: warning: ZoneInfo is internal proprietary API and may be removed in a future release
  35. [javac] import sun.util.calendar.ZoneInfo;
  36. [javac] ^
  37. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/psia/AlertStream.java:13: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  38. [javac] import sun.net.www.protocol.http.AuthCacheImpl;
  39. [javac] ^
  40. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/psia/AlertStream.java:14: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  41. [javac] import sun.net.www.protocol.http.AuthCacheValue;
  42. [javac] ^
  43. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/rmi/ive/HelloManager.java:9: warning: TCPEndpoint is internal proprietary API and may be removed in a future release
  44. [javac] import sun.rmi.transport.tcp.TCPEndpoint;
  45. [javac] ^
  46. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/HikvisionTimeTest.java:40: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  47. [javac] import sun.net.www.protocol.http.AuthCacheImpl;
  48. [javac] ^
  49. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/HikvisionTimeTest.java:41: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  50. [javac] import sun.net.www.protocol.http.AuthCacheValue;
  51. [javac] ^
  52. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisM1011.java:27: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  53. [javac] import sun.net.www.protocol.http.AuthCacheImpl;
  54. [javac] ^
  55. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisM1011.java:28: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  56. [javac] import sun.net.www.protocol.http.AuthCacheValue;
  57. [javac] ^
  58. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:61: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  59. [javac] import sun.net.www.protocol.http.AuthCacheImpl;
  60. [javac] ^
  61. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:62: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  62. [javac] import sun.net.www.protocol.http.AuthCacheValue;
  63. [javac] ^
  64. [javac] /tmp/vidux/Vidux/src/net/vidux/export/XMLMetaDataFile.java:39: warning: OutputPropertiesFactory is internal proprietary API and may be removed in a future release
  65. [javac] import com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory;
  66. [javac] ^
  67. [javac] /tmp/vidux/Vidux/src/net/vidux/iounit/IOCardMorpheusHandler.java:38: warning: IPAddressUtil is internal proprietary API and may be removed in a future release
  68. [javac] import sun.net.util.IPAddressUtil;
  69. [javac] ^
  70. [javac] /tmp/vidux/Vidux/src/net/vidux/util/communication/http/HTTPDigestAuth.java:36: warning: NotImplementedException is internal proprietary API and may be removed in a future release
  71. [javac] import sun.reflect.generics.reflectiveObjects.NotImplementedException;
  72. [javac] ^
  73. [javac] /tmp/vidux/Vidux/src/net/vidux/control/NetworkManager.java:212: warning: TCPEndpoint is internal proprietary API and may be removed in a future release
  74. [javac] TCPEndpoint.shedConnectionCaches();
  75. [javac] ^
  76. [javac] /tmp/vidux/Vidux/src/net/vidux/device/DeviceInfo.java:12: error: incompatible types: DeviceInfoBuilderImpl cannot be converted to DeviceInfoBuilder<DeviceInfo>
  77. [javac] return new DeviceInfoBuilderImpl();
  78. [javac] ^
  79. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/network/data/NetworkInfoImpl.java:52: error: Builder is not abstract and does not override abstract method build() in NetworkInfoBuilder
  80. [javac] public static final class Builder implements NetworkInfoBuilder {
  81. [javac] ^
  82. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/network/data/NetworkInfoImpl.java:97: error: build() in Builder cannot implement build() in NetworkInfoBuilder
  83. [javac] public NetworkInfoImpl build() {
  84. [javac] ^
  85. [javac] return type NetworkInfoImpl is not compatible with NetworkInfo
  86. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/network/data/NetworkInfoImpl.java:96: error: method does not override or implement a method from a supertype
  87. [javac] @Override
  88. [javac] ^
  89. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:19: error: DahuaVideoSourceEndPointFactory is not abstract and does not override abstract method smartCaps() in VideoSourceEndPointFactory
  90. [javac] public class DahuaVideoSourceEndPointFactory implements VideoSourceEndPointFactory {
  91. [javac] ^
  92. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:27: error: method does not override or implement a method from a supertype
  93. [javac] @Override
  94. [javac] ^
  95. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:32: error: incompatible types: net.vidux.device.impl.network.NetworkInfo cannot be converted to net.vidux.device.impl.network.data.NetworkInfo
  96. [javac] networkInfo))
  97. [javac] ^
  98. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:37: error: method does not override or implement a method from a supertype
  99. [javac] @Override
  100. [javac] ^
  101. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:43: error: method does not override or implement a method from a supertype
  102. [javac] @Override
  103. [javac] ^
  104. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:49: error: method does not override or implement a method from a supertype
  105. [javac] @Override
  106. [javac] ^
  107. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:55: error: method does not override or implement a method from a supertype
  108. [javac] @Override
  109. [javac] ^
  110. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:73: error: method does not override or implement a method from a supertype
  111. [javac] @Override
  112. [javac] ^
  113. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/dahua/DahuaVideoSourceEndPointFactory.java:79: error: method does not override or implement a method from a supertype
  114. [javac] @Override
  115. [javac] ^
  116. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/cgi/HikvisionDateTimeCgiApi.java:31: error: HikvisionDateTimeCgiApi is not abstract and does not override abstract method execute(OptionalMap<String,String>) in Api
  117. [javac] public class HikvisionDateTimeCgiApi implements DateTimeApi {
  118. [javac] ^
  119. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/cgi/network/cgi/HikvisionNetworkApiEndPointFactory.java:48: warning: NotImplementedException is internal proprietary API and may be removed in a future release
  120. [javac] throw new NotImplementedException();
  121. [javac] ^
  122. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/network/cgi/HikvisionNtpSettingsCgiApi.java:22: error: HikvisionNtpSettingsCgiApi is not abstract and does not override abstract method executeReader(NtpSettingsReader<?>) in NtpSettingsApi
  123. [javac] public class HikvisionNtpSettingsCgiApi implements NtpSettingsApi {
  124. [javac] ^
  125. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/network/cgi/HikvisionNtpSettingsCgiApi.java:44: error: XMLNtpSettingsReader is not abstract and does not override abstract method getZonedDateTime() in NtpSettingsReader
  126. [javac] public static class XMLNtpSettingsReader implements NtpSettingsReader<String> {
  127. [javac] ^
  128. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/network/cgi/HikvisionNtpSettingsCgiApi.java:77: error: XMLNtpSettingsBuilder is not abstract and does not override abstract method with(ZonedDateTime) in NtpSettingsBuilder
  129. [javac] public static class XMLNtpSettingsBuilder implements NtpSettingsBuilder<String> {
  130. [javac] ^
  131. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/videosource/isapi/HikvisionImageSettingsCapabilitiesIsapi.java:12: error: HikvisionImageSettingsCapabilitiesIsapi is not abstract and does not override abstract method queryReader() in ImageSettingsCapabilitiesApi
  132. [javac] public class HikvisionImageSettingsCapabilitiesIsapi extends GenericHikvisionApiWithVideoAndStreamId
  133. [javac] ^
  134. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/videosource/isapi/HikvisionImageSettingsCapabilitiesIsapi.java:23: error: cannot find symbol
  135. [javac] http.setBasicAuthenticationData(user, pass);
  136. [javac] ^
  137. [javac] symbol: method setBasicAuthenticationData(String,String)
  138. [javac] location: variable http of type HTTP
  139. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/videosource/isapi/HikvisionImageSettingsIsapi.java:10: error: HikvisionImageSettingsIsapi is not abstract and does not override abstract method executeReader(ImageSettingsReader<?>) in ImageSettingsApi
  140. [javac] public class HikvisionImageSettingsIsapi extends GenericHikvisionApiWithVideoAndStreamId implements ImageSettingsApi {
  141. [javac] ^
  142. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/videosource/overlay/HikvisionOverlayTextCgi.java:24: error: cannot find symbol
  143. [javac] http.setBasicAuthenticationData(user, pass);
  144. [javac] ^
  145. [javac] symbol: method setBasicAuthenticationData(String,String)
  146. [javac] location: variable http of type HTTP
  147. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/videosource/psia/HikvisionImageSettingsCapabilitiesPsia.java:12: error: HikvisionImageSettingsCapabilitiesPsia is not abstract and does not override abstract method queryReader() in ImageSettingsCapabilitiesApi
  148. [javac] public class HikvisionImageSettingsCapabilitiesPsia extends GenericHikvisionApiWithVideoAndStreamId implements ImageSettingsCapabilitiesApi{
  149. [javac] ^
  150. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/networkvideosource/hikvision/api/videosource/psia/HikvisionImageSettingsCapabilitiesPsia.java:22: error: cannot find symbol
  151. [javac] http.setBasicAuthenticationData(user, pass);
  152. [javac] ^
  153. [javac] symbol: method setBasicAuthenticationData(String,String)
  154. [javac] location: variable http of type HTTP
  155. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/SimpleResult.java:26: error: method does not override or implement a method from a supertype
  156. [javac] @SuppressWarnings("unchecked") @Override
  157. [javac] ^
  158. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/SimpleResult.java:31: error: method does not override or implement a method from a supertype
  159. [javac] @Override public R getValue() {
  160. [javac] ^
  161. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/SimpleResult.java:35: error: method does not override or implement a method from a supertype
  162. [javac] @Override public boolean isSuccess() {
  163. [javac] ^
  164. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/SimpleResult.java:39: error: method does not override or implement a method from a supertype
  165. [javac] @Override public boolean isFailed() {
  166. [javac] ^
  167. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/SimpleResult.java:43: error: method does not override or implement a method from a supertype
  168. [javac] @Override public Exception getException() {
  169. [javac] ^
  170. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:13: error: incompatible types: ByteArrayResult cannot be converted to OperationResult<byte[]>
  171. [javac] return new ByteArrayResult(value);
  172. [javac] ^
  173. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:17: error: incompatible types: StringMapResult cannot be converted to OperationResult<Map<String,String>>
  174. [javac] return new StringMapResult(value);
  175. [javac] ^
  176. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:21: error: incompatible types: FineResult cannot be converted to OperationResult<Void>
  177. [javac] return new FineResult(null);
  178. [javac] ^
  179. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:25: error: incompatible types: cannot infer type arguments for SimpleResult<>
  180. [javac] return new SimpleResult<>(e);
  181. [javac] ^
  182. [javac] reason: no instance(s) of type variable(s) R#1 exist so that SimpleResult<R#1> conforms to OperationResult<R#2>
  183. [javac] where R#1,R#2 are type-variables:
  184. [javac] R#1 extends Object declared in class SimpleResult
  185. [javac] R#2 extends Object declared in method <R#2>failure(Class<R#2>,Exception)
  186. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:29: error: constructor OperationResult in class OperationResult<R> cannot be applied to given types;
  187. [javac] return new OperationResult<String>() {
  188. [javac] ^
  189. [javac] required: String,boolean,Exception
  190. [javac] found: no arguments
  191. [javac] reason: actual and formal argument lists differ in length
  192. [javac] where R is a type-variable:
  193. [javac] R extends Object declared in class OperationResult
  194. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:29: error: cannot inherit from final OperationResult
  195. [javac] return new OperationResult<String>() {
  196. [javac] ^
  197. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:30: error: method does not override or implement a method from a supertype
  198. [javac] @Override public Class<String> getType() {
  199. [javac] ^
  200. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:53: error: constructor OperationResult in class OperationResult<R#2> cannot be applied to given types;
  201. [javac] return new OperationResult<R>() {
  202. [javac] ^
  203. [javac] required: R#1,boolean,Exception
  204. [javac] found: no arguments
  205. [javac] reason: actual and formal argument lists differ in length
  206. [javac] where R#1,R#2 are type-variables:
  207. [javac] R#1 extends Object declared in method <R#1>fine(R#1,Class<R#1>)
  208. [javac] R#2 extends Object declared in class OperationResult
  209. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:53: error: cannot inherit from final OperationResult
  210. [javac] return new OperationResult<R>() {
  211. [javac] ^
  212. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/simple/result/OperationResults.java:54: error: method does not override or implement a method from a supertype
  213. [javac] @Override public Class<R> getType() {
  214. [javac] ^
  215. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/videosource/data/VideoSourceInfoImpl.java:30: error: Builder is not abstract and does not override abstract method build() in VideoSourceInfoBuilder
  216. [javac] public static class Builder implements VideoSourceInfoBuilder {
  217. [javac] ^
  218. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/videosource/data/VideoSourceInfoImpl.java:50: error: build() in Builder cannot implement build() in VideoSourceInfoBuilder
  219. [javac] public VideoSourceInfoImpl build() {
  220. [javac] ^
  221. [javac] return type VideoSourceInfoImpl is not compatible with VideoSourceInfo
  222. [javac] /tmp/vidux/Vidux/src/net/vidux/device/impl/videosource/operator/VideoSourceOperatorImpl.java:40: error: method does not override or implement a method from a supertype
  223. [javac] @Override public Map<String, String> query(Query query) throws IOException {
  224. [javac] ^
  225. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/dahua/chapter1/TutorDahuaDeviceInfoApi.java:13: error: constructor DahuaDeviceInfoCgi in class DahuaDeviceInfoCgi cannot be applied to given types;
  226. [javac] DahuaDeviceInfoCgi dahuaDeviceInfoCgi = new DahuaDeviceInfoCgi();
  227. [javac] ^
  228. [javac] required: NetworkApi
  229. [javac] found: no arguments
  230. [javac] reason: actual and formal argument lists differ in length
  231. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/ColorBalanceCgiExample.java:25: error: constructor HikvisionColorBalanceCgi in class HikvisionColorBalanceCgi cannot be applied to given types;
  232. [javac] HikvisionColorBalanceCgi colorBalanceCgi = new HikvisionColorBalanceCgi();
  233. [javac] ^
  234. [javac] required: VideoSourceApi
  235. [javac] found: no arguments
  236. [javac] reason: actual and formal argument lists differ in length
  237. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/ImageSettingsCapabilitiesExample.java:25: error: constructor HikvisionImageSettingsCapabilitiesCgi in class HikvisionImageSettingsCapabilitiesCgi cannot be applied to given types;
  238. [javac] HikvisionImageSettingsCapabilitiesCgi imageCapsCgi = new HikvisionImageSettingsCapabilitiesCgi();
  239. [javac] ^
  240. [javac] required: VideoSourceApi
  241. [javac] found: no arguments
  242. [javac] reason: actual and formal argument lists differ in length
  243. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/ImageSettingsExample.java:25: error: constructor HikvisionColorBalanceCgi in class HikvisionColorBalanceCgi cannot be applied to given types;
  244. [javac] HikvisionColorBalanceCgi colorBalanceCgi = new HikvisionColorBalanceCgi();
  245. [javac] ^
  246. [javac] required: VideoSourceApi
  247. [javac] found: no arguments
  248. [javac] reason: actual and formal argument lists differ in length
  249. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/NetworkExample.java:21: error: constructor HikvisionSshIsapi in class HikvisionSshIsapi cannot be applied to given types;
  250. [javac] HikvisionSshIsapi ssh = new HikvisionSshIsapi();
  251. [javac] ^
  252. [javac] required: NetworkApi
  253. [javac] found: no arguments
  254. [javac] reason: actual and formal argument lists differ in length
  255. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/NetworkExample.java:42: error: constructor HikvisionTelnetIsapi in class HikvisionTelnetIsapi cannot be applied to given types;
  256. [javac] HikvisionTelnetIsapi telnet = new HikvisionTelnetIsapi();
  257. [javac] ^
  258. [javac] required: NetworkApi
  259. [javac] found: no arguments
  260. [javac] reason: actual and formal argument lists differ in length
  261. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/PictureProviderExample.java:19: error: constructor HikvisionGetPictureCgi in class HikvisionGetPictureCgi cannot be applied to given types;
  262. [javac] HikvisionGetPictureCgi pictureapi = new HikvisionGetPictureCgi();
  263. [javac] ^
  264. [javac] required: VideoSourceApi
  265. [javac] found: no arguments
  266. [javac] reason: actual and formal argument lists differ in length
  267. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/PictureProviderExample.java:20: error: cannot find symbol
  268. [javac] byte[] picture = pictureapi.retrieveBytes(user, password, ip, videoId, streamId);
  269. [javac] ^
  270. [javac] symbol: method retrieveBytes(String,String,String,String,String)
  271. [javac] location: variable pictureapi of type HikvisionGetPictureCgi
  272. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/SmartRoiExample.java:21: error: constructor HikvisionRoiIsapi in class HikvisionRoiIsapi cannot be applied to given types;
  273. [javac] HikvisionRoiIsapi roiIsapi = new HikvisionRoiIsapi();
  274. [javac] ^
  275. [javac] required: VideoSourceApi
  276. [javac] found: no arguments
  277. [javac] reason: actual and formal argument lists differ in length
  278. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/StreamCapabilitiesExample.java:18: error: constructor HikvisionStreamCapabilitiesCgi in class HikvisionStreamCapabilitiesCgi cannot be applied to given types;
  279. [javac] HikvisionStreamCapabilitiesCgi streamCapsCgi = new HikvisionStreamCapabilitiesCgi();
  280. [javac] ^
  281. [javac] required: VideoSourceApi
  282. [javac] found: no arguments
  283. [javac] reason: actual and formal argument lists differ in length
  284. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/hik/draft/api/VideoInputsExample.java:23: error: constructor HikvisionVideoInputCgi in class HikvisionVideoInputCgi cannot be applied to given types;
  285. [javac] HikvisionVideoInputCgi videoInputsCgi = new HikvisionVideoInputCgi();
  286. [javac] ^
  287. [javac] required: VideoSourceApi
  288. [javac] found: no arguments
  289. [javac] reason: actual and formal argument lists differ in length
  290. [javac] /tmp/vidux/Vidux/src/net/vidux/device/tutor/simple/TutorSimpleDriver.java:22: error: cannot find symbol
  291. [javac] ApiEndPoint deviceInfoApi = device.getDriver().provideApiFactory().deviceInfoApi();
  292. [javac] ^
  293. [javac] symbol: method provideApiFactory()
  294. [javac] location: interface Driver
  295. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ScaleCompressImage.java:55: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  296. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  297. [javac] ^
  298. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ScaleCompressImage.java:55: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  299. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  300. [javac] ^
  301. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/bg/cam/ThreadedHttpBasicAuthTest.java:123: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  302. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  303. [javac] ^
  304. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/bg/cam/ThreadedHttpBasicAuthTest.java:123: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  305. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  306. [javac] ^
  307. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ive/TimeAndDateTest.java:35: warning: ZoneInfo is internal proprietary API and may be removed in a future release
  308. [javac] ZoneInfo.getTimeZone("Europe/Moscow").inDaylightTime(Calendar.getInstance(TimeZone
  309. [javac] ^
  310. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ive/TimeAndDateTest.java:43: warning: ZoneInfo is internal proprietary API and may be removed in a future release
  311. [javac] ZoneInfo.getTimeZone(TimeZone.getDefault().getDisplayName()) +
  312. [javac] ^
  313. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ive/TimeAndDateTest.java:45: warning: ZoneInfo is internal proprietary API and may be removed in a future release
  314. [javac] ZoneInfo.getTimeZone(TimeZone.getDefault().getID()));
  315. [javac] ^
  316. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ive/TimeAndDateTest.java:49: warning: ZoneInfo is internal proprietary API and may be removed in a future release
  317. [javac] int centraleurope = (ZoneInfo.getTimeZone("Europe/Podgorica").inDaylightTime(Calendar.getInstance().getTime()))
  318. [javac] ^
  319. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/ive/TimeAndDateTest.java:53: warning: ZoneInfo is internal proprietary API and may be removed in a future release
  320. [javac] int mskdst = (ZoneInfo.getTimeZone("Europe/Moscow").inDaylightTime(Calendar.getInstance(TimeZone
  321. [javac] ^
  322. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/junit/HikvisionIPCameraUnitTest.java:118: error: no suitable constructor found for HikvisionDriver(no arguments)
  323. [javac] HikvisionDriver provider = new HikvisionDriver();
  324. [javac] ^
  325. [javac] constructor HikvisionDriver.HikvisionDriver(Stream) is not applicable
  326. [javac] (actual and formal argument lists differ in length)
  327. [javac] constructor HikvisionDriver.HikvisionDriver(String,String,String) is not applicable
  328. [javac] (actual and formal argument lists differ in length)
  329. [javac] constructor HikvisionDriver.HikvisionDriver(IpPhysicalChannelData) is not applicable
  330. [javac] (actual and formal argument lists differ in length)
  331. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/junit/HikvisionIPCameraUnitTest.java:218: error: method getTime in class HikvisionLinkHelper cannot be applied to given types;
  332. [javac] String timeUrl = HikvisionLinkHelper.getTime();
  333. [javac] ^
  334. [javac] required: String
  335. [javac] found: no arguments
  336. [javac] reason: actual and formal argument lists differ in length
  337. [javac] /tmp/vidux/Vidux/src/net/vidux/olddevice/configuration/HikvisionProvider.java:41: error: cannot find symbol
  338. [javac] if (ConstantsConfig.HIKVISION_V4_FIRMWARE.equals("")) {
  339. [javac] ^
  340. [javac] symbol: variable HIKVISION_V4_FIRMWARE
  341. [javac] location: class ConstantsConfig
  342. [javac] /tmp/vidux/Vidux/src/net/vidux/olddevice/configuration/HikvisionProvider.java:44: error: cannot find symbol
  343. [javac] return new JSONObject(ConstantsConfig.HIKVISION_V4_FIRMWARE);
  344. [javac] ^
  345. [javac] symbol: variable HIKVISION_V4_FIRMWARE
  346. [javac] location: class ConstantsConfig
  347. [javac] /tmp/vidux/Vidux/src/net/vidux/olddevice/configuration/HikvisionProvider.java:46: error: cannot find symbol
  348. [javac] if (ConstantsConfig.HIKVISION_V5_FIRMWARE.equals("")) {
  349. [javac] ^
  350. [javac] symbol: variable HIKVISION_V5_FIRMWARE
  351. [javac] location: class ConstantsConfig
  352. [javac] /tmp/vidux/Vidux/src/net/vidux/olddevice/configuration/HikvisionProvider.java:49: error: cannot find symbol
  353. [javac] return new JSONObject(ConstantsConfig.HIKVISION_V5_FIRMWARE);
  354. [javac] ^
  355. [javac] symbol: variable HIKVISION_V5_FIRMWARE
  356. [javac] location: class ConstantsConfig
  357. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/psia/AlertStream.java:54: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  358. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  359. [javac] ^
  360. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/psia/AlertStream.java:54: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  361. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  362. [javac] ^
  363. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/rmi/ive/HelloManager.java:90: warning: TCPEndpoint is internal proprietary API and may be removed in a future release
  364. [javac] TCPEndpoint.shedConnectionCaches();
  365. [javac] ^
  366. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/HikvisionTimeTest.java:251: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  367. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  368. [javac] ^
  369. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/HikvisionTimeTest.java:251: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  370. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl());
  371. [javac] ^
  372. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:45: error: AxisIPCamera is not abstract and does not override abstract method resetFocus() in ChannelSource
  373. [javac] public class AxisIPCamera extends IPCamera implements IPCameraOperator, CameraDetector {
  374. [javac] ^
  375. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:724: error: resetFocus() in AxisIPCamera cannot override resetFocus() in ChannelSource
  376. [javac] public void resetFocus() {
  377. [javac] ^
  378. [javac] return type void is not compatible with boolean
  379. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:718: error: startAutoFocus() in AxisIPCamera cannot override startAutoFocus() in ChannelSource
  380. [javac] public void startAutoFocus() {
  381. [javac] ^
  382. [javac] return type void is not compatible with boolean
  383. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:700: error: setZoom(int,long) in AxisIPCamera cannot override setZoom(int,long) in ChannelSource
  384. [javac] public void setZoom(int direction, long delay) {
  385. [javac] ^
  386. [javac] return type void is not compatible with boolean
  387. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:706: error: setFocus(int,long) in AxisIPCamera cannot override setFocus(int,long) in ChannelSource
  388. [javac] public void setFocus(int direction, long delay) {
  389. [javac] ^
  390. [javac] return type void is not compatible with boolean
  391. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:311: error: cannot find symbol
  392. [javac] return Fraction.getMaxFramerateFrom(availableFramerates);
  393. [javac] ^
  394. [javac] symbol: method getMaxFramerateFrom(List<Fraction>)
  395. [javac] location: class Fraction
  396. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:699: error: method does not override or implement a method from a supertype
  397. [javac] @Override
  398. [javac] ^
  399. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:705: error: method does not override or implement a method from a supertype
  400. [javac] @Override
  401. [javac] ^
  402. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:717: error: method does not override or implement a method from a supertype
  403. [javac] @Override
  404. [javac] ^
  405. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:723: error: method does not override or implement a method from a supertype
  406. [javac] @Override
  407. [javac] ^
  408. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisIPCamera.java:741: error: method does not override or implement a method from a supertype
  409. [javac] @Override
  410. [javac] ^
  411. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisM1011.java:30: error: resetFocus() in AxisIPCamera cannot override resetFocus() in ChannelSource
  412. [javac] public class AxisM1011 extends AxisIPCamera implements IpCameraFunctionProvider {
  413. [javac] ^
  414. [javac] return type void is not compatible with boolean
  415. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisM1011.java:149: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  416. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl()); // workaround for a java bug
  417. [javac] ^
  418. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisM1011.java:149: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  419. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl()); // workaround for a java bug
  420. [javac] ^
  421. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/axis/AxisM1011W.java:12: error: resetFocus() in AxisIPCamera cannot override resetFocus() in ChannelSource
  422. [javac] public class AxisM1011W extends AxisM1011 {
  423. [javac] ^
  424. [javac] return type void is not compatible with boolean
  425. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:64: error: VivotekIPCamera is not abstract and does not override abstract method resetFocus() in ChannelSource
  426. [javac] public class VivotekIPCamera extends IPCamera implements IPCameraOperator, CameraDetector {
  427. [javac] ^
  428. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:926: error: resetFocus() in VivotekIPCamera cannot override resetFocus() in ChannelSource
  429. [javac] public void resetFocus() {
  430. [javac] ^
  431. [javac] return type void is not compatible with boolean
  432. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:920: error: startAutoFocus() in VivotekIPCamera cannot override startAutoFocus() in ChannelSource
  433. [javac] public void startAutoFocus() {
  434. [javac] ^
  435. [javac] return type void is not compatible with boolean
  436. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:898: error: setZoom(int,long) in VivotekIPCamera cannot override setZoom(int,long) in ChannelSource
  437. [javac] public void setZoom(int direction, long delay) {
  438. [javac] ^
  439. [javac] return type void is not compatible with boolean
  440. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:904: error: setFocus(int,long) in VivotekIPCamera cannot override setFocus(int,long) in ChannelSource
  441. [javac] public void setFocus(int direction, long delay) {
  442. [javac] ^
  443. [javac] return type void is not compatible with boolean
  444. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:617: warning: AuthCacheImpl is internal proprietary API and may be removed in a future release
  445. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl()); // workaround for a java bug
  446. [javac] ^
  447. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:617: warning: AuthCacheValue is internal proprietary API and may be removed in a future release
  448. [javac] AuthCacheValue.setAuthCache(new AuthCacheImpl()); // workaround for a java bug
  449. [javac] ^
  450. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:897: error: method does not override or implement a method from a supertype
  451. [javac] @Override
  452. [javac] ^
  453. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:903: error: method does not override or implement a method from a supertype
  454. [javac] @Override
  455. [javac] ^
  456. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:919: error: method does not override or implement a method from a supertype
  457. [javac] @Override
  458. [javac] ^
  459. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:925: error: method does not override or implement a method from a supertype
  460. [javac] @Override
  461. [javac] ^
  462. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIPCamera.java:943: error: method does not override or implement a method from a supertype
  463. [javac] @Override
  464. [javac] ^
  465. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIP7134.java:12: error: resetFocus() in VivotekIPCamera cannot override resetFocus() in ChannelSource
  466. [javac] public class VivotekIP7134 extends VivotekIPCamera implements IpCameraFunctionProvider {
  467. [javac] ^
  468. [javac] return type void is not compatible with boolean
  469. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIP7138.java:12: error: resetFocus() in VivotekIPCamera cannot override resetFocus() in ChannelSource
  470. [javac] public class VivotekIP7138 extends VivotekIPCamera implements IpCameraFunctionProvider {
  471. [javac] ^
  472. [javac] return type void is not compatible with boolean
  473. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIP7139.java:6: error: resetFocus() in VivotekIPCamera cannot override resetFocus() in ChannelSource
  474. [javac] public class VivotekIP7139 extends VivotekIP7138 {
  475. [javac] ^
  476. [javac] return type void is not compatible with boolean
  477. [javac] /tmp/vidux/Vidux/src/net/vidux/draft/stream/source/vivotek/VivotekIP7151.java:12: error: resetFocus() in VivotekIPCamera cannot override resetFocus() in ChannelSource
  478. [javac] public class VivotekIP7151 extends VivotekIPCamera implements IpCameraFunctionProvider {
  479. [javac] ^
  480. [javac] return type void is not compatible with boolean
  481. [javac] /tmp/vidux/Vidux/src/net/vidux/export/XMLMetaDataFile.java:607: warning: OutputPropertiesFactory is internal proprietary API and may be removed in a future release
  482. [javac] serializer.setOutputProperty(OutputPropertiesFactory.S_KEY_INDENT_AMOUNT, "4");
  483. [javac] ^
  484.  
  485. [javac] /tmp/vidux/Vidux/src/net/vidux/iounit/IOCardMorpheusHandler.java:1029: warning: IPAddressUtil is internal proprietary API and may be removed in a future release
  486. [javac] if (IPAddressUtil.isIPv4LiteralAddress(centralInfo) || IPAddressUtil.isIPv6LiteralAddress(centralInfo)) {
  487. [javac] ^
  488. [javac] /tmp/vidux/Vidux/src/net/vidux/iounit/IOCardMorpheusHandler.java:1029: warning: IPAddressUtil is internal proprietary API and may be removed in a future release
  489. [javac] if (IPAddressUtil.isIPv4LiteralAddress(centralInfo) || IPAddressUtil.isIPv6LiteralAddress(centralInfo)) {
  490. [javac] ^
  491. [javac] /tmp/vidux/Vidux/src/net/vidux/nvr/channel/ClassicCameraSetupTask.java:80: error: method checkAndApplyFeatureSetStoredOnDisk in class CameraUtils cannot be applied to given types;
  492. [javac] CameraUtils.checkAndApplyFeatureSetStoredOnDisk(channelData, ipCamera);
  493. [javac] ^
  494. [javac] required: Key<ChannelData>
  495. [javac] found: ChannelData,IpPhysicalChannelData
  496. [javac] reason: actual and formal argument lists differ in length
  497. [javac] /tmp/vidux/Vidux/src/net/vidux/nvr/channel/ClassicCameraSetupTask.java:122: error: method getStreamingChannelIds in class HikvisionIPCamera cannot be applied to given types;
  498. [javac] String ids = operator.getStreamingChannelIds(ipCamera.getVideoInputId());
  499. [javac] ^
  500. [javac] required: String,String
  501. [javac] found: String
  502. [javac] reason: actual and formal argument lists differ in length
  503. [javac] /tmp/vidux/Vidux/src/net/vidux/nvr/channel/ClassicCameraSetupTask.java:285: error: incompatible types: IpPhysicalChannelData cannot be converted to Key<IpPhysicalChannelData>
  504. [javac] boolean isSmart = SmartCameraManager.getInstance().isSmart(ipCamera);
  505. [javac] ^
  506. [javac] /tmp/vidux/Vidux/src/net/vidux/nvr/channel/ClassicCameraSetupTask.java:296: error: incompatible types: ChannelData cannot be converted to Key<ChannelData>
  507. [javac] operator.setCameraSettings(channelData);
  508. [javac] ^
  509. [javac] /tmp/vidux/Vidux/src/net/vidux/nvr/channel/DeviceCameraSetupTask.java:69: error: method checkAndApplyFeatureSetStoredOnDisk in class CameraUtils cannot be applied to given types;
  510. [javac] CameraUtils.checkAndApplyFeatureSetStoredOnDisk(channelData, channelData.getIpPhysicalChannelData());
  511. [javac] ^
  512. [javac] required: Key<ChannelData>
  513. [javac] found: ChannelData,IpPhysicalChannelData
  514. [javac] reason: actual and formal argument lists differ in length
  515. [javac] /tmp/vidux/Vidux/src/net/vidux/olddevice/configuration/IPCameraCgi.java:52: error: cannot find symbol
  516. [javac] commInterface.setBasicAuthenticationData(driver.getDevice().getUsername(), driver.getDevice().getPassword());
  517. [javac] ^
  518. [javac] symbol: method setBasicAuthenticationData(String,String)
  519. [javac] location: variable commInterface of type HTTP
  520. [javac] /tmp/vidux/Vidux/src/net/vidux/stream/analtytics/HikvisionSDKAnalyticsController.java:87: error: incompatible types: net.vidux.stream.analtytics.MotionHandler cannot be converted to net.vidux.stream.analytics.MotionHandler
  521. [javac] sourceLayer.setMotionHandler(motionHandler);
  522. [javac] ^
  523. [javac] /tmp/vidux/Vidux/src/net/vidux/stream/analtytics/HikvisionSDKAnalyticsController.java:88: error: incompatible types: net.vidux.stream.analtytics.CameraSideAnalytics cannot be converted to net.vidux.stream.analytics.CameraSideAnalytics
  524. [javac] sourceLayer.enableAnalytics(CameraSideAnalytics.MOTIONDETECT);
  525. [javac] ^
  526. [javac] /tmp/vidux/Vidux/src/net/vidux/stream/analtytics/HikvisionSDKAnalyticsController.java:95: error: incompatible types: net.vidux.stream.analtytics.CameraSideAnalytics cannot be converted to net.vidux.stream.analytics.CameraSideAnalytics
  527. [javac] sourceLayer.disableAnalytics(CameraSideAnalytics.MOTIONDETECT);
  528. [javac] ^
  529. [javac] /tmp/vidux/Vidux/src/net/vidux/stream/capability/XMLCapabilityParser.java:44: error: cannot find symbol
  530. [javac] ConstantsConfig.XML_PATH + File.separator +
  531. [javac] ^
  532. [javac] symbol: variable XML_PATH
  533. [javac] location: class ConstantsConfig
  534. [javac] /tmp/vidux/Vidux/src/net/vidux/stream/capability/XMLCapabilityParser.java:49: error: cannot find symbol
  535. [javac] ConstantsConfig.XML_PATH + File.separator +
  536. [javac] ^
  537. [javac] symbol: variable XML_PATH
  538. [javac] location: class ConstantsConfig
  539. [javac] /tmp/vidux/Vidux/src/net/vidux/stream/capability/XMLCapabilityParser.java:208: error: incompatible types: String cannot be converted to Fraction
  540. [javac] Fraction analyticsFps = new Fraction(analyticsElement.getAttribute("framerate"));
  541. [javac] ^
  542. [javac] /tmp/vidux/Vidux/src/net/vidux/stream/source/arecont/ArecontIPCamera.java:38: error: ArecontIPCamera is not abstract and does not override abstract method resetFocus() in ChannelSource
  543. [javac] public class ArecontIPCamera extends IPCamera implements /*IPCameraOperator, */CameraDetector {
  544. [javac] ^
  545.  
  546. [javac] /tmp/vidux/Vidux/src/net/vidux/util/communication/http/HTTPDigestAuth.java:121: warning: NotImplementedException is internal proprietary API and may be removed in a future release
  547. [javac] throw new NotImplementedException();
  548. [javac] ^
  549. [javac] /tmp/vidux/Vidux/src/net/vidux/util/communication/http/HTTPDigestAuth.java:126: warning: NotImplementedException is internal proprietary API and may be removed in a future release
  550. [javac] throw new NotImplementedException();
  551. [javac] ^
  552.  
  553. [javac] Note: Some input files use or override a deprecated API.
  554. [javac] Note: Recompile with -Xlint:deprecation for details.
  555. [javac] Note: /tmp/vidux/Vidux/src/net/vidux/util/LimitedList.java uses unchecked or unsafe operations.
  556. [javac] Note: Recompile with -Xlint:unchecked for details.
  557. [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  558. [javac] 100 errors
  559. [javac] 44 warnings
  560.  
  561. BUILD FAILED
  562. /tmp/vidux/Vidux/build.xml:288: The following error occurred while executing this line:
  563. /tmp/vidux/Vidux/build.xml:293: The following error occurred while executing this line:
  564. /tmp/vidux/Vidux/build.xml:456: Compile failed; see the compiler error output for details.
  565.  
  566. Total time: 22 seconds
  567. make[1]: Leaving directory `/tmp/vidux/Vidux'
  568. make[1]: *** [dist] Error 1
  569. make: *** [dist] Error 2
  570.  
  571. Build step 'Execute shell' marked build as failure
  572. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement