I have tried yet again and completely resolved to the fact that there must be a bug here.
I have also toyed with the idea of modifying the framework-3.2.0.3958- configs.zip file to have flex-config.xml with debug=true instead of the default false. This seems hacky - isn't there a more correct way to do this via a configuration like the docs specify? I just find it odd that when using 3.0.0 of the super pom I am not seeing debug=true when compiling my SWF file... sorry extremely frustrated -Adam On Mar 28, 8:54 pm, aparrish <[email protected]> wrote: > I have also tried the following: > > <plugin> > <groupId>info.rvin.mojo</groupId> > > <artifactId>flex-compiler-mojo</artifactId> > <extensions>true</extensions> > <configuration> > <debug>true</debug> > </configuration> > </plugin> > > In both the parent's pom.xml configuration and the client ria app's > pom.xml > > On Mar 28, 8:47 pm, aparrish <[email protected]> wrote: > > > I am using this configuration for the maven compiler plugin and for > > some reason every time I run the clean install on my SWF project I > > still see the following in the compile step for the app. > > > <plugin> > > <groupId>info.rvin.mojo</groupId> > > > > <artifactId>flex-compiler-mojo</artifactId> > > <extensions>true</extensions> > > <configuration> > > > > <debug><param>true</param></debug> > > </configuration> > > </plugin> > > > -compiler.accessible=false > > -compiler.actionscript-file-encoding UTF-8 > > -compiler.allow-source-path-overlap=false > > -compiler.as3=true > > -compiler.debug=false > > > That means I can not connect to my app via the Flex Builder's debug > > tool. Any thoughts on how I should properly configure the plugin in > > the pom.xml? > > > Thanks! > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
