Skip to content

Instantly share code, notes, and snippets.

@asonge
Created November 17, 2014 17:02
Show Gist options
  • Save asonge/5bbd2e63a3a9c76601bf to your computer and use it in GitHub Desktop.
Save asonge/5bbd2e63a3a9c76601bf to your computer and use it in GitHub Desktop.
Sencha Cmd v5.0.2.270
[INF] Processing Build Descriptor : default
[WRN] The application was last modified by a newer version of Sencha Cmd (5.0.3.276), current is 5.0.2.270. Please install a newer Sencha Cmd version comptible with 5.0.3.276.
[INF] Loading app json manifest...
[INF] Writing content to /Users/alex/work/aerion-dashboard/ext/bootstrap.js
[INF] Writing content to /Users/alex/work/aerion-dashboard/ext/bootstrap.json
[WRN] C1014: callParent has no target (this.callParent in Ext.form.field.Picker.onOtherFocus) -- /Users/alex/work/aerion-dashboard/ext/ext/src/form/field/Picker.js:325
[WRN] C1014: callParent has no target (me.callParent in Ext.form.field.Tag.mimicBlur) -- /Users/alex/work/aerion-dashboard/ext/ext/src/form/field/Tag.js:1298
[WRN] C1014: callParent has no target (me.callParent in Ext.grid.plugin.RowEditing.startEditByClick) -- /Users/alex/work/aerion-dashboard/ext/ext/src/grid/plugin/RowEditing.js:278
[WRN] C1014: callParent has no target (this.callParent in Ext.rtl.selection.CellModel.doMove) -- /Users/alex/work/aerion-dashboard/ext/ext/src/rtl/selection/CellModel.js:12
[WRN] C1014: callParent has no target (this.callParent in Ext.rtl.selection.TreeModel.onKeyRight) -- /Users/alex/work/aerion-dashboard/ext/ext/src/rtl/selection/TreeModel.js:8
[WRN] C1014: callParent has no target (this.callParent in Ext.rtl.selection.TreeModel.onKeyLeft) -- /Users/alex/work/aerion-dashboard/ext/ext/src/rtl/selection/TreeModel.js:16
[INF] Compressing data with YuiJavascriptCompressor
[ERR] C2009: YUI Parse Error (invalid property id => (Ext.cmd.derive('App.view.forms.JSA.View', Ext.window.Window, {config: {closeBack: true}, controller: 'formsjsaview', viewModel: {type: 'formsjsaview'}, itemId: 'JSAView', overflowY: 'scroll', padding: '10px', layout: 'fit', title: 'Job Safety Analysis', monitorResize: true, items: [{xtype: 'container', shrinkWrap: 0, layout: 'fit', items: [{xtype: 'container', margin: '20px 0 0 0', layout: {type: 'hbox', align: 'stretch'}, items: [{xtype: 'container', items: [{xtype: 'textfield', fieldLabel: 'Job Being Performed:', bind: {value: '{report.jobPerformed}'}}, {xtype: 'textfield', width: '', fieldLabel: 'Customer', bind: {value: '{report.customer}'}}, {xtype: 'textfield', fieldLabel: 'Rig Contractor', bind: {value: '{report.rigContractor}'}}, {xtype: 'textfield', fieldLabel: 'Location', bind: {value: '{report.location}'}}]}, {xtype: 'container', margin: '0 0 0 10px', items: [{xtype: 'textfield', fieldLabel: 'Employee', bind: {value: '{report.employee}'}}, {xtype: 'textfield', fieldLabel: 'Job Title', bind: {value: '{report.jobTitle}'}}, {xtype: 'textfield', fieldLabel: 'Department', bind: {value: '{report.department}'}}]}, {xtype: 'container', margin: '0 0 0 10px', items: [{xtype: 'textfield', fieldLabel: 'Supervisor', bind: {value: '{report.supervisor}'}}, {xtype: 'textfield', fieldLabel: 'Analysis by', bind: {value: '{report.analysisBy}'}}, {xtype: 'textfield', fieldLabel: 'Reviewed by', bind: {value: '{report.reviewedBy}'}}]}, {xtype: 'container', margin: '0 0 0 10px', items: [{xtype: 'datefield', fieldLabel: 'Date', bind: {value: '{date}'}}, {xtype: 'textfield', fieldLabel: 'JSA #', bind: {value: '{report.JSA}'}}, {xtype: 'textfield', fieldLabel: 'Approved by', bind: {value: '{report.approvedBy}'}}]}]}, {xtype: 'container', margin: '40px 0', padding: '10px', layout: {type: 'vbox', align: 'stretch'}, bind: {style: 'border:1px solid #000;'}, items: [{xtype: 'container', flex: 1, html: '<strong>Required PPE</strong>', layout: {type: 'hbox', align: 'stretch'}, items: [{xtype: 'gridpanel', flex: 6, reference: 'gridPanel', minHeight: 100, shrinkWrapDock: 2, bind: {store: '{MyJSAReportSteps}'}, columns: [{xtype: 'gridcolumn', dataIndex: 'step', text: 'Job step', flex: 2, editor: {xtype: 'textfield'}}, {xtype: 'gridcolumn', dataIndex: 'hazard', text: 'Potential Hazard(s)', flex: 3, editor: {xtype: 'textfield'}}, {xtype: 'gridcolumn', dataIndex: 'procedure', text: 'Recommended Action of Procedure', flex: 3, editor: {xtype: 'textfield'}}, {xtype: 'gridcolumn', hidden: true, dataIndex: 'model', text: 'Model'}], plugins: [{ptype: 'cellediting'}]}, {xtype: 'container', layout: {type: 'vbox', align: 'stretch'}, items: [{xtype: 'button', style: 'border-radius:50% 50%;', text: '+', listeners: {click: 'onButtonClick'}}, {xtype: 'button', style: 'border-radius:50% 50%;', text: '-', listeners: {click: 'onButtonClick1'}}]}]}]}, {xtype: 'container', layout: {type: 'vbox', align: 'stretch'}, items: [{xtype: 'container', flex: 1, layout: {type: 'hbox', align: 'stretch'}, items: [{xtype: 'container', flex: 2, margin: '0 20px 0 0', padding: '10px', style: 'border: 1px solid black;', items: [{xtype: 'container', html: '<strong>Potential Hazards:</strong>'}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Lifting Hazards', bind: {value: '{report.liftingHazards}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Fall Potential', bind: {value: '{report.fallPotential}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Electrical Shock', bind: {value: '{report.electricalShock}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Hazardous Chemcials', bind: {value: '{report.hazardousChemicals}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Skin Irritants', bind: {value: '{report.skinIrritants}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Confined Spaces', bind: {value: '{report.confinedSpaces}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Overhead load/work', bind: {value: '{report.overheadLoadWork}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Pinch, Crush, Striking Hazards', bind: {value: '{report.pinchCrunchStriking}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Potential Release of Eenrgy', bind: {value: '{report.potentialEnergyRelease}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'High Noise Levels', bind: {value: '{report.highNoiseLevels}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Fire or Explosion Hazards', bind: {value: '{report.fireExplosion}'}}]}, {xtype: 'container', flex: 2, margin: '0 20px 0 0', padding: '10px', style: 'border:1px solid black;', items: [{xtype: 'container', html: '<strong>Safe Work Practices:</strong>'}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Hot Work Permit', bind: {value: '{report.hotWorkPermit}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Energy Isoliation Procedures', bind: {value: '{report.energyIsolation}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Barricades', bind: {value: '{report.barricades}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Pre-job Safety Meeting', bind: {value: '{report.preJobSafetyMeeting}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Confined Space Permit', bind: {value: '{report.confinedSpacePermit}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Specialized PPE', bind: {value: '{report.specializedPPE}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Job/site Orientation', bind: {value: '{report.jobSiteOrientation}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Review of Emergency Action Plan', bind: {value: '{report.reviewOfEmergencyPlan}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'other', bind: {value: '{report.otherPractice}'}}]}, {xtype: 'container', flex: 2, margin: '0 20px 0 0', padding: '10px', style: 'border:1px solid #000;', items: [{xtype: 'container', html: '<strong>Weather Conditions:</strong>'}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Sunny', bind: {value: '{report.wxSunny}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Windy', bind: {value: '{report.wxWindy}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Overcast', bind: {value: '{report.wxOvercast}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Rain', bind: {value: '{report.wxRain}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Cold', bind: {value: '{report.wxCold}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Hot', bind: {value: '{report.wxHot}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Lightning', bind: {value: '{report.wxLightning}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Ice Conditions', bind: {value: '{report.wxIce}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Dense Fog', bind: {value: '{report.wxFog}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Rough Seas', bind: {value: '{report.wxRoughSeas}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Other', bind: {value: '{report.wxOther}'}}]}, {xtype: 'container', flex: 2, padding: '10px', style: 'border:1px solid #000;', items: [{xtype: 'container', html: '<strong>PPE Checklist:</strong>'}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Hard hat', bind: {value: '{report.hardHat}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Safety Glasses', bind: {value: '{report.SafetyGlasses}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Steel toe boots/shoes', bind: {value: '{report.steelToeBoots}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Wrok gloves', bind: {value: '{report.workGloves}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Hearing Protection', bind: {value: '{report.hearingProtection}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Safety goggles', bind: {value: '{report.safetyGoggles}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Safety Shield', bind: {value: '{report.safetyShield}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Tyvek Suits', bind: {value: '{report.tyvekSuits}'}}, {xtype: 'checkboxfield', fieldLabel: '', boxLabel: 'Other', bind: {value: '{report.otherPPE}'}}]}]}]}, {xtype: 'container', padding: '10px 0 10px 10px;', items: [{xtype: 'button', style: {float: 'right'}, text: 'Done', listeners: {click: 'onButtonClick2'}}]}]}], listeners: {close: 'onJSAViewClose', afterrender: 'onJSAViewAfterRender'}}, 0, ["formsjsaview"], ["box", "component", "container", "formsjsaview", "panel", "window"], {"box": true, "component": true, "container": true, "formsjsaview": true, "panel": true, "window": true}, ["widget.formsjsaview"], 0, [App.view.forms.JSA, 'View'], 0));) -- unknown-file:76445:8227
[ERR] C2009: YUI Parse Error (Compilation produced 1 syntax errors. => null) -- unknown-file:2
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExBuild: Failed to compress input
[ERR] at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.j
[ERR] ava:109)
[ERR]
[ERR] Total time: 17 seconds
[ERR] The following error occurred while executing this line:
/Users/alex/work/aerion-dashboard/ext/.sencha/app/build-impl.xml:264: The following error occurred while executing this line:
/Users/alex/work/aerion-dashboard/ext/.sencha/app/js-impl.xml:71: com.sencha.exceptions.ExBuild: Failed to compress input
[ERR]
The application was last modified by a newer version of Sencha Cmd (5.0.3.276)
the current is 5.0.2.270.
Please install a newer Sencha Cmd version comptible with 5.0.3.276.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment