Yeah, it can be confusing with all the different documentation floating
around :o) 

-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of aparrish
Sent: Sunday, March 29, 2009 8:36 AM
To: Flex Mojos
Subject: [flex-mojos] Re: Compile with Debug turned on


Will:

Thanks so much for the reply. That definitely fixed the problem. I wish
there were not so many version of the plugin floating around, but now that
this has bitten me I will make sure to check my group id and version every
time.

I was seriously running out of things to check and that didn't even cross my
mind as an option.

Thanks again!
Adam



On Mar 29, 4:23 am, "Will Hoover" <[email protected]> wrote:
> If you are using flexmojos-maven-plugin 3.0.0 do not use the 
> flex-compiler-mojo (for full configuration options "mvn help:describe 
> -DgroupId=org.sonatype.flexmojos -DartifactId=flexmojos-maven-plugin
> -Dfull=true"):
>
>                         <plugin>
>                                 
> <groupId>org.sonatype.flexmojos</groupId>
>
> <artifactId>flexmojos-maven-plugin</artifactId>
>                                 <version>3.0.0</version>
>                                 <configuration>
>                                         <debug>true</debug>
>                                 </configuration>
>                         </plugin>
>
> -----Original Message-----
> From: [email protected] [mailto:[email protected]] 
> On
>
> Behalf Of aparrish
> Sent: Sunday, March 29, 2009 1:02 AM
> To: Flex Mojos
> Subject: [flex-mojos] Re: Compile with Debug turned on
>
> 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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to