From flex-dev-return-8724-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Thu Jun 7 03:35:49 2012 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 18FC8C742 for ; Thu, 7 Jun 2012 03:35:49 +0000 (UTC) Received: (qmail 31658 invoked by uid 500); 7 Jun 2012 03:35:48 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 31521 invoked by uid 500); 7 Jun 2012 03:35:48 -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 31496 invoked by uid 99); 7 Jun 2012 03:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 03:35:47 +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 (athena.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, 07 Jun 2012 03:35:39 +0000 Received: by dalh21 with SMTP id h21so231910dal.6 for ; Wed, 06 Jun 2012 20:35:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer:x-gm-message-state; bh=XQn13jVP9d2PKUdo46UJvCTahuVN2+18BdFeeESfth8=; b=BxbHgmyACXj0ZoFQGEo517BZpUAFw0pJyyWyfpW0OGgIpLZTDyDmIVm82RcrKqD3SZ bGSAXrM9O4/RZgP7dk8JjBNJLUtlFl9SZ3NUeg3cbKH21A5Svgr3bZ6QlvUO/Kzcu9Rk /AGGCmrcuRsg3f7n7YnR5AJwbFD7bFXuJ8KDLqyM1DUfcwt8pJZkv5LhiklXtlagr+9J MKO+QSOWyspDHwbhlil81zNxbo1leGWIr1ZpsKpbKRnWKIDkB86UxV+hjbZK9SVGF96x H/9LFkFzLlJdV+HfygMeN/GcXV+ho1Sd0FSWcR/20k8bJugrDNzotVjri5kfcsDjspNT bLpg== Received: by 10.68.130.3 with SMTP id oa3mr3930327pbb.62.1339040119099; Wed, 06 Jun 2012 20:35:19 -0700 (PDT) Received: from [192.168.0.3] (124-169-4-186.dyn.iinet.net.au. [124.169.4.186]) by mx.google.com with ESMTPS id qt10sm2533982pbc.57.2012.06.06.20.35.16 (version=SSLv3 cipher=OTHER); Wed, 06 Jun 2012 20:35:18 -0700 (PDT) From: Justin Mclean Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Jenkin windows build now working again! Date: Thu, 7 Jun 2012 13:35:12 +1000 Message-Id: <9A38AA1A-7521-4EB5-B0B8-1BCD7569782C@classsoftware.com> To: flex-dev@incubator.apache.org Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQnMlGUDhF84axtUTm/0TjItgV3eEZvkPo5Urs9efHlbP1ECuvAiA/O2i0zvP0XughMtwKgp X-Virus-Checked: Checked by ClamAV on apache.org Hi, Gavin McDonald from the builds mailing list helped out and installed = Pixel Bender on the windows slave for us. :-) I managed to work out the right way of escape the truly horrible default = path that Pixel Bender uses so that Jenkins will set the pixel bender = environment variable correctly. For those interested this is the magic combination of slashes:=20 PIXELBENDER_HOME=3DC\:/Program\ Files\ (x86)/Adobe/Adobe Utilities\ -\ = CS5/Pixel\ Bender\ Toolkit\ 2 (Note the unix style slashes for directory separators and back slashes = in front of spaces and colons.) Now Jenkins will continue to make nightly build and build the Apache = Flex SDK if there's any check in activity in the last hour. Thanks, Justin=