Advertisement
Guest User

console log

a guest
Nov 22nd, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 KB | None | 0 0
  1. > ionic-app-scripts build --target cordova --platform android
  2. [14:49:49] ionic-app-scripts 3.2.0
  3. [14:49:49] build dev started ...
  4. [14:49:49] clean started ...
  5. [14:49:49] clean finished in 61 ms
  6. [14:49:49] copy started ...
  7. [14:49:49] deeplinks started ...
  8. [14:49:50] deeplinks finished in 274 ms
  9. [14:49:50] transpile started ...
  10. [14:50:08] transpile finished in 18.42 s
  11. [14:50:08] preprocess started ...
  12. [14:50:08] preprocess finished in 2 ms
  13. [14:50:08] webpack started ...
  14. [14:50:08] copy finished in 19.28 s
  15. [14:50:16] webpack finished in 7.49 s
  16. [14:50:16] sass started ...
  17. [14:50:18] sass finished in 2.74 s
  18. [14:50:18] postprocess started ...
  19. [14:50:18] postprocess finished in 28 ms
  20. [14:50:18] lint started ...
  21. [14:50:18] build dev finished in 29.59 s
  22. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/app.component.ts, line: 5
  23. All imports on this line are unused.
  24.  
  25. L5: import { HomePage } from '../pages/home/home';
  26. L6: import { LoginPage } from '../pages/login/login';
  27.  
  28. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/app.component.ts, line: 7
  29. All imports on this line are unused.
  30.  
  31. L6: import { LoginPage } from '../pages/login/login';
  32. L7: import { IzvjestajPage } from '../pages/izvjestaj/izvjestaj';
  33. L8: import { NalogPage } from '../pages/nalog/nalog';
  34.  
  35. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/app.component.ts, line: 8
  36. All imports on this line are unused.
  37.  
  38. L7: import { IzvjestajPage } from '../pages/izvjestaj/izvjestaj';
  39. L8: import { NalogPage } from '../pages/nalog/nalog';
  40. L9: import { OtkazPage } from '../pages/otkaz/otkaz';
  41.  
  42. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/app.component.ts, line: 9
  43. All imports on this line are unused.
  44.  
  45. L8: import { NalogPage } from '../pages/nalog/nalog';
  46. L9: import { OtkazPage } from '../pages/otkaz/otkaz';
  47. L10: import { ServicesPage } from '../pages/services/services';
  48.  
  49. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/app.component.ts, line: 10
  50. All imports on this line are unused.
  51.  
  52. L9: import { OtkazPage } from '../pages/otkaz/otkaz';
  53. L10: import { ServicesPage } from '../pages/services/services';
  54. L11: @Component({
  55.  
  56. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/services/services.ts, line: 19
  57. 'username' is declared but its value is never read.
  58.  
  59. L18: export class ServicesPage {
  60. L19: private username: string;
  61. L20: private password: string;
  62.  
  63. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/services/services.ts, line: 20
  64. 'password' is declared but its value is never read.
  65.  
  66. L19: private username: string;
  67. L20: private password: string;
  68. L21: private namesur: string;
  69.  
  70. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/services/services.ts, line: 22
  71. 'phone' is declared but its value is never read.
  72.  
  73. L21: private namesur: string;
  74. L22: private phone: string;
  75. L23: private type: string;
  76.  
  77. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/services/services.ts, line: 23
  78. 'type' is declared but its value is never read.
  79.  
  80. L22: private phone: string;
  81. L23: private type: string;
  82. L24: private id: string;
  83.  
  84. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/services/services.ts, line: 24
  85. 'id' is declared but its value is never read.
  86.  
  87. L23: private type: string;
  88. L24: private id: string;
  89. L25: private company: string;
  90.  
  91. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/services/services.ts, line: 25
  92. 'company' is declared but its value is never read.
  93.  
  94. L24: private id: string;
  95. L25: private company: string;
  96. L26: constructor(public navCtrl: NavController, public navParams: NavParams, public peopleProvider: PeopleServiceProvider, public http: HttpClient) {
  97.  
  98. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 13
  99. 'username' is declared but its value is never read.
  100.  
  101. L12: export class HomePage {
  102. L13: private username: string;
  103. L14: private password: string;
  104.  
  105. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 14
  106. 'password' is declared but its value is never read.
  107.  
  108. L13: private username: string;
  109. L14: private password: string;
  110.  
  111. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 16
  112. 'invalidLogin' is declared but its value is never read.
  113.  
  114. L16: private invalidLogin: boolean = false;
  115. L17: private invalidLoginMessage: string = "";
  116.  
  117. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 17
  118. 'invalidLoginMessage' is declared but its value is never read.
  119.  
  120. L16: private invalidLogin: boolean = false;
  121. L17: private invalidLoginMessage: string = "";
  122. L18: private namesur: string;
  123.  
  124. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 19
  125. 'pservices' is declared but its value is never read.
  126.  
  127. L18: private namesur: string;
  128. L19: private pservices: string;
  129. L20: private uservices: string;
  130.  
  131. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 20
  132. 'uservices' is declared but its value is never read.
  133.  
  134. L19: private pservices: string;
  135. L20: private uservices: string;
  136. L21: private nservices: string;
  137.  
  138. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 21
  139. 'nservices' is declared but its value is never read.
  140.  
  141. L20: private uservices: string;
  142. L21: private nservices: string;
  143. L22: private phone: string;
  144.  
  145. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 22
  146. 'phone' is declared but its value is never read.
  147.  
  148. L21: private nservices: string;
  149. L22: private phone: string;
  150. L23: private type: string;
  151.  
  152. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 23
  153. 'type' is declared but its value is never read.
  154.  
  155. L22: private phone: string;
  156. L23: private type: string;
  157. L24: private id: string;
  158.  
  159. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 24
  160. 'id' is declared but its value is never read.
  161.  
  162. L23: private type: string;
  163. L24: private id: string;
  164. L25: private company: string;
  165.  
  166. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 25
  167. 'company' is declared but its value is never read.
  168.  
  169. L24: private id: string;
  170. L25: private company: string;
  171. L26: constructor(public navCtrl: NavController, public peopleProvider: PeopleServiceProvider, public navParams: NavParams, public http: HttpClient) {
  172.  
  173. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 2
  174. 'IonicPage' is declared but its value is never read.
  175.  
  176. L1: import { Component } from '@angular/core';
  177. L2: import { IonicPage, NavController, NavParams } from 'ionic-angular';
  178. L3: import { ServicesPage } from '../services/services';
  179.  
  180. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/home/home.ts, line: 6
  181. All imports on this line are unused.
  182.  
  183. L5: import { HttpClient } from '@angular/common/http';
  184. L6: import { Observable } from 'rxjs';
  185.  
  186. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/app.module.ts, line: 4
  187. All imports on this line are unused.
  188.  
  189. L3: import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';
  190. L4: import { SplashScreen } from '@ionic-native/splash-screen';
  191. L5: import { StatusBar } from '@ionic-native/status-bar';
  192.  
  193. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/app.module.ts, line: 6
  194. 'HTTP_INTERCEPTORS' is declared but its value is never read.
  195.  
  196. L5: import { StatusBar } from '@ionic-native/status-bar';
  197. L6: import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
  198.  
  199. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/app/main.ts, line: 2
  200. All imports on this line are unused.
  201.  
  202. L1: import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
  203. L2: import { enableProdMode } from '@angular/core';
  204. L3: import { AppModule } from './app.module';
  205.  
  206. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/providers/api-xhr-backend/api-xhr-backend.ts, line: 1
  207. All imports on this line are unused.
  208.  
  209. L1: import { HttpClient } from '@angular/common/http';
  210. L2: import { Injectable } from '@angular/core';
  211.  
  212. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/providers/api-xhr-backend/api-xhr-backend.ts, line: 5
  213. 'HttpInterceptor' is declared but its value is never read.
  214.  
  215. L4: HttpEvent,
  216. L5: HttpInterceptor,
  217. L6: HttpHandler,
  218.  
  219. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/login/login.ts, line: 26
  220. 'invalidLogin' is declared but its value is never read.
  221.  
  222. L26: private invalidLogin: boolean = false;
  223. L27: private invalidLoginMessage: string = "";
  224.  
  225. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/login/login.ts, line: 27
  226. 'invalidLoginMessage' is declared but its value is never read.
  227.  
  228. L26: private invalidLogin: boolean = false;
  229. L27: private invalidLoginMessage: string = "";
  230.  
  231. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/login/login.ts, line: 4
  232. All imports on this line are unused.
  233.  
  234. L3: import { HomePage } from '../home/home';
  235. L4: import { Observable } from 'rxjs';
  236. L5: import { HttpClient } from '@angular/common/http';
  237.  
  238. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 20
  239. 'namesur' is declared but its value is never read.
  240.  
  241. L19: export class NalogPage {
  242. L20: private namesur: string;
  243. L21: private address: string;
  244.  
  245. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 21
  246. 'address' is declared but its value is never read.
  247.  
  248. L20: private namesur: string;
  249. L21: private address: string;
  250. L22: private phone: string;
  251.  
  252. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 22
  253. 'phone' is declared but its value is never read.
  254.  
  255. L21: private address: string;
  256. L22: private phone: string;
  257. L23: private company: string;
  258.  
  259. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 23
  260. 'company' is declared but its value is never read.
  261.  
  262. L22: private phone: string;
  263. L23: private company: string;
  264. L24: private access_date: string;
  265.  
  266. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 24
  267. 'access_date' is declared but its value is never read.
  268.  
  269. L23: private company: string;
  270. L24: private access_date: string;
  271. L25: private type: string;
  272.  
  273. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 25
  274. 'type' is declared but its value is never read.
  275.  
  276. L24: private access_date: string;
  277. L25: private type: string;
  278. L26: private model: string;
  279.  
  280. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 26
  281. 'model' is declared but its value is never read.
  282.  
  283. L25: private type: string;
  284. L26: private model: string;
  285. L27: private intervention: string;
  286.  
  287. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 27
  288. 'intervention' is declared but its value is never read.
  289.  
  290. L26: private model: string;
  291. L27: private intervention: string;
  292. L28: private intervention_details: string;
  293.  
  294. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 28
  295. 'intervention_details' is declared but its value is never read.
  296.  
  297. L27: private intervention: string;
  298. L28: private intervention_details: string;
  299. L29: private id: string;
  300.  
  301. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 29
  302. 'id' is declared but its value is never read.
  303.  
  304. L28: private intervention_details: string;
  305. L29: private id: string;
  306. L30: constructor(public navCtrl: NavController, public navParams: NavParams, public http: HttpClient) {
  307.  
  308. [14:50:29] tslint: C:/ES.eWarrant/eWarrant/src/pages/nalog/nalog.ts, line: 5
  309. All imports on this line are unused.
  310.  
  311. L4: import { OtkazPage } from '../otkaz/otkaz';
  312. L5: import { PeopleServiceProvider } from '../../providers/people-service/people-service';
  313. L6: import { HttpClient } from '@angular/common/http';
  314.  
  315. [14:50:29] lint finished in 10.91 s
  316. > cordova run android
  317. Android Studio project detected
  318. ANDROID_HOME=C:\Users\ES property\AppData\Local\Android\sdk
  319. JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181
  320. studio
  321. Subproject Path: CordovaLib
  322. Subproject Path: app
  323. publishNonDefault is deprecated and has no effect anymore. All variants are now published.
  324. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
  325. at build_d299sbv6k66k2vdw5tycv5gv7.run(C:\ES.eWarrant\eWarrant\platforms\android\app\build.gradle:148)
  326. Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
  327. :CordovaLib:preBuild UP-TO-DATE
  328. :CordovaLib:preDebugBuild UP-TO-DATE
  329. :CordovaLib:compileDebugAidl UP-TO-DATE
  330. :CordovaLib:compileDebugRenderscript UP-TO-DATE
  331. :CordovaLib:checkDebugManifest UP-TO-DATE
  332. :CordovaLib:generateDebugBuildConfig UP-TO-DATE
  333. :CordovaLib:prepareLintJar UP-TO-DATE
  334. :CordovaLib:generateDebugResValues UP-TO-DATE
  335. :CordovaLib:generateDebugResources UP-TO-DATE
  336. :CordovaLib:packageDebugResources UP-TO-DATE
  337. :CordovaLib:platformAttrExtractor UP-TO-DATE
  338. :CordovaLib:processDebugManifest UP-TO-DATE
  339. :CordovaLib:processDebugResources UP-TO-DATE
  340. :CordovaLib:generateDebugSources UP-TO-DATE
  341. :CordovaLib:javaPreCompileDebug UP-TO-DATE
  342. :CordovaLib:compileDebugJavaWithJavac UP-TO-DATE
  343. :CordovaLib:processDebugJavaRes NO-SOURCE
  344. :CordovaLib:transformClassesAndResourcesWithPrepareIntermediateJarsForDebug UP-TO-DATE
  345. :app:preBuild UP-TO-DATE
  346. :app:preDebugBuild UP-TO-DATE
  347. :app:compileDebugAidl UP-TO-DATE
  348. :CordovaLib:packageDebugRenderscript NO-SOURCE
  349. :app:compileDebugRenderscript UP-TO-DATE
  350. :app:checkDebugManifest UP-TO-DATE
  351. :app:generateDebugBuildConfig UP-TO-DATE
  352. :app:prepareLintJar UP-TO-DATE
  353. :app:generateDebugResValues UP-TO-DATE
  354. :app:generateDebugResources UP-TO-DATE
  355. :app:mergeDebugResources
  356. :app:createDebugCompatibleScreenManifests UP-TO-DATE
  357. :app:processDebugManifest UP-TO-DATE
  358. :app:splitsDiscoveryTaskDebug UP-TO-DATE
  359. :app:processDebugResources
  360. :app:generateDebugSources
  361. :app:javaPreCompileDebug UP-TO-DATE
  362. :app:compileDebugJavaWithJavac UP-TO-DATE
  363. :app:compileDebugNdk NO-SOURCE
  364. :app:compileDebugSources UP-TO-DATE
  365. :CordovaLib:mergeDebugShaders UP-TO-DATE
  366. :CordovaLib:compileDebugShaders UP-TO-DATE
  367. :CordovaLib:generateDebugAssets UP-TO-DATE
  368. :CordovaLib:mergeDebugAssets UP-TO-DATE
  369. :app:mergeDebugShaders UP-TO-DATE
  370. :app:compileDebugShaders UP-TO-DATE
  371. :app:generateDebugAssets UP-TO-DATE
  372. :app:mergeDebugAssets UP-TO-DATE
  373. :app:transformClassesWithStackFramesFixerForDebug UP-TO-DATE
  374. :app:transformClassesWithDesugarForDebug UP-TO-DATE
  375. :app:transformClassesWithDexBuilderForDebug UP-TO-DATE
  376. :app:transformDexArchiveWithExternalLibsDexMergerForDebug UP-TO-DATE
  377. :app:transformDexArchiveWithDexMergerForDebug UP-TO-DATE
  378. :CordovaLib:compileDebugNdk NO-SOURCE
  379. :CordovaLib:mergeDebugJniLibFolders UP-TO-DATE
  380. :CordovaLib:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
  381. :CordovaLib:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE
  382. :app:mergeDebugJniLibFolders UP-TO-DATE
  383. :app:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
  384. :app:processDebugJavaRes NO-SOURCE
  385. :app:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
  386. :app:validateSigningDebug
  387. :app:packageDebug
  388. :app:assembleDebug
  389. :app:cdvBuildDebug
  390.  
  391. BUILD SUCCESSFUL in 7s
  392. 46 actionable tasks: 4 executed, 42 up-to-date
  393. Built the following apk(s):
  394. C:\ES.eWarrant\eWarrant\platforms\android\app\build\outputs\apk\debug\app-debug.apk
  395. ANDROID_HOME=C:\Users\ES property\AppData\Local\Android\sdk
  396. JAVA_HOME=C:\Program Files\Java\jdk1.8.0_181
  397. No target specified and no devices found, deploying to emulator
  398. No emulator specified, defaulting to VisualStudio_android-23_arm_phone
  399. Waiting for emulator to start...
  400. PANIC: Broken AVD system path. Check your ANDROID_SDK_ROOT value [C:\Users\ES property\AppData\Local\Android\sdk]!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement