Trying to compile a large library of documents with my AIR app using commnad line and cannot get a runtime created due to
several warnings in the code - which I expected to be ignored.
Is there no way to compile and ignore warnings ?
I've tried editing the air-config.xml and using the following
amxmlc -strict=false -show-unused-type-selector-warnings=false [mySourceMXML]
neither will compile the app and displays the list of code warnings (primarily CSS)
Also it even reports an untyped variable warning for code that is //commented ????