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 71BA99D00 for ; Fri, 1 Jun 2012 23:49:19 +0000 (UTC) Received: (qmail 43853 invoked by uid 500); 1 Jun 2012 23:49:18 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 43825 invoked by uid 500); 1 Jun 2012 23:49:18 -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 43817 invoked by uid 99); 1 Jun 2012 23:49:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 23:49:18 +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; Fri, 01 Jun 2012 23:49:09 +0000 Received: by dalh21 with SMTP id h21so3516886dal.6 for ; Fri, 01 Jun 2012 16:48:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=65sXSnUG6l+6N8cl+VehpEjrqD0+zbeWdNzMrGJaQy0=; b=KD2hAxwtZRq+rVL2zjGnBdfgoftjTtHXD96ggi9fssWtn6wBl4YH0ns0A1NTw2aaq/ 9Hjv1iMkqyEN1OPzdcCSC+LBAex+mpwId/9CFD6cEk2iWlTA/j4bdCfP/aD1/rHztt0N Z5smBvJf9R2RPA2UfFhFsgyh04H0o7IAJKjJRDCvNqhHjBISdXlhmf1AmgbnNmJPn5Qb MqjB9e3gti8hZ3t4n0L29n7FJM8GOp+RbocTMPm/YOmu5JsgJwU2mAVSVeEvHvgZUCKo aAjns7pNM45kBEMdhwY+fLHg33015T68WexGemyctR8rEkk654kqwtQLS7tpc6WS1C+T TVTg== Received: by 10.68.240.4 with SMTP id vw4mr2699069pbc.14.1338594527901; Fri, 01 Jun 2012 16:48:47 -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 pj5sm4279952pbb.51.2012.06.01.16.48.45 (version=SSLv3 cipher=OTHER); Fri, 01 Jun 2012 16:48:46 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Windows Jenkins build slave From: Justin Mclean In-Reply-To: Date: Sat, 2 Jun 2012 09:48:44 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <39935F4B-66CC-49D5-BB5D-A972028E24B4@classsoftware.com> References: To: flex-dev@incubator.apache.org X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQmLIgkICsVhFSKEbv4yz4KYd8Lu6cOpoYHrR7LQCmdgMUHORIGSzEStJ7CgVJ67lOK3HTqQ Hi, > Looks like it is building with Java 7 which won't work >=20 > [Flex_SDK_build] $ cmd.exe /C > '"f:\hudson\tools\ant\apache-ant-1.7.0\bin\ant.bat -file jenkins.xml = main > && exit %%ERRORLEVEL%%"' > Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\jre7\lib\tools.jar > Buildfile: jenkins.xml It's is set to 1.6 in Jenkins. I've sent a an email off to builds asking = if anyone know what the issue is. Thanks, Justin=