@David - I have the skipTests=true always on because I used my own execution configuration that is bound to the integration-test phase. However, I have never seen this issue. On the other hand I have seen a blank screen when loading a SWF on a few occasions:
a) URL mis-configuration in tomcat b) SWF wrapper problem (problem with SWFObject of some small kind) c) security/permission issue of some nature I'm gonna guess that option b is your issue. Perhaps somehow the wrapper gets bungled or the copy-flex-resources goal happens differently. I'd take a known good SWF and substitute it in the final artifact and see if it still works... hope this helps, Dave On Jan 1, 1:27 pm, velo <[email protected]> wrote: > You told flexmojos to skip, kinda expected behaviour..... > > On 29 dic 2010, 14:01, Davis Ford <[email protected]> wrote: > > > Has anyone else experienced this scenario: If I build normally, where > > the test cases are run, everything is kosher, and my flex app is fine, > > but if I pass -Dmaven.test.skip=true and correspondingly also have > > this in the configuration section of flexmojos plugin: > > > <configuration> > > <skip>${maven.test.skip}</skip> > > </configuration> > > > I end up with some build output, but it is not right. If I try to > > load the swf, or the html wrapper, all I get is a blank screen. > > > The flexmojos version I am using is 3.7.1 > > The flex SDK version I am using is 4.1.0.16076 > > > Regards, > > Davis -- 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/
