Skip to content

Instantly share code, notes, and snippets.

@niloc132
Created May 23, 2019 03:42
Show Gist options
  • Save niloc132/6f89bc91a92b3cab68aa3b1efa327250 to your computer and use it in GitHub Desktop.
Save niloc132/6f89bc91a92b3cab68aa3b1efa327250 to your computer and use it in GitHub Desktop.
[colin@runes lienzo-core (jstype)]$ MAVEN_OPTS='-Xmx2g' mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< org.kie:lienzo-core >-------------------------
[INFO] Building [KIE] Lienzo - Core Framework 7.15.0-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lienzo-core ---
[INFO] Deleting /home/colin/workspace/lienzo-core/target
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ lienzo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 519 resources
[INFO] Copying 28 resources
[INFO] Copying 4 resources to target/webapp
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:copy-resources (custom-resources) @ lienzo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources to /home/colin/workspace/lienzo-core/target/webapp
[INFO] Copying 28 resources to /home/colin/workspace/lienzo-core/target/webapp/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ lienzo-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 516 source files to /home/colin/workspace/lienzo-core/target/webapp/classes
[INFO] /home/colin/workspace/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/Movie.java: /home/colin/workspace/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/Movie.java uses or overrides a deprecated API.
[INFO] /home/colin/workspace/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/Movie.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/colin/workspace/lienzo-core/src/main/java/com/ait/lienzo/tools/client/event/HandlerManager.java: Some input files use unchecked or unsafe operations.
[INFO] /home/colin/workspace/lienzo-core/src/main/java/com/ait/lienzo/tools/client/event/HandlerManager.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] >>> jetty-maven-plugin:9.4.14.v20181114:start (start-jetty) > validate @ lienzo-core >>>
[INFO]
[INFO] <<< jetty-maven-plugin:9.4.14.v20181114:start (start-jetty) < validate @ lienzo-core <<<
[INFO]
[INFO]
[INFO] --- jetty-maven-plugin:9.4.14.v20181114:start (start-jetty) @ lienzo-core ---
[INFO] Logging initialized @5339ms to org.eclipse.jetty.util.log.Slf4jLog
[INFO] webAppSourceDirectory not set. Trying src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] nonBlocking:true
[INFO] Classes = /home/colin/workspace/lienzo-core/target/classes
[INFO] Configuring Jetty for project: [KIE] Lienzo - Core Framework
[INFO] Context path = /
[INFO] Tmp directory = /home/colin/workspace/lienzo-core/target/tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
[INFO] web.xml file = /home/colin/workspace/lienzo-core/target/webapp/WEB-INF/web.xml
[INFO] Webapp directory = /home/colin/workspace/lienzo-core/src/main/webapp
[INFO] jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_212-b01
[WARNING] jsinterop.base.Any scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/Any.class, jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/Any.class
[WARNING] jsinterop.base.InternalJsUtil scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/InternalJsUtil.class, jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/InternalJsUtil.class
[WARNING] jsinterop.base.InternalPreconditions scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/InternalPreconditions.class, jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/InternalPreconditions.class
[WARNING] jsinterop.base.Js scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/Js.class, jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/Js.class
[WARNING] jsinterop.base.JsArrayLike scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/JsArrayLike.class, jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/JsArrayLike.class
[WARNING] jsinterop.base.JsConstructorFn scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/JsConstructorFn.class, jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/JsConstructorFn.class
[WARNING] jsinterop.base.JsForEachCallbackFn scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/JsForEachCallbackFn.class, jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/JsForEachCallbackFn.class
[WARNING] jsinterop.base.JsPropertyMap scanned from multiple locations: jar:file:///home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar!/jsinterop/base/JsPropertyMap.class, jar:file:///home/colin/.m2/repository/com/google/jsinterop/base/1.0.0-RC1/base-1.0.0-RC1.jar!/jsinterop/base/JsPropertyMap.class
[INFO] Scanning elapsed time=99ms
[INFO] DefaultSessionIdManager workerName=node0
[INFO] No SessionScavenger set, using defaults
[INFO] node0 Scavenging every 660000ms
[INFO] Started o.e.j.m.p.JettyWebAppContext@7b49e03e{/,[file:///home/colin/workspace/lienzo-core/target/webapp/],AVAILABLE}{[file:///home/colin/workspace/lienzo-core/target/webapp/]}
[INFO] Started ServerConnector@760ce5a7{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
[INFO] Started @6000ms
[INFO] Started Jetty Server
[INFO]
[INFO] --- j2cl-maven-plugin:0.1-SNAPSHOT:build (build-js) @ lienzo-core ---
done with pool work for javax.activation:javax.activation-api:1.2.0 Hash in 26ms
done with pool work for com.google.jsinterop:jsinterop-annotations:1.0.2 Hash in 1ms
done with pool work for com.vertispan.jsinterop:base:1.0.0-20190415.221512-26 Hash in 5ms
done with pool work for org.gwtproject.callback:gwt-callback:HEAD-20180601.153013-1 Hash in 1ms
done with pool work for org.gwtproject.dom:gwt-dom-style-definitions:1.0-20181120.230153-2 Hash in 20ms
done with pool work for com.google.code.findbugs:jsr305:1.3.7 Hash in 4ms
done with pool work for javax.xml.bind:jaxb-api:2.3.1 Hash in 8ms
done with pool work for com.google.jsinterop:base:1.0.0-RC1 Hash in 2ms
done with pool work for com.google.guava:guava:r06 Hash in 51ms
done with pool work for com.google.elemental2:elemental2-promise:1.0.0-RC1 Hash in 1ms
done with pool work for com.google.elemental2:elemental2-core:1.0.0-RC1 Hash in 6ms
done with pool work for com.google.jsilver:jsilver:1.0.0 Hash in 29ms
done with pool work for org.gwtproject.regexp:gwt-regexp:1.0-SNAPSHOT Hash in 1ms
done with pool work for com.google.elemental2:elemental2-dom:1.0.0-RC1 Hash in 31ms
done with pool work for org.gwtproject.safehtml:gwt-safehtml:1.0-SNAPSHOT Hash in 2ms
done with pool work for org.gwtproject.http:gwt-http:HEAD-SNAPSHOT Hash in 1ms
done with pool work for org.gwtproject.core:gwt-core:1.0-SNAPSHOT Hash in 2ms
done with pool work for org.gwtproject.safecss:gwt-safecss:1.0-20181216.215209-3 Hash in 1ms
done with pool work for org.gwtproject.dom:gwt-dom:1.0-20181121.210323-13 Hash in 19ms
done with pool work for org.gwtproject.resources:gwt-resources-api:1.0-SNAPSHOT Hash in 1ms
done with pool work for org.kie:lienzo-core:7.15.0-SNAPSHOT Hash in 22ms
Note: /home/colin/workspace/lienzo-core/src/main/java/com/ait/lienzo/client/core/shape/Movie.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
done with pool work for org.kie:lienzo-core:7.15.0-SNAPSHOT ProcessAnnotations in 1422ms
done with pool work for org.kie:lienzo-core:7.15.0-SNAPSHOT StripGwtIncompatible in 337ms
done with pool work for com.google.elemental2:elemental2-core:1.0.0-RC1 ProcessAnnotations in 0ms
done with pool work for com.google.elemental2:elemental2-core:1.0.0-RC1 StripGwtIncompatible in 16ms
done with pool work for com.google.jsinterop:base:1.0.0-RC1 ProcessAnnotations in 0ms
done with pool work for com.google.jsinterop:base:1.0.0-RC1 StripGwtIncompatible in 3ms
done with pool work for com.google.jsinterop:jsinterop-annotations:1.0.2 ProcessAnnotations in 0ms
done with pool work for com.google.jsinterop:jsinterop-annotations:1.0.2 StripGwtIncompatible in 1ms
done with pool work for com.google.jsinterop:jsinterop-annotations:1.0.2 GenerateStrippedBytecode in 1ms
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/InternalJsUtil.java:19: error: package com.google.gwt.core.client does not exist
import com.google.gwt.core.client.UnsafeNativeLong;
^
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/InternalJsUtil.java:108: error: cannot find symbol
@UnsafeNativeLong
^
symbol: class UnsafeNativeLong
location: class InternalJsUtil
2 errors
done with pool work for com.google.jsinterop:base:1.0.0-RC1 GenerateStrippedBytecode in 21ms
Note: /home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/elemental2-core-8d80403b2d0217b8e6d58bd713fb8086c194f6a4/stripped-sources/elemental2/core/JsArray.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
done with pool work for com.google.elemental2:elemental2-core:1.0.0-RC1 GenerateStrippedBytecode in 83ms
done with pool work for com.google.elemental2:elemental2-dom:1.0.0-RC1 ProcessAnnotations in 0ms
done with pool work for com.google.elemental2:elemental2-dom:1.0.0-RC1 StripGwtIncompatible in 103ms
done with pool work for com.google.elemental2:elemental2-promise:1.0.0-RC1 ProcessAnnotations in 0ms
done with pool work for com.google.elemental2:elemental2-promise:1.0.0-RC1 StripGwtIncompatible in 1ms
Note: /home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/elemental2-promise-a87f890176286deb66510af984bab54528d29a28/stripped-sources/elemental2/promise/Promise.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
done with pool work for com.google.elemental2:elemental2-promise:1.0.0-RC1 GenerateStrippedBytecode in 9ms
done with pool work for com.google.elemental2:elemental2-dom:1.0.0-RC1 GenerateStrippedBytecode in 269ms
done with pool work for com.vertispan.jsinterop:base:1.0.0-20190415.221512-26 ProcessAnnotations in 0ms
done with pool work for com.vertispan.jsinterop:base:1.0.0-20190415.221512-26 StripGwtIncompatible in 5ms
done with pool work for com.vertispan.jsinterop:base:1.0.0-20190415.221512-26 GenerateStrippedBytecode in 17ms
done with pool work for javax.activation:javax.activation-api:1.2.0 ProcessAnnotations in 0ms
done with pool work for javax.activation:javax.activation-api:1.2.0 StripGwtIncompatible in 1ms
done with pool work for javax.activation:javax.activation-api:1.2.0 GenerateStrippedBytecode in 0ms
done with pool work for javax.xml.bind:jaxb-api:2.3.1 ProcessAnnotations in 0ms
done with pool work for javax.xml.bind:jaxb-api:2.3.1 StripGwtIncompatible in 3ms
done with pool work for javax.xml.bind:jaxb-api:2.3.1 GenerateStrippedBytecode in 1ms
done with pool work for org.gwtproject.callback:gwt-callback:HEAD-20180601.153013-1 ProcessAnnotations in 0ms
done with pool work for org.gwtproject.callback:gwt-callback:HEAD-20180601.153013-1 StripGwtIncompatible in 1ms
done with pool work for org.gwtproject.callback:gwt-callback:HEAD-20180601.153013-1 GenerateStrippedBytecode in 5ms
done with pool work for org.gwtproject.core:gwt-core:1.0-SNAPSHOT ProcessAnnotations in 0ms
done with pool work for org.gwtproject.core:gwt-core:1.0-SNAPSHOT StripGwtIncompatible in 7ms
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-core-c79d5df8daa8eef2a5ac5d6ff37692dcf7b7d4e3/stripped-sources/org/gwtproject/core/client/JsonUtils.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
done with pool work for org.gwtproject.core:gwt-core:1.0-SNAPSHOT GenerateStrippedBytecode in 59ms
done with pool work for org.gwtproject.dom:gwt-dom:1.0-20181121.210323-13 ProcessAnnotations in 0ms
done with pool work for org.gwtproject.dom:gwt-dom:1.0-20181121.210323-13 StripGwtIncompatible in 73ms
done with pool work for org.gwtproject.dom:gwt-dom-style-definitions:1.0-20181120.230153-2 ProcessAnnotations in 0ms
done with pool work for org.gwtproject.dom:gwt-dom-style-definitions:1.0-20181120.230153-2 StripGwtIncompatible in 10ms
done with pool work for org.gwtproject.dom:gwt-dom-style-definitions:1.0-20181120.230153-2 GenerateStrippedBytecode in 69ms
done with pool work for org.gwtproject.regexp:gwt-regexp:1.0-SNAPSHOT ProcessAnnotations in 0ms
done with pool work for org.gwtproject.regexp:gwt-regexp:1.0-SNAPSHOT StripGwtIncompatible in 419ms
done with pool work for org.gwtproject.regexp:gwt-regexp:1.0-SNAPSHOT GenerateStrippedBytecode in 12ms
done with pool work for org.gwtproject.safecss:gwt-safecss:1.0-20181216.215209-3 ProcessAnnotations in 0ms
done with pool work for org.gwtproject.safecss:gwt-safecss:1.0-20181216.215209-3 StripGwtIncompatible in 4ms
done with pool work for org.gwtproject.safehtml:gwt-safehtml:1.0-SNAPSHOT ProcessAnnotations in 0ms
done with pool work for org.gwtproject.safehtml:gwt-safehtml:1.0-SNAPSHOT StripGwtIncompatible in 34ms
done with pool work for com.google.guava:guava:r06 ProcessAnnotations in 0ms
done with pool work for com.google.guava:guava:r06 StripGwtIncompatible in 13ms
done with pool work for com.google.code.findbugs:jsr305:1.3.7 ProcessAnnotations in 0ms
done with pool work for com.google.code.findbugs:jsr305:1.3.7 StripGwtIncompatible in 7ms
done with pool work for com.google.code.findbugs:jsr305:1.3.7 GenerateStrippedBytecode in 15ms
done with pool work for com.google.guava:guava:r06 GenerateStrippedBytecode in 0ms
done with pool work for com.google.jsilver:jsilver:1.0.0 ProcessAnnotations in 0ms
done with pool work for com.google.jsilver:jsilver:1.0.0 StripGwtIncompatible in 8ms
done with pool work for com.google.jsilver:jsilver:1.0.0 GenerateStrippedBytecode in 0ms
done with pool work for org.gwtproject.safehtml:gwt-safehtml:1.0-SNAPSHOT GenerateStrippedBytecode in 27ms
done with pool work for org.gwtproject.safecss:gwt-safecss:1.0-20181216.215209-3 GenerateStrippedBytecode in 25ms
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
done with pool work for org.gwtproject.dom:gwt-dom:1.0-20181121.210323-13 GenerateStrippedBytecode in 313ms
done with pool work for org.gwtproject.http:gwt-http:HEAD-SNAPSHOT ProcessAnnotations in 0ms
done with pool work for org.gwtproject.http:gwt-http:HEAD-SNAPSHOT StripGwtIncompatible in 4ms
done with pool work for org.gwtproject.http:gwt-http:HEAD-SNAPSHOT GenerateStrippedBytecode in 32ms
done with pool work for org.gwtproject.resources:gwt-resources-api:1.0-SNAPSHOT ProcessAnnotations in 0ms
done with pool work for org.gwtproject.resources:gwt-resources-api:1.0-SNAPSHOT StripGwtIncompatible in 7ms
done with pool work for org.gwtproject.resources:gwt-resources-api:1.0-SNAPSHOT GenerateStrippedBytecode in 26ms
Warning:AbstractDirectionalMultiPointShape.java:35: [unusable-by-js] Type 'Direction' of field 'AbstractDirectionalMultiPointShape<T>.headDirection' is not usable by but exposed to JavaScript.
Warning:AbstractDirectionalMultiPointShape.java:38: [unusable-by-js] Type 'Direction' of field 'AbstractDirectionalMultiPointShape<T>.tailDirection' is not usable by but exposed to JavaScript.
Warning:AbstractImageShape.java:43: [unusable-by-js] Type 'ImageSerializationMode' of field 'AbstractImageShape<T>.imageSerializationMode' is not usable by but exposed to JavaScript.
Warning:AbstractImageShape.java:46: [unusable-by-js] Type 'ImageSelectionMode' of field 'AbstractImageShape<T>.imageSelectionMode' is not usable by but exposed to JavaScript.
Warning:AbstractPathClipper.java:133: [unusable-by-js] Return type of 'PathPartList PathClipperJSO.deep(PathPartList path)' is not usable by but exposed to JavaScript.
Warning:AbstractPathClipper.java:133: [unusable-by-js] Type of parameter 'path' in 'PathPartList PathClipperJSO.deep(PathPartList path)' is not usable by but exposed to JavaScript.
Warning:AbstractPathClipper.java:200: [unusable-by-js] Return type of 'PathClipperType PathClipperJSO.getType()' is not usable by but exposed to JavaScript.
Warning:AbstractPathClipper.java:248: [unusable-by-js] Type of parameter 'plist' in 'void PathClipperJSO.setPathPartList(PathPartList plist)' is not usable by but exposed to JavaScript.
Warning:AbstractPathClipper.java:254: [unusable-by-js] Return type of 'PathPartList PathClipperJSO.getPathPartList()' is not usable by but exposed to JavaScript.
Warning:GroupOf.java:676: [unusable-by-js] Type 'DragConstraintEnforcer' of field 'OptionalGroupOfFields.denf' is not usable by but exposed to JavaScript.
Warning:GroupOf.java:679: [unusable-by-js] Type 'IControlHandleFactory' of field 'OptionalGroupOfFields.hand' is not usable by but exposed to JavaScript.
Warning:Node.java:141: [unusable-by-js] Type 'DragConstraint' of field 'Node<T>.dragConstraint' is not usable by but exposed to JavaScript.
Warning:Node.java:172: [unusable-by-js] Type 'DragBounds' of field 'Node<T>.dragBounds' is not usable by but exposed to JavaScript.
Warning:Node.java:175: [unusable-by-js] Type 'DragMode' of field 'Node<T>.dragMode' is not usable by but exposed to JavaScript.
Warning:Node.java:182: [unusable-by-js] Type 'EventPropagationMode' of field 'Node<T>.eventPropagationMode' is not usable by but exposed to JavaScript.
Warning:Node.java:1467: [unusable-by-js] Type 'HandlerManager' of field 'OptionalNodeFields.hand' is not usable by but exposed to JavaScript.
Warning:Shape.java:72: [unusable-by-js] Type 'FillGradient' of field 'Shape<T>.gradient' is not usable by but exposed to JavaScript.
Warning:Shape.java:96: [unusable-by-js] Type 'LineCap' of field 'Shape<T>.lineCap' is not usable by but exposed to JavaScript.
Warning:Shape.java:99: [unusable-by-js] Type 'LineJoin' of field 'Shape<T>.lineJoin' is not usable by but exposed to JavaScript.
Warning:Shape.java:102: [unusable-by-js] Type 'DashArray' of field 'Shape<T>.dashArray' is not usable by but exposed to JavaScript.
Warning:Shape.java:108: [unusable-by-js] Type 'Shadow' of field 'Shape<T>.shadow' is not usable by but exposed to JavaScript.
Warning:Shape.java:1377: [unusable-by-js] Type 'DragConstraintEnforcer' of field 'OptionalShapeFields.denf' is not usable by but exposed to JavaScript.
Warning:Shape.java:1381: [unusable-by-js] Type 'IControlHandleFactory' of field 'OptionalShapeFields.hand' is not usable by but exposed to JavaScript.
Warning:Sprite.java:76: [unusable-by-js] Type 'SpriteBehaviorMap' of field 'Sprite.spriteBehaviorMap' is not usable by but exposed to JavaScript.
Warning:Sprite.java:79: [unusable-by-js] Type 'ImageSerializationMode' of field 'Sprite.imageSerializationMode' is not usable by but exposed to JavaScript.
Warning:Text.java:58: [unusable-by-js] Type 'TextBaseLine' of field 'Text.textBaseLine' is not usable by but exposed to JavaScript.
Warning:Text.java:61: [unusable-by-js] Type 'TextAlign' of field 'Text.textAlign' is not usable by but exposed to JavaScript.
Warning:Text.java:64: [unusable-by-js] Type 'TextUnit' of field 'Text.textUnit' is not usable by but exposed to JavaScript.
Warning:WiresConnectorControlImpl.java:468: [unusable-by-js] Type of parameter 'addControlHandleConsumer' in 'AddControlPointTimer(Consumer<Point2D> addControlHandleConsumer, Point2D point)' is not usable by but exposed to JavaScript.
Warning:NFastStringHistogram.java:249: [unusable-by-js] Return type of 'Integer NFastStringHistogramJSO.get(String key)' is not usable by but exposed to JavaScript.
Warning:NFastStringHistogram.java:251: [unusable-by-js] Type of parameter 'value' in 'JsMap<String, Integer> NFastStringHistogramJSO.set(String key, Integer value)' is not usable by but exposed to JavaScript.
Warning:LienzoExamples.java:54: [unusable-by-js] Type of parameter 'tests' in 'void LienzoExamples.createTests(Example... tests)' is not usable by but exposed to JavaScript.
Warning:LienzoExamples.java:64: [unusable-by-js] Type of parameter 'test' in 'void LienzoExamples.createTest(Example test)' is not usable by but exposed to JavaScript.
Suppress "[unusable-by-js]" warnings by adding a `@SuppressWarnings("unusable-by-js")` annotation to the corresponding member.
done with pool work for org.kie:lienzo-core:7.15.0-SNAPSHOT TranspileSources in 9821ms
done with pool work for com.google.elemental2:elemental2-core:1.0.0-RC1 TranspileSources in 378ms
done with pool work for com.google.elemental2:elemental2-dom:1.0.0-RC1 TranspileSources in 1161ms
done with pool work for com.google.elemental2:elemental2-promise:1.0.0-RC1 TranspileSources in 38ms
Error:InternalJsUtil.java:19: The import com cannot be resolved
Error:InternalJsUtil.java:108: UnsafeNativeLong cannot be resolved to a type
J2clTranspilerOptions{sources=[FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/Any.java, originalPath=jsinterop/base/Any.java, targetPath=jsinterop/base/Any.java}, FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/JsForEachCallbackFn.java, originalPath=jsinterop/base/JsForEachCallbackFn.java, targetPath=jsinterop/base/JsForEachCallbackFn.java}, FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/JsPropertyMap.java, originalPath=jsinterop/base/JsPropertyMap.java, targetPath=jsinterop/base/JsPropertyMap.java}, FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/Js.java, originalPath=jsinterop/base/Js.java, targetPath=jsinterop/base/Js.java}, FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/JsArrayLike.java, originalPath=jsinterop/base/JsArrayLike.java, targetPath=jsinterop/base/JsArrayLike.java}, FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/InternalJsUtil.java, originalPath=jsinterop/base/InternalJsUtil.java, targetPath=jsinterop/base/InternalJsUtil.java}, FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/InternalPreconditions.java, originalPath=jsinterop/base/InternalPreconditions.java, targetPath=jsinterop/base/InternalPreconditions.java}, FileInfo{sourcePath=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/stripped-sources/jsinterop/base/JsConstructorFn.java, originalPath=jsinterop/base/JsConstructorFn.java, targetPath=jsinterop/base/JsConstructorFn.java}], nativeSources=[], classpaths=[/home/colin/.m2/repository/com/vertispan/j2cl/javac-bootstrap-classpath/0.2-SNAPSHOT/javac-bootstrap-classpath-0.2-SNAPSHOT.jar, /home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/jsinterop-annotations-9405188b7500f893bd01a3c79957c225501a6443/stripped-bytecode, /home/colin/.m2/repository/com/vertispan/j2cl/jre/0.2-SNAPSHOT/jre-0.2-SNAPSHOT.jar, /home/colin/.m2/repository/com/vertispan/j2cl/gwt-internal-annotations/0.2-SNAPSHOT/gwt-internal-annotations-0.2-SNAPSHOT.jar, /home/colin/.m2/repository/com/google/jsinterop/jsinterop-annotations/HEAD-SNAPSHOT/jsinterop-annotations-HEAD-SNAPSHOT.jar, /home/colin/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar, /home/colin/.m2/repository/com/vertispan/jsinterop/base/1.0.0-SNAPSHOT/base-1.0.0-SNAPSHOT.jar], output=/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/transpiled-sources, libraryInfoOutput=Optional.empty, emitReadableLibraryInfo=false, emitReadableSourceMap=false, declareLegacyNamespace=false, generateKytheIndexingMetadata=false}
done with pool work for com.google.jsinterop:base:1.0.0-RC1 TranspileSources in 44ms
done with pool work for com.google.jsinterop:jsinterop-annotations:1.0.2 TranspileSources in 0ms
done with pool work for com.vertispan.jsinterop:base:1.0.0-20190415.221512-26 TranspileSources in 102ms
done with pool work for javax.activation:javax.activation-api:1.2.0 TranspileSources in 0ms
done with pool work for javax.xml.bind:jaxb-api:2.3.1 TranspileSources in 1ms
done with pool work for org.gwtproject.callback:gwt-callback:HEAD-20180601.153013-1 TranspileSources in 13ms
done with pool work for org.gwtproject.core:gwt-core:1.0-SNAPSHOT TranspileSources in 245ms
done with pool work for org.gwtproject.dom:gwt-dom:1.0-20181121.210323-13 TranspileSources in 1989ms
done with pool work for org.gwtproject.dom:gwt-dom-style-definitions:1.0-20181120.230153-2 TranspileSources in 282ms
done with pool work for org.gwtproject.http:gwt-http:HEAD-SNAPSHOT TranspileSources in 86ms
done with pool work for org.gwtproject.regexp:gwt-regexp:1.0-SNAPSHOT TranspileSources in 36ms
done with pool work for org.gwtproject.resources:gwt-resources-api:1.0-SNAPSHOT TranspileSources in 67ms
done with pool work for org.gwtproject.safecss:gwt-safecss:1.0-20181216.215209-3 TranspileSources in 69ms
done with pool work for org.gwtproject.safehtml:gwt-safehtml:1.0-SNAPSHOT TranspileSources in 86ms
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/lienzo-core-468516764b35053583eac91bf32c6b1ec98461b7/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/elemental2-core-8d80403b2d0217b8e6d58bd713fb8086c194f6a4/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/elemental2-dom-086b165ae3cc727d5525ea6b74fd1f525945bc48/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/elemental2-promise-a87f890176286deb66510af984bab54528d29a28/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-8a9cf058038094789435dd6523c3f856fb227361/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/jsinterop-annotations-9405188b7500f893bd01a3c79957c225501a6443/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/base-04c3de04b88d56b5fb1b5704b95e860f5b4590ee/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/javax.activation-api-59b933664fc98d0bcf03703793b30e6f15cd3d9f/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/jaxb-api-6f515cf3cd8e7dca396469a0692d589819ff9aa9/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-callback-802060c21953a4cab24b0335bdc89d9755c8e133/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-core-c79d5df8daa8eef2a5ac5d6ff37692dcf7b7d4e3/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-dom-7ce83c45f29f4c3112cb85982c8145389bd192c0/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-dom-style-definitions-2ea6790013492370d48c2d25ef5876607896672c/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-http-ba1190204eef9db2eaf1d3efb9b6799e597167ec/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-regexp-be69046121e9885f47aabcfdf7b2f047788649a7/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-resources-api-b404bf080aae05e574724d3fc4ca19be6a615e43/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-safecss-ad3bcd4db66d005ff134c7afe1c2252cd3a18a72/transpiled-sources/**/*.js
--js
/home/colin/workspace/lienzo-core/target/gwt3BuildCache/0.1-SNAPSHOT/gwt-safehtml-ada73d3ff6d706b8a269d621efd96e2c3ed9617c/transpiled-sources/**/*.js
--jszip
/home/colin/.m2/repository/com/vertispan/j2cl/jre/0.2-SNAPSHOT/jre-0.2-SNAPSHOT-jszip.zip
--jszip
/home/colin/.m2/repository/com/vertispan/j2cl/bootstrap/0.2-SNAPSHOT/bootstrap-0.2-SNAPSHOT-jszip.zip
--entry_point
org.roger600.lienzo.client.LienzoExamples
--define
goog.ENABLE_DEBUG_LOADER=false
--define
jsinterop.checks=DISABLED
--define
jre.checkedMode=DISABLED
--define
jre.checks.checkLevel=MINIMAL
--compilation_level
BUNDLE
--dependency_mode
PRUNE
--language_out
ECMASCRIPT5
--js_output_file
/home/colin/workspace/lienzo-core/target/webapp//lienzo-core/lienzo-core.js
--externs
/home/colin/workspace/lienzo-core/src/main/externs/svg.js
done with pool work for org.kie:lienzo-core:7.15.0-SNAPSHOT AssembleOutput in 3428ms
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ lienzo-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/colin/workspace/lienzo-core/src/test/resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment