Henry,

which Ant target is called to generate the AS3 classes for the LFC?
I'm trying to debug a problem with Adobe AIR and OpenLaszlo, but the
line numbers in the kernel classes' as3 files don't match the original
code file, which probably has to do with the import statements in the
.as classes:


/**
  * @access private
  */
class LzContextMenuKernel {

    #passthrough (toplevel:true) {
    import flash.events.ContextMenuEvent;
    import flash.ui.ContextMenu;
    import flash.ui.ContextMenuBuiltInItems;
    }#

I want to attach the source code to the SWC files to make debugging a
bit easier.

Thanks,
Raju

Reply via email to