Did you verify the number of bytes you are sending in to MD5Stream and that you've reset ByteArray.position before doing so?
-Alex On 6/11/13 11:22 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: >I have been working on getting the nightly builds working with the >Installer. If I invoke the Installer from the command line like this: > >C:\Program Files (x86)\Apache Flex\Apache Flex SDK Installer>"Apache Flex >SDK Installer.exe" -config=" >http://people.apache.org/~bigosmallm/sdk-nightly/nightly-sdk-installer-con >fig.xml >" > >The installer loads the config from >http://people.apache.org/~bigosmallm/sdk-nightly/nightly-sdk-installer-con >fig.xmland >loads the sdk binary artifact from >https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifac >t/out/ > >So far so good. The problem comes up with the MD5 check occurs. I have >manually verified that that the MD5 checksum of the downloaded file >matches >exactly that of the generated file. But, for some reason, the MD5Stream >class generates a different MD5 checksum. As a result, the installation >is >aborted. > >Can someone test this independently and see if you are having similar >problems as well? > >Any ideas why this could be happening? > >Thanks, >Om