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 38B5B11D51 for ; Mon, 5 May 2014 22:37:04 +0000 (UTC) Received: (qmail 68364 invoked by uid 500); 5 May 2014 22:36:59 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 68243 invoked by uid 500); 5 May 2014 22:36:59 -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 68235 invoked by uid 99); 5 May 2014 22:36:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 22:36:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.220.43] (HELO mail-pa0-f43.google.com) (209.85.220.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 22:36:52 +0000 Received: by mail-pa0-f43.google.com with SMTP id bj1so3248798pad.30 for ; Mon, 05 May 2014 15:36:31 -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=0gzBd5WmpPNNOzqY9ckjWuLjncuayVzVbUiaYJyDQYs=; b=YWjBbJkdFyLkJA9/n+hujKTrHhmyGtJaE2EV8mNn3I6KuRjHYcjQmjidQXsDudZepQ OZONZQ+rICOHZP9dRKY2Ef4Wf+Fu1jPGs0kUERxcQxFrcFhS1lQ/aMvfiz0FwxCCWGAW Qg3a6w0fHxG6yFKzJr6PcuuR2SrqQSTX36nleBYFf0zfL6tVf9zVwXYh8xqB2tUL8cnC bDv5L4mm6VjagZ36Rp+NZx0fEIfB2Zvr4kVgUlYJH2pe1JZsm4RC5rw4J0/f+3il9gKt LJrGd2e5yu9cIU7lhwP8Zwi7jYQnPi/mjy0Vvoh9TE5epH9X847PUXJP3CoV2bSCxsz3 a7Cg== X-Gm-Message-State: ALoCoQlZgeQq5dHS+sk72WF0opfXy/dl8BFYGZ2QBYBm/k+wQoJqG0p2c+kJaOnW9JndA1KMoP2m X-Received: by 10.66.141.197 with SMTP id rq5mr78023410pab.64.1399329390880; Mon, 05 May 2014 15:36:30 -0700 (PDT) Received: from [192.168.0.6] (124-170-212-178.dyn.iinet.net.au. [124.170.212.178]) by mx.google.com with ESMTPSA id tu3sm81181989pab.1.2014.05.05.15.36.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 05 May 2014 15:36:30 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Update to BlazeDS to make Testsuite pass From: Justin Mclean In-Reply-To: Date: Tue, 6 May 2014 08:36:25 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <1980693E-6EC0-4CD1-801F-69117A26C7C1@classsoftware.com> References: <553aa1ece08443608d00f4ffe3b9123b@DBXPR05MB237.eurprd05.prod.outlook.com> To: dev@flex.apache.org X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Ok ... so the first BlazeDS 4.7-SNAPSHOT is now available: > = https://repository.apache.org/content/repositories/snapshots/org/apache/fl= ex/blazeds/ Looking at the source: It's missing a LICENCE and NOTICE file - they would be need before we = could make a release. Does this apply to the SNAPSHOT as well? or does = that info go into the maven xml files? There a few text files that may need apache headers. There's also a thumbs.db file can can be removed. On OSX I was able to get it to compile (sort of) via ant - but looks = like there a few errors. If anyone want to try note that It requires ant = contrib to build. The generate-config-files fails with a "Premature end of file" error, = but the build continues. Also looks like a file [1] have not been checked in correctly as I = getting this: "unmappable character for encoding UTF8" right at the end = of the build. Also looks like some of the config files (eg messaging-config.mod.xml) = may have windows newlines ^M in them - or perhaps that's git config = issue? Getting there. Thanks, Justin 1. qa/apps/qa-manual/WEB-INF/src/qa/utils/MessageGenerator.java=