I had the same problem a couple of weeks ago.

You are just using the wrong version of the plugin - notice the
groupId....

make your plugin look like this:

 <plugin>
                                <groupId>org.sonatype.flexmojos</
groupId>
                                <artifactId>flexmojos-maven-plugin</
artifactId>
                                <version>3.0.0</version>
                                <configuration>
                                        <debug>true</debug>
                                </configuration>
            </plugin>

Hope it works.

On Apr 6, 5:38 pm, Marvin Froeder <[email protected]> wrote:
> Are you using flash player debug version?
> VELO
>
> On Mon, Apr 6, 2009 at 6:28 PM, David Hoffer <[email protected]> wrote:
> > I need to be able to remotely debug my Flex application (with Java
> > backend).
>
> > I have two flex modules, swc & swf.  The swf module is the application and
> > it is dependent on the swc for its AS code (swf module just has mxml
> > source).  I have turned debug on when I build both of these modules.
> > However when I attempt to debug (after deploying war to Tomcat) I get an
> > error saying that it cannot debug because the the session timed out.  (I'm
> > trying to debug the code in the swc module.)
>
> > It says the problem is either due to not having debug enabled in my Flash
> > movie and/or that I don't have a debug Flash player, but I do.
>
> > What else do I need to do to enable remote debugging?  I only deploy a
> > single swf file, is that okay?  Do I need to keep the swc module separate
> > and deploy that as well?  If so, how?
>
> > Here is my flex build configs:
>
> > SWC & SWF are the same:
> > <plugin>
> >                 <groupId>info.rvin.mojo</groupId>
> >                 <artifactId>flex-compiler-mojo</artifactId>
> >                 <version>${flexcompilerVersion}</version>
> >                 <extensions>true</extensions>
> >                 <configuration>
> >                     <debug>true</debug>
> >                     <optimize>false</optimize>
> >                     <locales>
> >                         <param>en_US</param>
> >                     </locales>
> >                     <contextRoot>services-web</contextRoot>
> >                 </configuration>
> > </plugin>
>
> > -Dave
>
>
--~--~---------~--~----~------------~-------~--~----~
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