Snippets

Carlos Rueda tethysdash-docker build/dockerize.sh tethysdash output

You are viewing an old version of this snippet. View the current version.
Revised by Carlos Rueda ef6f553
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
  tethysdash-docker git:(master)  ./build.sh 2.x.y
ANT_OPTS=-Xmx1g
Buildfile: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/build.xml

clean:

getlibs:
      [get] Getting: http://repo1.maven.org/maven2/com/google/gwt/gwt-dev/2.5.0/gwt-dev-2.5.0.jar
      [get] To: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/gwt-dev-2.5.0.jar
      [get] Getting: http://repo1.maven.org/maven2/com/google/gwt/gwt-user/2.5.0/gwt-user-2.5.0.jar
      [get] To: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/gwt-user-2.5.0.jar
      [get] Destination already exists (skipping): /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/gwt-codeserver.jar
      [get] Getting: http://repo1.maven.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
      [get] To: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/validation-api-1.0.0.GA.jar
      [get] Getting: http://repo1.maven.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar
      [get] To: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/validation-api-1.0.0.GA-sources.jar
      [get] Getting: http://repo1.maven.org/maven2/com/google/gwt/gwt-servlet/2.5.0/gwt-servlet-2.5.0.jar
      [get] To: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/gwt-servlet.jar

prepare:
    [mkdir] Created dir: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/classes

gwt-compile:
     [java] Compiling module org.mbari.tethys.dash.Dash
     [java]    Compiling 6 permutations
     [java]       Compiling permutation 0...
     [java]       Process output
     [java]          Compiling
     [java]             Compiling permutation 1...
     [java]       Compiling permutation 2...
     [java]          Compiling
     [java]             Compiling permutation 3...
     [java]       Compiling permutation 4...
     [java]          Compiling
     [java]             Compiling permutation 5...
     [java]    Compile of permutations succeeded
     [java] Linking into /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/dash; Writing extras to /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/extras/dash
     [java]    Link succeeded
     [java]    Compilation succeeded -- 52.114s

compile:
    [javac] Compiling 265 source files to /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/classes
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.Deployment -> org.mbari.tethys.dash.model.QDeployment
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.Doc -> org.mbari.tethys.dash.model.QDoc
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.DocInstance -> org.mbari.tethys.dash.model.QDocInstance
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.Event -> org.mbari.tethys.dash.model.QEvent
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.Fix -> org.mbari.tethys.dash.model.QFix
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.Notify -> org.mbari.tethys.dash.model.QNotify
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.SavedPatch -> org.mbari.tethys.dash.model.QSavedPatch
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.Simulation -> org.mbari.tethys.dash.model.QSimulation
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.Target -> org.mbari.tethys.dash.model.QTarget
    [javac] DataNucleus : JDO Query - org.mbari.tethys.dash.model.User -> org.mbari.tethys.dash.model.QUser
    [javac] Note: DataNucleus JDO AnnotationProcessor for generating Typesafe classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

copy.metadata:
     [copy] Copying 607 files to /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/classes

enhanceOnly:
     [echo] module.enhancer.classpath = /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/classes:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/commons-codec-1.10.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/commons-dbcp-1.4.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/commons-fileupload-1.3.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/commons-io-2.4.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/commons-logging-1.2.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/config-1.2.1.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/datanucleus-api-jdo-4.0.4.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/datanucleus-core-4.0.4.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/datanucleus-jdo-query-4.0.4.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/datanucleus-rdbms-4.0.5.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/diffutils-1.2.1.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/gson-2.2.4.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/gwt-servlet.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/httpclient-4.3.4.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/httpcore-4.3.3.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jasypt-1.9.2.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/java-jwt-2.1.0.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jcommon-1.0.16.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jdo-api-3.1-rc1.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jfreechart-1.0.13.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jna-3.4.0.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/joda-time-2.9.9.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jpa-annotations-source.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jsch-0.1.53.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/jsr305-1.3.9.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/log4j-1.2.16.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/netcdf-4.2.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/org.eclipse.jgit-4.0.1.201506240215-r.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/postgresql-9.3-1102.jdbc3.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/pusher-http-java-0.9.3.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/resolver.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/serializer.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/slf4j-api-1.6.2.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/slf4j-jdk14-1.6.2.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/svnkit-1.7.5.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/svnkit-cli-1.7.5.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/trilead-ssh2-1.0.0-build215.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/xercesImpl.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/lib/xml-apis.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/asm-3.3.1.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/gwt-codeserver.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/gwt-dev-2.5.0.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/gwt-user-2.5.0.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/javax.mail-1.5.2.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/pusher-java-client-1.4.0.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/validation-api-1.0.0.GA-sources.jar:/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/lib/validation-api-1.0.0.GA.jar
[nucleusenhancer] log4j:WARN No appenders could be found for logger (DataNucleus.General).
[nucleusenhancer] log4j:WARN Please initialize the log4j system properly.
[nucleusenhancer] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[nucleusenhancer] DataNucleus Enhancer (version 4.0.4) for API "JDO"
[nucleusenhancer] DataNucleus Enhancer completed with success for 10 classes.

enhance:

check-war:

delete-war:

apply-templates:
     [copy] Copying 1 file to /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/war/WEB-INF/html

make-war:
      [jar] Building jar: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/TethysDash.war

apiclient:
      [jar] Building jar: /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/tethysdash-apiclient-2.4.0.jar
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Creating destination directory: "/Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/javaclient/"
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/DListResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/DeleteUserResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/DeploymentInfo.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/InfoResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/LaunchOrRecoverResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/MissionDefinitionSummary.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/MissionList.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/RemoveEventsResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/ResetPasswordResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/SendCommandsResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/SendNoteResult.java...
  [javadoc] Loading source file /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/model/UserResult.java...
  [javadoc] Constructing Javadoc information...
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:3: error: package com.google.gson does not exist
  [javadoc] import com.google.gson.Gson;
  [javadoc]                       ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:4: error: package org.apache.commons.io does not exist
  [javadoc] import org.apache.commons.io.IOUtils;
  [javadoc]                             ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:5: error: package org.apache.http does not exist
  [javadoc] import org.apache.http.HttpResponse;
  [javadoc]                       ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:6: error: package org.apache.http.client does not exist
  [javadoc] import org.apache.http.client.HttpClient;
  [javadoc]                              ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:7: error: package org.apache.http.client.config does not exist
  [javadoc] import org.apache.http.client.config.RequestConfig;
  [javadoc]                                     ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:8: error: package org.apache.http.client.methods does not exist
  [javadoc] import org.apache.http.client.methods.HttpDelete;
  [javadoc]                                      ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:9: error: package org.apache.http.client.methods does not exist
  [javadoc] import org.apache.http.client.methods.HttpGet;
  [javadoc]                                      ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:10: error: package org.apache.http.client.methods does not exist
  [javadoc] import org.apache.http.client.methods.HttpPost;
  [javadoc]                                      ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:11: error: package org.apache.http.client.methods does not exist
  [javadoc] import org.apache.http.client.methods.HttpRequestBase;
  [javadoc]                                      ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:12: error: package org.apache.http.client.utils does not exist
  [javadoc] import org.apache.http.client.utils.URIBuilder;
  [javadoc]                                    ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:13: error: package org.apache.http.impl.client does not exist
  [javadoc] import org.apache.http.impl.client.HttpClientBuilder;
  [javadoc]                                   ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:469: error: cannot find symbol
  [javadoc]   private HttpResponse makeRequest(HttpRequestBase request) throws IOException {
  [javadoc]                                    ^
  [javadoc]   symbol:   class HttpRequestBase
  [javadoc]   location: class ApiClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:469: error: cannot find symbol
  [javadoc]   private HttpResponse makeRequest(HttpRequestBase request) throws IOException {
  [javadoc]           ^
  [javadoc]   symbol:   class HttpResponse
  [javadoc]   location: class ApiClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:477: error: cannot find symbol
  [javadoc]   private HttpResponse makeRequestWithAuth(HttpRequestBase request) throws UnauthenticatedException, IOException {
  [javadoc]                                            ^
  [javadoc]   symbol:   class HttpRequestBase
  [javadoc]   location: class ApiClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:477: error: cannot find symbol
  [javadoc]   private HttpResponse makeRequestWithAuth(HttpRequestBase request) throws UnauthenticatedException, IOException {
  [javadoc]           ^
  [javadoc]   symbol:   class HttpResponse
  [javadoc]   location: class ApiClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:488: error: cannot find symbol
  [javadoc]   private static String getResponseContent(HttpResponse httpResponse) throws IOException {
  [javadoc]                                            ^
  [javadoc]   symbol:   class HttpResponse
  [javadoc]   location: class ApiClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/ApiClient.java:495: error: cannot find symbol
  [javadoc]   private static final Gson gson = new Gson();
  [javadoc]                        ^
  [javadoc]   symbol:   class Gson
  [javadoc]   location: class ApiClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:3: error: package com.google.gson does not exist
  [javadoc] import com.google.gson.Gson;
  [javadoc]                       ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:4: error: package com.pusher.client does not exist
  [javadoc] import com.pusher.client.Pusher;
  [javadoc]                         ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:5: error: package com.pusher.client does not exist
  [javadoc] import com.pusher.client.PusherOptions;
  [javadoc]                         ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:6: error: package com.pusher.client.channel does not exist
  [javadoc] import com.pusher.client.channel.Channel;
  [javadoc]                                 ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:7: error: package com.pusher.client.channel does not exist
  [javadoc] import com.pusher.client.channel.ChannelEventListener;
  [javadoc]                                 ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:8: error: package com.pusher.client.channel does not exist
  [javadoc] import com.pusher.client.channel.SubscriptionEventListener;
  [javadoc]                                 ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:9: error: package com.pusher.client.connection does not exist
  [javadoc] import com.pusher.client.connection.ConnectionEventListener;
  [javadoc]                                    ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:10: error: package com.pusher.client.connection does not exist
  [javadoc] import com.pusher.client.connection.ConnectionStateChange;
  [javadoc]                                    ^
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:185: error: cannot find symbol
  [javadoc]   private Pusher pusher;
  [javadoc]           ^
  [javadoc]   symbol:   class Pusher
  [javadoc]   location: class AsyncClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:169: error: cannot find symbol
  [javadoc]   private class ConnectionListener implements ConnectionEventListener {
  [javadoc]                                               ^
  [javadoc]   symbol:   class ConnectionEventListener
  [javadoc]   location: class AsyncClient
  [javadoc] /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/src/org/mbari/tethys/rest/client/AsyncClient.java:172: error: cannot find symbol
  [javadoc]     public void onConnectionStateChange(ConnectionStateChange change) {
  [javadoc]                                         ^
  [javadoc]   symbol:   class ConnectionStateChange
  [javadoc]   location: class AsyncClient.ConnectionListener
  [javadoc] Standard Doclet version 1.7.0_25
  [javadoc] Building tree for all the packages and classes...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /Users/carueda/bitbucket/mbari/tethysdash-docker/tethysdash/javaclient/help-doc.html...
  [javadoc] 28 warnings

distribution:

BUILD SUCCESSFUL
Total time: 1 minute 13 seconds
npm WARN package.json FleetStatus@1.7.3 No license field.
npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
gulp-rename@1.2.2 node_modules/gulp-rename

leaflet-mouse-position@1.0.1 node_modules/leaflet-mouse-position

angular-sanitize@1.6.6 node_modules/angular-sanitize

open@0.0.5 node_modules/open

angular-route@1.2.32 node_modules/angular-route

tr-ng-grid@3.1.5 node_modules/tr-ng-grid

angular-cookie@4.0.10 node_modules/angular-cookie

leaflet.gridlayer.googlemutant@0.4.4 node_modules/leaflet.gridlayer.googlemutant

moment-duration-format@1.3.0 node_modules/moment-duration-format

lodash@2.4.2 node_modules/lodash

angular-local-storage@0.2.7 node_modules/angular-local-storage

angular-growl-v2@0.7.5 node_modules/angular-growl-v2

bootstrap-css-only@3.3.7 node_modules/bootstrap-css-only

angular@1.6.6 node_modules/angular

angular-simple-logger@0.1.7 node_modules/angular-simple-logger
└── debug@2.6.8 (ms@2.0.0)

font-awesome@4.7.0 node_modules/font-awesome

merge-stream@0.1.8 node_modules/merge-stream
└── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.34)

angularjs-slider@2.10.4 node_modules/angularjs-slider

gulp-replace@0.2.0 node_modules/gulp-replace
├── replacestream@0.0.6 (through@2.3.8)
└── event-stream@3.0.20 (pause-stream@0.0.11, duplexer@0.1.1, stream-combiner@0.0.4, from@0.1.7, map-stream@0.0.7, split@0.2.10, through@2.3.8)

gulp-gzip@1.4.0 node_modules/gulp-gzip
├── stream-to-array@1.0.0
├── bytes@0.3.0
└── through2@0.4.2 (readable-stream@1.0.34, xtend@2.1.2)

rimraf@2.6.2 node_modules/rimraf
└── glob@7.1.2 (path-is-absolute@1.0.1, inherits@2.0.3, fs.realpath@1.0.0, once@1.4.0, inflight@1.0.6, minimatch@3.0.4)

gulp-concat@2.6.1 node_modules/gulp-concat
├── vinyl@2.1.0 (replace-ext@1.0.0, clone-buffer@1.0.0, clone-stats@1.0.0, remove-trailing-separator@1.1.0, clone@2.1.1, cloneable-readable@1.0.0)
├── concat-with-sourcemaps@1.0.4 (source-map@0.5.7)
└── through2@2.0.3 (xtend@4.0.1, readable-stream@2.3.3)

run-sequence@1.2.2 node_modules/run-sequence
└── chalk@2.1.0 (escape-string-regexp@1.0.5, supports-color@4.4.0, ansi-styles@3.2.0)

jquery@2.2.4 node_modules/jquery

log4js@0.6.38 node_modules/log4js
├── semver@4.3.6
└── readable-stream@1.0.34 (string_decoder@0.10.31, isarray@0.0.1, inherits@2.0.3, core-util-is@1.0.2)

leaflet@1.2.0 node_modules/leaflet

gulp@3.5.6 node_modules/gulp
├── pretty-hrtime@0.2.2
├── deprecated@0.0.1
├── archy@0.0.2
├── chalk@0.4.0 (ansi-styles@1.0.0, has-color@0.1.7, strip-ansi@0.1.1)
├── semver@2.3.2
├── orchestrator@0.3.8 (stream-consume@0.1.0, sequencify@0.0.7, end-of-stream@0.1.5)
├── liftoff@0.9.8 (extend@1.2.1, minimist@0.0.10, resolve@0.6.3, findup-sync@0.1.3)
└── vinyl-fs@0.1.4 (graceful-fs@2.0.3, map-stream@0.1.0, mkdirp@0.3.5, vinyl@0.2.3, glob-stream@3.1.18, glob-watcher@0.0.6)

gulp-util@2.2.20 node_modules/gulp-util
├── lodash._reinterpolate@2.4.1
├── minimist@0.2.0
├── vinyl@0.2.3 (clone-stats@0.0.1)
├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
├── through2@0.5.1 (xtend@3.0.0, readable-stream@1.0.34)
├── lodash.template@2.4.1 (lodash.values@2.4.1, lodash.templatesettings@2.4.1, lodash._escapestringchar@2.4.1, lodash.defaults@2.4.1, lodash.keys@2.4.1, lodash.escape@2.4.1)
├── multipipe@0.1.2 (duplexer2@0.0.2)
└── dateformat@1.0.12 (get-stdin@4.0.1, meow@3.7.0)

gulp-uglify@1.5.4 node_modules/gulp-uglify
├── uglify-save-license@0.4.1
├── deap@1.0.0
├── isobject@2.1.0 (isarray@1.0.0)
├── vinyl-sourcemaps-apply@0.2.1 (source-map@0.5.7)
├── fancy-log@1.3.0 (time-stamp@1.1.0, chalk@1.1.3)
├── through2@2.0.3 (xtend@4.0.1, readable-stream@2.3.3)
├── gulp-util@3.0.8 (array-differ@1.0.0, object-assign@3.0.0, lodash._reinterpolate@3.0.0, lodash._reescape@3.0.0, lodash._reevaluate@3.0.0, array-uniq@1.0.3, beeper@1.1.1, dateformat@2.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, minimist@1.2.0, vinyl@0.5.3, chalk@1.1.3, lodash.template@3.6.2, gulplog@1.0.0, multipipe@0.1.2)
└── uglify-js@2.6.4 (async@0.2.10, uglify-to-browserify@1.0.2, source-map@0.5.7, yargs@3.10.0)

gulp-webserver@0.9.1 node_modules/gulp-webserver
├── isarray@0.0.1
├── connect-livereload@0.4.1
├── proxy-middleware@0.5.1
├── watch@0.11.0
├── node.extend@1.1.6 (is@3.2.1)
├── through2@0.5.1 (xtend@3.0.0, readable-stream@1.0.34)
├── connect@3.6.3 (parseurl@1.3.2, utils-merge@1.0.0, debug@2.6.8, finalhandler@1.0.4)
├── serve-static@1.12.4 (escape-html@1.0.3, encodeurl@1.0.1, parseurl@1.3.2, send@0.15.4)
├── tiny-lr@0.1.4 (debug@0.8.1, parseurl@1.3.2, qs@2.2.5, body-parser@1.8.4, faye-websocket@0.7.3)
└── serve-index@1.9.0 (escape-html@1.0.3, parseurl@1.3.2, batch@0.6.1, http-errors@1.6.2, accepts@1.3.4, mime-types@2.1.17, debug@2.6.8)

angular-ui-bootstrap@1.3.3 node_modules/angular-ui-bootstrap

ui-leaflet@2.0.0 node_modules/ui-leaflet
└── leaflet@0.7.7

pusher-js@3.2.4 node_modules/pusher-js
├── xmlhttprequest@1.8.0
└── faye-websocket@0.9.4 (websocket-driver@0.7.0)

moment@2.18.1 node_modules/moment

leaflet-measure@2.1.7 node_modules/leaflet-measure
├── underscore@1.8.3
├── humanize@0.0.9
├── i18n-2@0.6.3 (sprintf@0.1.5)
├── geocrunch@0.1.1 (underscore@1.5.2)
├── color@0.8.0 (color-convert@0.5.3, color-string@0.3.0)
└── brfs@1.4.3 (through2@2.0.3, quote-stream@1.0.2, resolve@1.4.0, static-module@1.5.0)

gulp-tar@1.9.0 node_modules/gulp-tar
├── object-assign@4.1.1
├── through2@2.0.3 (xtend@4.0.1, readable-stream@2.3.3)
├── gulp-util@3.0.8 (array-differ@1.0.0, object-assign@3.0.0, lodash._reinterpolate@3.0.0, lodash._reescape@3.0.0, array-uniq@1.0.3, lodash._reevaluate@3.0.0, beeper@1.1.1, dateformat@2.0.0, replace-ext@0.0.1, fancy-log@1.3.0, has-gulplog@0.1.0, minimist@1.2.0, vinyl@0.5.3, chalk@1.1.3, gulplog@1.0.0, lodash.template@3.6.2, multipipe@0.1.2)
└── archiver@1.3.0 (buffer-crc32@0.2.13, archiver-utils@1.3.0, walkdir@0.0.11, readable-stream@2.3.3, tar-stream@1.5.4, glob@7.1.2, zip-stream@1.2.0, async@2.5.0, lodash@4.17.4)

gulp-less@3.3.2 node_modules/gulp-less
├── object-assign@4.1.1
├── vinyl-sourcemaps-apply@0.2.1 (source-map@0.5.7)
├── through2@2.0.3 (xtend@4.0.1, readable-stream@2.3.3)
├── gulp-util@3.0.8 (array-differ@1.0.0, lodash._reescape@3.0.0, object-assign@3.0.0, array-uniq@1.0.3, beeper@1.1.1, lodash._reevaluate@3.0.0, lodash._reinterpolate@3.0.0, dateformat@2.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, fancy-log@1.3.0, minimist@1.2.0, vinyl@0.5.3, chalk@1.1.3, lodash.template@3.6.2, gulplog@1.0.0, multipipe@0.1.2)
├── accord@0.27.3 (lodash.flatten@4.4.0, lodash.pick@4.4.0, lodash.defaults@4.2.0, lodash.uniq@4.5.0, indx@0.2.3, lodash.partialright@4.2.1, lodash.clone@4.5.0, lodash.merge@4.6.0, semver@5.4.1, convert-source-map@1.5.0, glob@7.1.2, when@3.7.8, resolve@1.4.0, uglify-js@2.8.29)
└── less@2.7.2 (graceful-fs@4.1.11, mime@1.4.0, image-size@0.5.5, source-map@0.5.7, errno@0.1.4, mkdirp@0.5.1, promise@7.3.1, request@2.81.0)
[12:21:52] Warning: gulp version mismatch:
[12:21:52] Global gulp is 3.9.1
[12:21:52] Local gulp is 3.5.6
[12:21:53] building version  1.7.3
[12:21:53] Using gulpfile ~/bitbucket/mbari/tethysdash-docker/tdfs/gulpfile.js
[12:21:53] Starting 'dist'...
[12:21:53] Starting 'clean'...
[12:21:53] Finished 'clean' after 5.88 ms
[12:21:53] Starting 'app'...
[12:21:53] Starting 'clean'...
[12:21:53] Starting 'trNgGrid-min-workaround'...
[12:21:53] Starting 'rzslider-copy-rzslider.less'...
[12:21:53] Starting 'vendor-other'...
[12:21:53] Starting 'fleetstatus-js'...
[12:21:53] Starting 'fleetstatus-css'...
[12:21:53] Starting 'fleetstatus-other'...
[12:21:53] Finished 'clean' after 59 ms
[12:21:53] Starting 'vendor-orig'...
[12:21:54] Finished 'rzslider-copy-rzslider.less' after 803 ms
[12:21:54] Starting 'rzslider-variables-smaller-pointers'...
[12:21:54] Finished 'trNgGrid-min-workaround' after 1.58 s
[12:21:54] Starting 'vendor-js'...
[12:21:54] Finished 'fleetstatus-css' after 1.56 s
[12:21:54] Finished 'vendor-other' after 1.58 s
[12:21:55] Finished 'fleetstatus-other' after 1.6 s
[12:21:55] Finished 'fleetstatus-js' after 1.72 s
[12:21:55] Starting 'fleetstatus'...
[12:21:55] Finished 'fleetstatus' after 463 μs
[12:21:55] Finished 'app' after 1.81 s
[12:21:55] Finished 'rzslider-variables-smaller-pointers' after 1.09 s
[12:21:55] Starting 'rzslider-smaller-pointers'...
[12:21:55] Finished 'vendor-js' after 475 ms
[12:21:55] Finished 'rzslider-smaller-pointers' after 629 ms
[12:21:55] Starting 'vendor-css'...
[12:21:55] Finished 'vendor-orig' after 2.51 s
[12:21:55] Finished 'vendor-css' after 43 ms
[12:21:55] Starting 'vendor'...
[12:21:55] Finished 'vendor' after 4.89 μs
[12:21:55] Starting 'min'...
[12:21:55] Finished 'min' after 2.58 μs
[12:21:55] Starting 'tar'...
[12:21:58] Finished 'tar' after 2.14 s
[12:21:58] Finished 'dist' after 4.74 s
npm WARN package.json tdusr@1.0.1 No license field.
npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
angular-gravatar@0.4.2 node_modules/angular-gravatar

angular-sanitize@1.6.6 node_modules/angular-sanitize

open@0.0.5 node_modules/open

angular-route@1.6.6 node_modules/angular-route

angular-recaptcha@3.2.1 node_modules/angular-recaptcha

angular-local-storage@0.2.7 node_modules/angular-local-storage

angular-jwt@0.1.9 node_modules/angular-jwt

bootstrap-css-only@3.3.7 node_modules/bootstrap-css-only

angular@1.6.6 node_modules/angular

font-awesome@4.7.0 node_modules/font-awesome

merge-stream@0.1.8 node_modules/merge-stream
└── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.34)

gulp-replace@0.2.0 node_modules/gulp-replace
├── replacestream@0.0.6 (through@2.3.8)
└── event-stream@3.0.20 (pause-stream@0.0.11, duplexer@0.1.1, stream-combiner@0.0.4, from@0.1.7, map-stream@0.0.7, split@0.2.10, through@2.3.8)

rimraf@2.6.2 node_modules/rimraf
└── glob@7.1.2 (path-is-absolute@1.0.1, fs.realpath@1.0.0, inherits@2.0.3, inflight@1.0.6, once@1.4.0, minimatch@3.0.4)

run-sequence@1.2.2 node_modules/run-sequence
└── chalk@2.1.0 (escape-string-regexp@1.0.5, supports-color@4.4.0, ansi-styles@3.2.0)

gulp-gzip@1.4.0 node_modules/gulp-gzip
├── stream-to-array@1.0.0
├── bytes@0.3.0
└── through2@0.4.2 (readable-stream@1.0.34, xtend@2.1.2)

gulp-tar@1.9.0 node_modules/gulp-tar
├── object-assign@4.1.1
├── through2@2.0.3 (xtend@4.0.1, readable-stream@2.3.3)
├── gulp-util@3.0.8 (array-differ@1.0.0, lodash._reinterpolate@3.0.0, beeper@1.1.1, lodash._reescape@3.0.0, object-assign@3.0.0, lodash._reevaluate@3.0.0, array-uniq@1.0.3, dateformat@2.0.0, replace-ext@0.0.1, has-gulplog@0.1.0, fancy-log@1.3.0, minimist@1.2.0, vinyl@0.5.3, chalk@1.1.3, gulplog@1.0.0, lodash.template@3.6.2, multipipe@0.1.2)
└── archiver@1.3.0 (buffer-crc32@0.2.13, archiver-utils@1.3.0, walkdir@0.0.11, readable-stream@2.3.3, tar-stream@1.5.4, glob@7.1.2, zip-stream@1.2.0, async@2.5.0)

gulp@3.5.6 node_modules/gulp
├── pretty-hrtime@0.2.2
├── deprecated@0.0.1
├── archy@0.0.2
├── chalk@0.4.0 (ansi-styles@1.0.0, has-color@0.1.7, strip-ansi@0.1.1)
├── semver@2.3.2
├── orchestrator@0.3.8 (stream-consume@0.1.0, sequencify@0.0.7, end-of-stream@0.1.5)
├── liftoff@0.9.8 (extend@1.2.1, minimist@0.0.10, resolve@0.6.3, findup-sync@0.1.3)
└── vinyl-fs@0.1.4 (graceful-fs@2.0.3, map-stream@0.1.0, mkdirp@0.3.5, vinyl@0.2.3, glob-stream@3.1.18, glob-watcher@0.0.6)

gulp-util@2.2.20 node_modules/gulp-util
├── lodash._reinterpolate@2.4.1
├── minimist@0.2.0
├── vinyl@0.2.3 (clone-stats@0.0.1)
├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
├── through2@0.5.1 (xtend@3.0.0, readable-stream@1.0.34)
├── lodash.template@2.4.1 (lodash.values@2.4.1, lodash.templatesettings@2.4.1, lodash._escapestringchar@2.4.1, lodash.defaults@2.4.1, lodash.keys@2.4.1, lodash.escape@2.4.1)
├── multipipe@0.1.2 (duplexer2@0.0.2)
└── dateformat@1.0.12 (get-stdin@4.0.1, meow@3.7.0)

gulp-webserver@0.9.1 node_modules/gulp-webserver
├── isarray@0.0.1
├── proxy-middleware@0.5.1
├── connect-livereload@0.4.1
├── watch@0.11.0
├── node.extend@1.1.6 (is@3.2.1)
├── through2@0.5.1 (xtend@3.0.0, readable-stream@1.0.34)
├── connect@3.6.3 (utils-merge@1.0.0, parseurl@1.3.2, debug@2.6.8, finalhandler@1.0.4)
├── serve-static@1.12.4 (escape-html@1.0.3, encodeurl@1.0.1, parseurl@1.3.2, send@0.15.4)
├── tiny-lr@0.1.4 (debug@0.8.1, parseurl@1.3.2, qs@2.2.5, body-parser@1.8.4, faye-websocket@0.7.3)
└── serve-index@1.9.0 (escape-html@1.0.3, parseurl@1.3.2, batch@0.6.1, mime-types@2.1.17, http-errors@1.6.2, accepts@1.3.4, debug@2.6.8)

angular-ui-bootstrap@1.3.3 node_modules/angular-ui-bootstrap

moment@2.18.1 node_modules/moment

lodash@4.17.4 node_modules/lodash
[12:22:10] Warning: gulp version mismatch:
[12:22:10] Global gulp is 3.9.1
[12:22:10] Local gulp is 3.5.6
[12:22:10] Building version 1.0.1
[12:22:10] Using gulpfile ~/bitbucket/mbari/tethysdash-docker/tdusr/gulpfile.js
[12:22:10] Starting 'dist'...
[12:22:10] Starting 'clean'...
[12:22:10] Finished 'clean' after 3.88 ms
[12:22:10] Starting 'app'...
[12:22:10] Starting 'vendor'...
[12:22:11] Finished 'app' after 527 ms
[12:22:11] Finished 'vendor' after 730 ms
[12:22:11] Starting 'dist-directory'...
[12:22:11] Finished 'dist-directory' after 2.8 μs
[12:22:11] Starting 'tar'...
[12:22:12] Finished 'tar' after 1.18 s
[12:22:12] Finished 'dist' after 1.93 s
given version = 2.x.y
TDUSR_VERSION = 1.0.1
TDFS_VERSION  = 1.7.3
Sending build context to Docker daemon  618.8MB
Step 1/13 : FROM mbari/tethysdash-base:2.0.0
 ---> 781f5ed1544c
Step 2/13 : MAINTAINER Carlos Rueda <carueda@mbari.org>
 ---> Running in f286580d7c84
 ---> 041fd6fdf833
Removing intermediate container f286580d7c84
Step 3/13 : ARG TDUSR_VERSION
 ---> Running in 12a14c93d053
 ---> 7f33679f458f
Removing intermediate container 12a14c93d053
Step 4/13 : ARG TDFS_VERSION
 ---> Running in 3316dd0390d2
 ---> fdc3368c0472
Removing intermediate container 3316dd0390d2
Step 5/13 : RUN mkdir -p                           /opt/tethysdash/tools
 ---> Running in ea1b9330369b
 ---> 9a199432fd6c
Removing intermediate container ea1b9330369b
Step 6/13 : COPY build/tools/unserialize /opt/tethysdash/tools/
 ---> 05a963dc2232
Removing intermediate container 68996f7dc225
Step 7/13 : COPY build/tools/runShoreScripts.sh /opt/tethysdash/tools/
 ---> c074a0c5f851
Removing intermediate container 78d4424613e9
Step 8/13 : COPY build/tools/tethysCentroid.py /opt/tethysdash/tools/
 ---> 41d38d606982
Removing intermediate container 1ece04c5fcbf
Step 9/13 : RUN mkdir -p /opt/tethysdash/lrauv-repos              /opt/tethysdash/data              /opt/tethysdash/xsd              /usr/local/tomcat/webapps/emaillogs              /usr/local/tomcat/webapps/FleetStatus &&     rm -rf   /usr/local/tomcat/webapps/examples              /usr/local/tomcat/webapps/docs              /usr/local/tomcat/webapps/ROOT/*
 ---> Running in d0ee3c64e76e
 ---> a4d3598fd70e
Removing intermediate container d0ee3c64e76e
Step 10/13 : ADD tdusr/dist/tdusr-${TDUSR_VERSION}.tar.gz /usr/local/tomcat/webapps/ROOT/
 ---> 591615366b15
Removing intermediate container 172ff3295111
Step 11/13 : ADD tdfs/dist/FleetStatus-${TDFS_VERSION}.tar.gz /usr/local/tomcat/webapps/FleetStatus/
 ---> b208720ec18b
Removing intermediate container 78c26ab29b58
Step 12/13 : COPY tethysdash/lib/javax.mail-1.5.2.jar /usr/local/tomcat/lib/
 ---> 931926d6aeee
Removing intermediate container f7c47a73a4e0
Step 13/13 : COPY tethysdash/TethysDash.war /usr/local/tomcat/webapps/
 ---> 233ee84b547f
Removing intermediate container ba03513ae5c1
Successfully built 233ee84b547f
Successfully tagged mbari/tethysdash:2.x.y
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.