Skip to content

Instantly share code, notes, and snippets.

@diverted247
Created June 24, 2013 21:40
Show Gist options
  • Save diverted247/5853847 to your computer and use it in GitHub Desktop.
Save diverted247/5853847 to your computer and use it in GitHub Desktop.
What happens if I type: "if()" and build in TypeScript. Same a cat across keyboard.
ts:
[echo] ts: start
[echo] ts: copy src/app into build
[echo] ts: preprocess html templates into .ts classes
[echo] ts: compile app/app.ts and all linked files
[exec] /coderoot/big-box-js/main/build/app/controls/Image.ts (1066,17): Check format of expression term
[exec] /coderoot/big-box-js/main/build/app/managers/ImageManager.ts(139,78): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(3,41): Expected type
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(96,83): Expected type
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(5,16): Expected type
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(8,28): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(89,37): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(509,37): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(530,37): Expected type
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(57,33): Expected type
[exec] /coderoot/big-box-js/main/build/app/managers/ImageManager.ts(139,78): Expected type
[exec] /coderoot/big-box-js/main/build/app/managers/ImageManager.ts(139,92): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(3,41): Base type must be interface or class
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(7,17): The property 'type' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(9,17): The property 'selected' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(13,17): The property 'swapImage' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(13,32): The property 'originalImageAsset' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(20,30): The property 'ui' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(21,79): The property 'parent' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(24,26): The property 'ui' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(25,75): The property 'parent' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(38,26): The property 'ui' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(39,75): The property 'parent' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(52,26): The property 'ui' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(53,75): The property 'parent' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(108,21): The property 'dragging' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(114,32): Supplied parameters do not match any signature of call target
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(118,21): The property 'selectable' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(118,40): The property 'getMode' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(129,21): The property 'hideContainerEditor' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(130,21): The property 'closeEditor' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(131,21): The property 'selected' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(132,32): Supplied parameters do not match any signature of call target
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(133,21): The property 'ui' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(134,21): The property 'ui' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(137,34): The property 'parent' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(139,25): The property 'movable' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(140,36): The property 'x' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(141,36): The property 'y' does not exist on value of type 'BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(3,4): Base type 'any' lacks an implementation.
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(3,4): Base type 'any' lacks an implementation.
[exec] /coderoot/big-box-js/main/build/app/controls/BackgroundImage.ts(3,17): Class 'BackgroundImage' declares interface 'IApplicationMode' but does not implement it: Type 'BackgroundImage' is missing property 'preview' from type 'IApplicationMode'
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(31,27): Cannot convert 'BackgroundImage' to 'createjs.DisplayObject'
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(58,44): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/controls/ComponentFactory.ts(121,42): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(89,37): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(89,51): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(89,60): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(89,74): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(464,42): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(509,37): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(509,51): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(509,60): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(509,74): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(530,37): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(530,51): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(530,60): Expected type
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(530,74): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(563,100): Cannot convert 'controls.BaseControl' to 'controls.BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/views/CanvasView.ts(565,33): The property 'swapImage' does not exist on value of type 'controls.BackgroundImage'
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(57,33): Expected type
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(57,47): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(57,56): Expected type
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(57,70): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(291,41): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(301,46): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/utils/util.ts(358,82): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/models/ImageAsset.ts(14,45): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/models/ImageAsset.ts(14,72): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/models/ImageAsset.ts(14,98): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/models/ImageAsset.ts(52,64): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/models/ImageAsset.ts(57,70): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/models/ImageAsset.ts(62,70): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/models/ImageAsset.ts(135,48): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(8,28): Expected type
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(8,42): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(5,16): Expected type
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(5,30): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(8,28): Expected type
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(8,42): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(139,49): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(150,49): The property 'Image' does not exist on value of type 'controls'
[exec] /coderoot/big-box-js/main/build/app/editors/ImageEditor.ts(161,49): The property 'Image' does not exist on value of type 'controls'
BUILD FAILED
/coderoot/big-box-js/main/build.xml:217: exec returned: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment