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 C493E114CB for ; Tue, 2 Sep 2014 07:26:32 +0000 (UTC) Received: (qmail 77243 invoked by uid 500); 2 Sep 2014 07:26:31 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 77211 invoked by uid 500); 2 Sep 2014 07:26:31 -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 77193 invoked by uid 99); 2 Sep 2014 07:26:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 07:26:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.220.41] (HELO mail-pa0-f41.google.com) (209.85.220.41) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 07:26:03 +0000 Received: by mail-pa0-f41.google.com with SMTP id lj1so13992287pab.28 for ; Tue, 02 Sep 2014 00:25:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=+xdIFWQS0mU9O1a4opP6pUd4GSQseAZ8nuGxcqDiasQ=; b=ey58LnyyzFbmbIl2gdw60lAR0AAflVVe91uPYYlT62HVQAYmi7jq/lN5FSBUQ+XKm+ PAjcWNHtuGvGGZHGnNGWQKQ8/0A5W2jk4LyjKFmhsLVAeze+nnabp+1gZzMTADhkkjDy gzLb7ieenYI/Gu5d6zbW/rqoKDS2B4FSrfsIKs+3doz2YcG0rUbLTV0OpDOtKYickCML zByuL0OrfbSPfbFFD8mKr4cSGAg0pyWZi9R8K+4i3WSl0nuoQdtZbNaCSj7wS6zKoAdz t6ecXA+5jhwQWkJonlsIGOYanUCFo2VRLQR4EDE3NYB9H8/xFr8c556LB4aMwIXY/nuo x0wg== X-Gm-Message-State: ALoCoQk6ttDArOBsOWlVesKBussfbVMqN5jaQDt3c09m8h+k6Vidlty/E5fQXKitFudaiUm1k+82 X-Received: by 10.70.34.235 with SMTP id c11mr10115791pdj.76.1409642755756; Tue, 02 Sep 2014 00:25:55 -0700 (PDT) Received: from [192.168.0.12] (124-149-32-135.dyn.iinet.net.au. [124.149.32.135]) by mx.google.com with ESMTPSA id m1sm4311474pdh.18.2014.09.02.00.25.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Sep 2014 00:25:54 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: Allmost finished fixing the FlexPMD build From: Justin Mclean In-Reply-To: <1409640160448.88959@c-ware.de> Date: Tue, 2 Sep 2014 17:25:49 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1409640160448.88959@c-ware.de> To: dev@flex.apache.org X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Most problems in the tests were related to the different length of the = Adobe and Apache file headers. I know your pain but I only fixed a dozen or so of them. Seem a silly = thing to base tests on - absolute line number in code that is rather = than relative line numbers. > Another big problem was that some Files were missing from the donation = because the original Files contained additional license headers from = third parties. Which files were these (for future reference)? > And some were simply missing while Apache licensed versions were = available. I added what I was allowed to and disabled tests that = referenced test data which I couldn't add. Sounds acceptable to me. > I tried to deploy the SNAPSHOT versions, but every time I run it the = Apache nexus sort of hangs up in different places of the build ... all I = get is a "The target server failed to respond" ... Probably the known bandwidth/speed issue I believe, mentioned in the faq = is that it works best from the US :-( > Hopefully I'll sort out that site-plugin incompatability and manage to = stage a full set of SNAPSHOT versions so you could start testing them. Assuming that people know how to consume/test a snapshot - you might = have to give some step by step instructions. Thanks, Justin=