> > I didn't describe the question well enough: When you use swz libraries, > your application relies on them or the application fails miserably. That > means that swz libraries must be available under the URL specified and with > a suitable crossdomain.xml. To test this, do you run a unit test that loads > e.g. framework.swz as a regular file? How do you verify the correct version > of framework.swz? > I deploy my rsl with my application, so, framework.swz is available at war
> An other option is to disable caching on all your build machines. > TestRunner.swf will likely fail if framework.swz is not present. However, > how can you make sure that caching does not get reactivated? > Do you wanna delete old caching.swz from testing machine to be sure if it can be downloaded from internet? Well, clean your environment is up to you :D, no mojo for that. VELO On Thu, Oct 9, 2008 at 10:08 AM, Marc Speck <[EMAIL PROTECTED]> wrote: > > > On Thu, Oct 9, 2008 at 2:31 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > >> maven.cfg is only make/populated on unit test SWF, I'm did understand if >> that is your scenario. If yes, I should be generated. >> >> Did you change updateSecuritySandbox to true: >> >> http://docs.flex-mojos.info/flex-compiler-mojo/test-run-mojo.html#updateSecuritySandbox >> > > Damn, I forgot! You see, I take any help... thanks > > However, I after adding updateSecuritySandbox, I got "Unable find Flash > Player trust folder > /var/lib/hudson/.macromedia/Flash_Player/#Security/FlashPlayerTrust" on > Ubuntu 8.04. Vista works fine. After adding the directories > "#Security/FlashPlayerTrust" manually, it works. Propably, # must be escaped > (with "\#Security"??) for creating the "#Security" directory? > > > > >> >> >> Anyway, as far I remember, RSL (SWF and SWZ) are switched to merged (or >> included) scope on tests. But I'm not sure and can't go to sources right >> now. >> > Yes, RSLs get merged during test. > I didn't describe the question well enough: When you use swz libraries, > your application relies on them or the application fails miserably. That > means that swz libraries must be available under the URL specified and with > a suitable crossdomain.xml. To test this, do you run a unit test that loads > e.g. framework.swz as a regular file? How do you verify the correct version > of framework.swz? > > An other option is to disable caching on all your build machines. > TestRunner.swf will likely fail if framework.swz is not present. However, > how can you make sure that caching does not get reactivated? > > Marc > > > > > --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
