This is the first time I ever hear about problems with runtimeLocales... Just to be sure, you did saw this sample, right? http://svn.sonatype.org/flexmojos/trunk/flexmojos-testing/flexmojos-test-harness/projects/concept/l10n-swc-swf/
The runtimeLocaleOutputPath is supposed to be relative, it will be used by CopyMojo to correctly place the bundles inside the war. For the last problem I don't know =D If you can provide an sample that reproduces your problem I can fix whatever is broken in flexmojos or point you on the right way. VELO On Jan 26, 1:22 pm, Mark <[email protected]> wrote: > Hello > > I've been looking through the various posts that cover using > runtimeLocales, and from these posts I have the impression that the > creation of a resource bundle swf to be loaded at runtime is supported > and works. However I've found a couple of problems getting this to > work.. > > The <runtimeLocaleOutputPath> still appends the build path to the > value provided, although this can be worked aorund using a relative > path in a multi module project this still causes problems as when you > build a number of modules together the changes (e.g. building from a > parent pom).. I can work around this in several ways so its not a > blocker.. > > The major problem I've found is that swf produced MyResources_ > {locale}.swf doesn't appear to contain the bundle. calling > getAvialableResourceBundlesForLocale(..) (or whatever the function > calls doesn't include my bundle ).. > > Its there a version I can use where this has been demonstrated to > work? Or does it not really work? The how to wiki seems to be pretty > convinced it does, so I guess I must be using a dodgey version or > something.. > > Thanks > > Mark -- 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/
