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 13118C2A0 for ; Wed, 23 May 2012 16:47:20 +0000 (UTC) Received: (qmail 97614 invoked by uid 500); 23 May 2012 16:47:19 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 97510 invoked by uid 500); 23 May 2012 16:47:19 -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 97498 invoked by uid 99); 23 May 2012 16:47:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 16:47:19 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cframpto@adobe.com designates 64.18.1.37 as permitted sender) Received: from [64.18.1.37] (HELO exprod6og116.obsmtp.com) (64.18.1.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 16:47:11 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob116.postini.com ([64.18.5.12]) with SMTP ID DSNKT70Ue5Bx581w/J76Ru+L0D6/AZ6Bxp04@postini.com; Wed, 23 May 2012 09:46:51 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q4NGiaJ0000036 for ; Wed, 23 May 2012 09:44:37 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q4NGklYs007177 for ; Wed, 23 May 2012 09:46:49 -0700 (PDT) Received: from nambx09.corp.adobe.com ([10.8.189.47]) by nacas01.corp.adobe.com ([10.8.189.99]) with mapi; Wed, 23 May 2012 09:46:48 -0700 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Wed, 23 May 2012 09:46:45 -0700 Subject: Re: CI server Thread-Topic: CI server Thread-Index: Ac05A6UJPBEkSvS3Qf2BhsyUF/NHXQ== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Justin, Where should I go or what should I read to figure out how our build works? I'm not sure how our top-level build is invoked. Ideally it could be invoked with ant -Dbuild.number=3D{svn-rev-that-triggered-build} release (or whatever target you are using) This would cause flex-sdk-description.xml to have the correct build number and build.number would get propagated down to all the tools like mxmlc, etc so their version information would be correct as well. The tools all have this in their build files: build=3D${build.number} And then this is used for strings like this: ~/dev/asf_trunk/frameworks/javascript$ ../../bin/mxmlc Loading configuration file /Users/cframpto/dev/asf_trunk/frameworks/flex-config.xml Apache Flex Compiler (mxmlc) Version 4.8.0 build 272727 <------ Copyright 2012 The Apache Software Foundation. Carol On 5/21/12 5 :17AM, "Justin Mclean" wrote: >Hi, > >The windows CI server has just run out of disk space, while Flex SDK >build was not the direct cause I'm sure it helped a little (take up about >2GB). > >Anyway I've logged an issue with INFRA and also noted that we'll need >more disk space in the near future for running the Mustella scripts/tests. > >Thanks, >Justin