Git Product home page Git Product logo

Comments (6)

shamsasari avatar shamsasari commented on June 18, 2024

Hi @shapiroisme, can you provide us the gradle logs.

from corda.

sorokinvld avatar sorokinvld commented on June 18, 2024

Hi, @shamsasari


e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (41, 15): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (43, 27): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (44, 5): Unresolved reference: TransformationList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (50, 27): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (57, 14): Cannot choose among the following candidates without completing type inference: 
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
@HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (57, 32): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (60, 5): 'get' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (65, 5): 'getSourceIndex' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (69, 5): 'size' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (71, 5): 'sourceChanged' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (71, 35): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (72, 9): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (82, 25): Unresolved reference: nextRemove
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (88, 25): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (93, 9): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (112, 36): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (131, 43): Unresolved reference: FXCollections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AggregatedList.kt: (145, 36): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (17, 26): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (18, 13): Unresolved reference: Bindings
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (19, 53): Type inference failed: Not enough information to infer parameter T in fun <T : Any!> summingLong(p0: ((T!) -> Long)!): Collector<T!, *, Long!>!
Please specify it explicitly.

e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (24, 9): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (27, 23): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (28, 27): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (29, 8): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (30, 25): Cannot access class 'javafx.beans.value.ObservableValue'. Check your module classpath for missing or conflicting dependencies
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (30, 59): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (30, 69): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (38, 22): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (39, 23): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (40, 27): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (41, 8): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (42, 25): Cannot access class 'javafx.beans.value.ObservableValue'. Check your module classpath for missing or conflicting dependencies
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (43, 73): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (45, 21): Unresolved reference: Bindings
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (46, 61): Type inference failed: Not enough information to infer parameter T in fun <T : Any!> summingLong(p0: ((T!) -> Long)!): Collector<T!, *, Long!>!
Please specify it explicitly.

e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AmountBindings.kt: (48, 24): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (17, 25): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (22, 20): Cannot choose among the following candidates without completing type inference: 
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
@HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (23, 29): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (24, 52): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (26, 42): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (35, 38): Cannot choose among the following candidates without completing type inference: 
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
@HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (36, 57): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (38, 40): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (40, 36): Cannot choose among the following candidates without completing type inference: 
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
@HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (41, 55): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (43, 38): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (43, 46): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (47, 40): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (48, 38): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/AssociatedList.kt: (52, 36): Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public fun <A, K> [ERROR : ObservableMap<K, A>]<K#1 (type parameter of net.corda.client.fxutils.createMapChange), A#1 (type parameter of net.corda.client.fxutils.createMapChange)>.createMapChange(key: K#2 (type parameter of net.corda.client.fxutils.AssociatedList), removedValue: B?, addedValue: B?): [ERROR : MapChangeListener.Change<K, A>]<K#1, A#1> defined in net.corda.client.fxutils
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (7, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (24, 43): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (24, 63): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (25, 5): Unresolved reference: ObservableListBase
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (29, 37): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (30, 9): 'onChanged' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (30, 40): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (30, 76): Unresolved reference: fireChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (34, 56): Unresolved reference: Observable
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (36, 9): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (37, 9): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (38, 9): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (41, 5): 'get' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (42, 5): 'size' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (51, 28): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (54, 9): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (55, 9): Unresolved reference: nextRemove
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (57, 9): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ChosenList.kt: (58, 9): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (14, 39): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (14, 54): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (14, 76): Unresolved reference: TransformationList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (14, 98): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (18, 33): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (41, 77): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (47, 37): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (47, 44): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (65, 68): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (66, 24): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (66, 48): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (67, 13): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (85, 21): Unresolved reference: nextPermutation
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (92, 25): Unresolved reference: nextUpdate
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (103, 25): Unresolved reference: nextRemove
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (112, 25): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (117, 13): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (124, 5): 'sourceChanged' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (124, 40): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (124, 70): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (125, 9): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (149, 38): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (157, 38): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (168, 34): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (176, 17): Unresolved reference: nextPermutation
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (190, 29): Type inference for control flow expression failed. Please specify its type explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (201, 60): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (202, 21): Unresolved reference: nextRemove
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (216, 58): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (216, 72): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (223, 21): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (228, 9): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (239, 40): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (242, 37): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (243, 27): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (250, 46): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (251, 45): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (257, 5): 'size' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (266, 5): 'getSourceIndex' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (270, 5): 'get' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (273, 32): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (278, 20): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (281, 20): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ConcatenatedList.kt: (286, 20): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (7, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (15, 40): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (15, 59): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (15, 86): Unresolved reference: TransformationList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (15, 108): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (29, 34): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (32, 69): Unresolved reference: ChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (35, 37): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (35, 44): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (41, 73): Unresolved reference: ChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (42, 24): Unresolved reference: ChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (42, 44): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (42, 62): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (42, 72): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (44, 13): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (45, 13): Unresolved reference: nextReplace
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (46, 13): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (52, 5): 'sourceChanged' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (52, 35): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (52, 65): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (53, 9): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (60, 17): Unresolved reference: nextPermutation
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (75, 29): Type inference for control flow expression failed. Please specify its type explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (84, 21): Unresolved reference: nextRemove
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (84, 59): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (101, 53): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (101, 67): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (105, 21): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (109, 9): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (113, 5): 'get' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (115, 5): 'getSourceIndex' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/FlattenedList.kt: (117, 5): 'size' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (13, 24): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (14, 25): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (15, 26): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (16, 43): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (18, 19): Cannot choose among the following candidates without completing type inference: 
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
@HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (18, 29): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (19, 38): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (23, 41): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (33, 42): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (39, 24): Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
public fun <A, K> [ERROR : ObservableMap<K, A>]<K#1 (type parameter of net.corda.client.fxutils.createMapChange), A#1 (type parameter of net.corda.client.fxutils.createMapChange)>.createMapChange(key: ???, removedValue: C?, addedValue: C?): [ERROR : MapChangeListener.Change<K, A>]<K#1, A#1> defined in net.corda.client.fxutils
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/LeftOuterJoinedMap.kt: (41, 42): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (14, 24): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (15, 34): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (16, 34): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (17, 5): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (17, 5): Only interfaces can be delegated to
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (25, 41): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (26, 31): Unresolved reference: FXCollections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (26, 111): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (27, 85): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (32, 41): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (36, 40): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MapValuesList.kt: (51, 40): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (14, 30): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (14, 75): Unresolved reference: TransformationList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (18, 14): Cannot choose among the following candidates without completing type inference: 
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
@HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (19, 38): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (23, 5): 'sourceChanged' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (23, 40): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (24, 9): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (37, 50): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (37, 53): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (40, 17): Unresolved reference: nextPermutation
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (42, 53): Unresolved reference: source
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (43, 17): Unresolved reference: nextUpdate
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (51, 21): Unresolved reference: nextRemove
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (59, 21): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (63, 9): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (66, 5): 'get' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (67, 5): 'size' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/MappedList.kt: (68, 5): 'getSourceIndex' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (7, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (8, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (21, 85): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (22, 18): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (24, 9): Unresolved reference: Platform
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (39, 50): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (40, 4): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (41, 18): Unresolved reference: FXCollections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (47, 9): Unresolved reference: Platform
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (57, 43): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (71, 50): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (72, 4): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (73, 18): Unresolved reference: FXCollections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (79, 9): Unresolved reference: Platform
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableFold.kt: (94, 4): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (7, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (8, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (9, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (10, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (11, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (12, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (25, 12): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (25, 60): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (34, 12): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (34, 83): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (50, 19): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (50, 40): Unresolved reference: ReadOnlyObjectWrapper
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (53, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (54, 4): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (57, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (58, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (59, 4): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (59, 34): Cannot access class 'javafx.beans.value.ObservableValue'. Check your module classpath for missing or conflicting dependencies
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (62, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (63, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (64, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (65, 4): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (65, 34): Cannot access class 'javafx.beans.value.ObservableValue'. Check your module classpath for missing or conflicting dependencies
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (68, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (69, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (70, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (71, 15): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (72, 4): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (72, 34): Cannot access class 'javafx.beans.value.ObservableValue'. Check your module classpath for missing or conflicting dependencies
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (79, 12): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (79, 57): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (79, 78): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (86, 12): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (86, 60): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (86, 85): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (88, 59): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (98, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (98, 49): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (98, 83): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (101, 36): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (102, 50): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (113, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (113, 49): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (115, 39): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (123, 12): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (123, 91): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (126, 9): Cannot choose among the following candidates without completing type inference: 
@HidesMembers public inline fun <T> Iterable<???>.forEach(action: (???) -> Unit): Unit defined in kotlin.collections
@HidesMembers public inline fun <K, V> Map<???, ???>.forEach(action: (Map.Entry<???, ???>) -> Unit): Unit defined in kotlin.collections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (138, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (138, 28): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (138, 63): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (145, 20): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (145, 56): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (145, 90): Unresolved reference: FXCollections
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (152, 15): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (152, 90): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (160, 12): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (160, 64): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (161, 33): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (161, 38): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (168, 27): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (168, 113): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (168, 130): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (169, 57): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (169, 62): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (169, 111): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (169, 116): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (178, 24): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (178, 87): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (178, 104): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (179, 44): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (179, 49): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (186, 12): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (186, 60): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (188, 27): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (205, 12): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (205, 55): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (213, 12): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (213, 56): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (221, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (221, 24): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (221, 58): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (231, 36): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (232, 21): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (235, 23): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (236, 4): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (238, 50): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (255, 33): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (256, 21): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (259, 4): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (259, 26): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (259, 45): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (262, 20): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (262, 42): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (262, 61): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (263, 63): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (263, 69): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (263, 75): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (269, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (269, 51): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (273, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (273, 36): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (277, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (277, 35): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (287, 15): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (287, 43): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (288, 43): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (288, 48): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (291, 5): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (291, 37): Unresolved reference: BooleanBinding
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (299, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (299, 51): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (299, 100): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (307, 9): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ObservableUtilities.kt: (307, 77): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (3, 16): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (19, 55): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (21, 36): Unresolved reference: MapListenerHelper
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (23, 38): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (24, 9): Unresolved reference: MapListenerHelper
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (27, 5): 'addListener' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (27, 40): Unresolved reference: InvalidationListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (28, 29): Unresolved reference: MapListenerHelper
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (31, 5): 'addListener' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (31, 40): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (32, 29): Unresolved reference: MapListenerHelper
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (35, 5): 'removeListener' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (35, 43): Unresolved reference: InvalidationListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (36, 29): Unresolved reference: MapListenerHelper
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (39, 5): 'removeListener' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (39, 43): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (40, 29): Unresolved reference: MapListenerHelper
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (43, 5): 'size' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (45, 5): 'containsKey' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (47, 5): 'containsValue' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (49, 5): 'get' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (51, 5): 'isEmpty' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (53, 5): 'entries' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (65, 5): 'keys' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (66, 5): 'values' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (68, 5): 'clear' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (72, 5): 'put' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (76, 5): 'putAll' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (80, 5): 'remove' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (86, 12): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (86, 91): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (87, 21): Unresolved reference: MapChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (88, 9): 'getKey' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (89, 9): 'wasRemoved' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (90, 9): 'wasAdded' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (91, 9): 'getValueRemoved' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReadOnlyBackedObservableMapBase.kt: (92, 9): 'getValueAdded' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (12, 35): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (12, 56): Unresolved reference: TransformationList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (16, 5): 'size' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (18, 5): 'sourceChanged' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (18, 35): Unresolved reference: ListChangeListener
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (20, 9): Unresolved reference: beginChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (31, 50): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (31, 53): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (34, 17): Unresolved reference: nextPermutation
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (38, 21): Unresolved reference: nextUpdate
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (46, 21): Unresolved reference: nextRemove
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (54, 21): Unresolved reference: nextAdd
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (58, 9): Unresolved reference: endChange
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (61, 5): 'getSourceIndex' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/fxutils/ReplayedList.kt: (63, 5): 'get' overrides nothing
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ContractStateModel.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ContractStateModel.kt: (32, 21): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ContractStateModel.kt: (34, 43): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ContractStateModel.kt: (38, 33): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ExchangeRateModel.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ExchangeRateModel.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ExchangeRateModel.kt: (24, 23): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/ExchangeRateModel.kt: (24, 55): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (19, 28): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (29, 26): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (40, 31): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (45, 29): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (48, 54): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (76, 25): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (77, 33): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (92, 106): Unresolved reference: ObservableMap
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (92, 139): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (95, 28): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (96, 25): Unresolved reference: SimpleObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (106, 97): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (106, 101): Cannot infer a type for this parameter. Please specify it explicitly.
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (107, 45): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (107, 66): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/GatheredTransactionDataModel.kt: (113, 60): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (5, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (6, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (85, 90): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (88, 86): Unresolved reference: WritableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (91, 80): Unresolved reference: ObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (94, 88): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (97, 96): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (158, 101): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (159, 70): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (164, 97): Unresolved reference: WritableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (165, 70): Unresolved reference: WritableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (170, 99): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (171, 70): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (176, 119): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (177, 70): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (182, 99): Unresolved reference: ObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/Models.kt: (183, 70): Unresolved reference: ObjectProperty
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (3, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (19, 28): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (23, 49): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (24, 50): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (33, 18): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (33, 75): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (34, 19): Unresolved reference: ObservableList
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (34, 75): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (34, 103): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (35, 37): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (42, 45): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (42, 130): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (43, 9): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (46, 39): Unresolved reference: ObservableValue
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (46, 124): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (46, 163): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (47, 9): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NetworkIdentityModel.kt: (47, 47): Unresolved reference: it
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NodeMonitorModel.kt: (4, 8): Unresolved reference: javafx
e: /home/shapiroisme/corda/client/src/main/kotlin/net/corda/client/model/NodeMonitorModel.kt: (54, 27): Unresolved reference: SimpleObjectProperty

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':client:compileKotlin'.
> Compilation error. See log for more details

* Try:
Run with --info or --debug option to get more log output.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':client:compileKotlin'.
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
	at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64)
	at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
	at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53)
	at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:203)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:185)
	at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:66)
	at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:50)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.process(DefaultTaskPlanExecutor.java:25)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:110)
	at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:37)
	at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:37)
	at org.gradle.execution.DefaultBuildExecuter.access$000(DefaultBuildExecuter.java:23)
	at org.gradle.execution.DefaultBuildExecuter$1.proceed(DefaultBuildExecuter.java:43)
	at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:32)
	at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:37)
	at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:30)
	at org.gradle.initialization.DefaultGradleLauncher$4.run(DefaultGradleLauncher.java:154)
	at org.gradle.internal.Factories$1.create(Factories.java:22)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:52)
	at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:151)
	at org.gradle.initialization.DefaultGradleLauncher.access$200(DefaultGradleLauncher.java:32)
	at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:99)
	at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:93)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:62)
	at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:93)
	at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:82)
	at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:94)
	at org.gradle.tooling.internal.provider.ExecuteBuildActionRunner.run(ExecuteBuildActionRunner.java:28)
	at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
	at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:43)
	at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:28)
	at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:78)
	at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:48)
	at org.gradle.launcher.exec.DaemonUsageSuggestingBuildActionExecuter.execute(DaemonUsageSuggestingBuildActionExecuter.java:51)
	at org.gradle.launcher.exec.DaemonUsageSuggestingBuildActionExecuter.execute(DaemonUsageSuggestingBuildActionExecuter.java:28)
	at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:43)
	at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:170)
	at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:237)
	at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:210)
	at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:35)
	at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:24)
	at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:206)
	at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:169)
	at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
	at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
	at org.gradle.launcher.Main.doAction(Main.java:33)
	at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
	at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:54)
	at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:35)
	at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
	at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30)
	at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127)
	at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:56)
Caused by: org.gradle.api.GradleException: Compilation error. See log for more details
	at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.processCompilerExitCode(Tasks.kt:220)
	at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompiler$kotlin_gradle_plugin(Tasks.kt:178)
	at org.jetbrains.kotlin.gradle.tasks.KotlinCompile.callCompiler$kotlin_gradle_plugin(Tasks.kt:105)
	at org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile.execute(Tasks.kt:97)
	at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:75)
	at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$IncrementalTaskAction.doExecute(AnnotationProcessingTaskFactory.java:244)
	at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:220)
	at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$IncrementalTaskAction.execute(AnnotationProcessingTaskFactory.java:231)
	at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:209)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61)
	... 60 more

from corda.

sorokinvld avatar sorokinvld commented on June 18, 2024

and 2nd log:

:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
:core:compileKotlin UP-TO-DATE
:core:compileJava UP-TO-DATE
:core:copyMainKotlinClasses UP-TO-DATE
:core:processResources UP-TO-DATE
:core:classes UP-TO-DATE
:core:jar UP-TO-DATE
:finance:compileKotlin UP-TO-DATE
:finance:compileJava UP-TO-DATE
:finance:copyMainKotlinClasses UP-TO-DATE
:finance:processResources UP-TO-DATE
:finance:classes UP-TO-DATE
:finance:jar UP-TO-DATE
:node:compileKotlin UP-TO-DATE
:node:compileJava UP-TO-DATE
:node:copyMainKotlinClasses UP-TO-DATE
:node:processResources UP-TO-DATE
:node:classes UP-TO-DATE
:node:jar UP-TO-DATE
:client:compileKotlin FAILED

BUILD FAILED

Total time: 27.291 secs

from corda.

shamsasari avatar shamsasari commented on June 18, 2024

Looks like it can't find JavaFX. Are you using OpenJDK? If so your distro may have separated it out. This answer on Stack Overflow might help: http://stackoverflow.com/a/34244308.

from corda.

sorokinvld avatar sorokinvld commented on June 18, 2024

Yes. it helped.

Thank you, @shamsasari.

Maybe it will be useful for other newbies to add this note about JavaFX into Corda install instructions.

from corda.

shamsasari avatar shamsasari commented on June 18, 2024

Yes we'll do that. Thanks.

from corda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.