That doesn't help since I need to read *FlexMojos* trace statements generated from a run kicked off from maven - no browser, and no way to attach a debug process to the player that pops up for all of 1 second for the unit tests. Velo, how do you see the trace statements when you are debugging FlexMojos?
On Thursday, September 8, 2011 4:56:52 AM UTC-7, Alexandre Reis wrote: > > You need to connect the flex debugger to your application in order to see > the trace statements. You application also needs to be compiled with the > <debug>true</debug> option in flex-mojo's configuration. > > If you're using firefox with firebug, you can skip the debugger using > http://code.google.com/p/flash-thunderbolt/wiki/ThunderBoltAS3 > > Regards, > > Alexandre M. Reis > > > > On Wed, Sep 7, 2011 at 9:50 PM, pmbauer <[email protected]> wrote: > >> *Scenario:* >> FlexMojos liberally uses trace(...) statements all over its code base. >> I have a custom build of FlexMojos that I am attempting to debug. >> >> *Problem:* >> I cannot find where the trace(...) statements are being written to. >> The statements are not anywhere in the mvn output, files in the target >> folder, or in my TraceOutputfileName (~/mm.cfg) >> >> *Steps so far:* >> I'm using a debug flash player. >> I've added the -Dflex.omitTraceStatements=false to my FlexMojos build >> I've added the -Dflex.omitTraceStatements=false to my test project >> My ~/mm.cfg file has a key TraceOutputfileName that points to a trace log >> file >> >> Any ideas? I'd rather not have to replace all the trace statements in >> FlexMojos with other logging facilities. >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Flex Mojos" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/flex-mojos >> >> http://flexmojos.sonatype.org/ >> > > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
