On Tue, Nov 25, 2008 at 2:51 PM, Garry <[EMAIL PROTECTED]> wrote: > I'm attempting to install a SWF and wrapper HTML with the following > POM but am getting ony the SWF. > Feels like I'm doing something obviously wrong but I can't find it. > Can someone take a look and let me > know if they see a problem? FWIW, I do get one warning but, as I said, > the SWF is successfully generated: > > [WARNING] Source file was not defined, flex-mojos will guess one.
I took your pom and made a simple project. You are missing the html wrapper, correct? The way you have it configured, you need a folder at the root of the project (sibling to the pom.xml file) called html-template (default layout for FB projects). Mine worked just fine. I did a mvn package, and looked in the target dir, and I had: host-81-122:wrappertest logan$ ls -al target/ total 352 drwxr-xr-x 9 logan wheel 306 Nov 25 16:12 . drwxr-xr-x 6 logan wheel 204 Nov 25 16:12 .. -rw-r--r-- 1 logan wheel 7886 Nov 25 16:06 AC_OETags.js drwxr-xr-x 7 logan wheel 238 Nov 25 16:12 classes -rw-r--r-- 1 logan wheel 4219 Nov 25 16:12 cm-widget-1.0-SNAPSHOT.html -rw-r--r-- 1 logan wheel 156177 Nov 25 16:12 cm-widget-1.0-SNAPSHOT.swf drwxr-xr-x 5 logan wheel 170 Nov 25 16:12 history -rw-r--r-- 1 logan wheel 657 Nov 25 16:06 playerProductInstall.swf drwxr-xr-x 2 logan wheel 68 Nov 25 16:12 surefire-reports Opening the target/cm-widget-1.0-SNAPSHOT.html file correctly loaded my test app. Can you give more details of what isn't working and what you're trying? Logan --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
