It is a bug. Users may be able to add files that are in the "resources" folder, but any project dependencies that aren't SWFs or SWCs cannot be added.
Thanks. - Scott On Dec 30 2009, 1:17 pm, velo <[email protected]> wrote: > Well, if not a bug lemme know to close the ticket.... > > VELO > > On 30 dez, 14:08, Marcello Teodori <[email protected]> wrote: > > > Hi, > > I don't think it's a bug as I use SignAirMojo with success with the > > same use case. > > With flexmojos 3.5.0 the resources should be included in the package > > and you shouldn't > > experience that error, verify that: > > * the file my128.png is in src/main/resources > > * the flexmojos version is 3.5.0 > > > Running with -X you should see in the log if the file has been > > included, otherwise you can > > always specify what to put into the package, if you don't want all the > > resources, with the > > includeFiles configuration parameter: > > <includeFiles> > > <includeFile>my128.png<includeFile> > > <includeFiles> > > > --m > > > On 28 Dic, 22:47, Eric <[email protected]> wrote: > > > > There is a bug in the sign-air mojo when you have an AIR application > > > descriptor file that includes a reference to an icon PNG. > > > > If your descriptor file contains a block like: > > > > <icon> > > > <image128x128>my128.png</image128x128> > > > </icon> > > > > and you build the project with maven you will get this error even > > > though the icon is present: > > > > error 303: Icon adchemy128.png is missing from package > > > [INFO] > > > ------------------------------------------------------------------------ > > > [ERROR] BUILD FAILURE > > > [INFO] > > > ------------------------------------------------------------------------ > > > [INFO] Error generating AIR package 12 -- 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://flexmojos.sonatype.org/
