I had some troubles with the error "Error #2046: The loaded file did not have a valid signature." when loading RSLs from my application. So I downloaded the simple caching framework example from http://svn.sonatype.org/flexmojos/trunk/flexmojos-testing/flexmojos-test-harness/projects/concept/hello-cachingframework/ and tried to make this simple example run. Unfortunately I got the same error again.
Then I replaced the framework.swz from the Sonatype repository with the one that is contained in the Adobe Flex SDK and suddenly it worked. A md5sum shows that the files are indeed different: > md5sum > ~/.m2/repository/com/adobe/flex/framework/framework/3.3.0.4852/framework-3.3.0.4852.swz d4bfec8730ac9f9479ef8b3729756100 /home/cschlipf/.m2/repository/com/ adobe/flex/framework/framework/3.3.0.4852/framework-3.3.0.4852.swz > md5sum ~/opt/flex/frameworks/rsls/framework_3.3.0.4852.swz 51734ac9ad178e47cb012998d8228bb2 /home/cschlipf/opt/flex/frameworks/ rsls/framework_3.3.0.4852.swz The first is the one from the repository that is not working and causes the #2046 error, the second does. The same applies to the RPC library: > md5sum > ~/.m2/repository/com/adobe/flex/framework/rpc/3.3.0.4852/rpc-3.3.0.4852.swz 9b98fa9e7731d9c92a9606c0f7ad74cc /home/cschlipf/.m2/repository/com/ adobe/flex/framework/rpc/3.3.0.4852/rpc-3.3.0.4852.swz > md5sum ~/opt/flex/frameworks/rsls/rpc_3.3.0.4852.swz 0903d6e8d781d8912e106571a0992242 /home/cschlipf/opt/flex/frameworks/ rsls/rpc_3.3.0.4852.swz So am I correct to assume that the Sonatype repository at http://repository.sonatype.org/content/groups/public contains broken artifacts? Can you fix the broken repository or is there an alternative repository with correct artifacts? --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
