I found the build file in /WEB-INF/lps/lfc, which is called out of the build.xml in $LPS_HOME. But I remember that the script you use to compile the LFC is
$LPS_HOME/WEB-INF/lps/lfc/buildlfc --runtime=swf10 The script generates the as3 files into a temp folder, in my case that's /var/folders/dR/dR6cjzr7F9ya5PTDDjwtUk+++TI/-Tmp-/lzswf9/lzgen6138699165658685299 I'll do a test run with Flash Builder to see if I can compile the generated as3 classes for my OL app with those files. On Wed, Aug 4, 2010 at 11:08 AM, Raju Bitter <[email protected]> wrote: > 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 >
