Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CC8310059 for ; Tue, 11 Jun 2013 18:23:33 +0000 (UTC) Received: (qmail 3375 invoked by uid 500); 11 Jun 2013 18:23:32 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 3343 invoked by uid 500); 11 Jun 2013 18:23:32 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 3335 invoked by uid 99); 11 Jun 2013 18:23:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 18:23:32 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of omuppi1@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 18:23:27 +0000 Received: by mail-vc0-f173.google.com with SMTP id ht10so2122998vcb.32 for ; Tue, 11 Jun 2013 11:23:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=rJptseOWdI8iFnGN8fy++vt6HA6P0izz2S549xRrAKg=; b=weTCbHKCqCWTrSSUm6UNHBde42GiCgXvZlN7LTH3lB/UQdZ+Uc0MFGfmiSKPeVoPQk +THWfntd7hGgiXFPz7ic/x3O7UmVnUPjKNzmHI0oSl5Pgi0FRQiGxM/uarLrjiok654r wRqrEQL6Gt4LCJG5sPF/zdgkqLRP7/oM0sCDNR+q/KaqOEGJkkMi1dwlN2FLpQfkiwGL YUFVgJfDJk8LsZNmbj63gJqk1m6OBDAQZ+1KkQmeLloivUvS/SGI6bJW/QOX0pPp1A7t bHbTJOjfwyUL9oMT1TiaJN9f8fYrrbRRjuFxCFpC+nZ7vO/lzGZFxOzRHXkSe3lSaOR+ B7Hg== X-Received: by 10.220.7.134 with SMTP id d6mr8441952vcd.56.1370974986845; Tue, 11 Jun 2013 11:23:06 -0700 (PDT) MIME-Version: 1.0 Sender: omuppi1@gmail.com Received: by 10.58.204.226 with HTTP; Tue, 11 Jun 2013 11:22:36 -0700 (PDT) From: OmPrakash Muppirala Date: Tue, 11 Jun 2013 11:22:36 -0700 X-Google-Sender-Auth: jnaB1JF1rSOL5asVggtddMvZgAE Message-ID: Subject: [Installer] MD5Stream bug? To: dev@flex.apache.org Content-Type: multipart/alternative; boundary=001a11c3a5be1646c504dee4fd9d X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3a5be1646c504dee4fd9d Content-Type: text/plain; charset=ISO-8859-1 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-config.xml " The installer loads the config from http://people.apache.org/~bigosmallm/sdk-nightly/nightly-sdk-installer-config.xmland loads the sdk binary artifact from https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/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 --001a11c3a5be1646c504dee4fd9d--