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 08037C69B for ; Thu, 24 May 2012 07:12:02 +0000 (UTC) Received: (qmail 90225 invoked by uid 500); 24 May 2012 07:12:01 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 90181 invoked by uid 500); 24 May 2012 07:12:00 -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 90159 invoked by uid 99); 24 May 2012 07:12:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 07:12:00 +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.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 07:11:50 +0000 Received: by dalh21 with SMTP id h21so9886285dal.6 for ; Thu, 24 May 2012 00:11:29 -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=9GReKNH4qlDSkziXYLnjskXKLl1MqINNv8HrLIHylkM=; b=h49G05AiEKyhByH6F0na/YSEK251ijRf4Y3vDoS5cO7ldfF+3krzAXd3+mfqx1ByC3 YvBglZ6ViFZ+lPijjljIh0ccVEZqFwzybP2LEP5YNYQRNPHPbenaVw+4o26to1fkcXxB gqi1mWI7PciDrcB8IZQ2bmHvcmVWDWMwj3hcOz7w2U93JtPKIk5ueylagLV0ROWjidl+ 2KZyaViLE0Y24vkxn0ms4kPhJbwFIQMAFDWZN14eK/3U+5LmbWVpYt7X8e2EekHU/phI MDQcn8f7W6wgODGvEP/LUURMLuHhTr9xuBEPEtL/rQ93FGNwu5NGKqloi6ScpuUHLapT bz0A== Received: by 10.68.202.38 with SMTP id kf6mr18745467pbc.41.1337843489299; Thu, 24 May 2012 00:11:29 -0700 (PDT) Received: from [192.168.0.3] (124-149-47-48.dyn.iinet.net.au. [124.149.47.48]) by mx.google.com with ESMTPS id i1sm4530149pbv.49.2012.05.24.00.11.26 (version=SSLv3 cipher=OTHER); Thu, 24 May 2012 00:11:28 -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: Thu, 24 May 2012 17:11:21 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <113E75DE-BDAC-48B5-9973-0DAFE1238E33@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQmxI6oJsBd/DGJag/bXoI6hRZoBUQnUJnocohkoonj26IjXmZh5iDMCBJB1XoTAY97SltuH Hi, I've added: build.number=3D${SVN_REVISION} to the properties section of the ant script in Jenkins I believe that = should do what you want. (it gets passed to ant with a -D option) Once the build machine is up and running again we'll know :-) Thanks, Justin=