Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55D77C072 for ; Wed, 9 May 2012 02:42:03 +0000 (UTC) Received: (qmail 51553 invoked by uid 500); 9 May 2012 02:42:02 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 51457 invoked by uid 500); 9 May 2012 02:42:02 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 51435 invoked by uid 99); 9 May 2012 02:42:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 02:42:02 +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.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 02:41:52 +0000 Received: by pbbrq2 with SMTP id rq2so7483500pbb.6 for ; Tue, 08 May 2012 19:41:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=arSKoalLyJroRijyR92w9XCD6JzN8DUB70uNa3nLoTg=; b=AK2QUCNZD4yXfho1Y1jWVryF+5RtKYTk4rTciob8g/MsM+YDSyKrknkYCYlG70A4uB 2NmahPAFmy9UkaAvOlpxx1oVl8ayoAKRCR7h8jJ/44tqq++wLWXkXUNl0rVpee7yq8mj gaZcvgbMcWk79YEaavvq9fssIfdFQ2lM+HDfce65eerv8l3Wt2xyqgaFxgfnJv7dqNCC eyHmcR0Rpfj4fzjhI/SazitX2or31M7YzVpjDciyXM2Fl1UCWlbOo21sLV5z6uzDODa+ ImHG8oSSA0bIQo+a7BOpY3l4rXs+Wnq5Yu2H7/vgwdTUhmcB3hcT2yktRhXOu+pVnlof 6BoA== Received: by 10.68.216.225 with SMTP id ot1mr4027498pbc.46.1336531291319; Tue, 08 May 2012 19:41:31 -0700 (PDT) Received: from [192.168.0.4] (124-149-97-111.dyn.iinet.net.au. [124.149.97.111]) by mx.google.com with ESMTPS id qs6sm4358544pbc.38.2012.05.08.19.41.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 May 2012 19:41:29 -0700 (PDT) Subject: Re: CI server Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Justin Mclean In-Reply-To: Date: Wed, 9 May 2012 12:41:24 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <8230CBC9-543A-44E8-883C-8320B127D204@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQk/QYnPYL0TLtuFETZINl9saa4FlHIeq2GbIc9UxIkFKE40An+uCuJlFqoLGRNudfSlfkDA Hi, > Personally I don't think anyone should spend much time on this until = we've > settled on how we're going to end up building this for the first = release. Personally having the CI do a nightly build is still useful even if it's = doing a "standard" build rather than a release build. It would (for = instance) of picked up the issue with yesterdays build changes. It should take minimal work to set up as a first pass the script is = basically check out, set env vars and run ant (baring any issues with = the required downloads). Getting asdocs, mustella tests etc etc to run = as part of the CI may take some extra work but I wasn't thinking of = doing that as a first pass. Thanks, Justin