Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC6E717744 for ; Thu, 8 Jan 2015 10:06:15 +0000 (UTC) Received: (qmail 81947 invoked by uid 500); 8 Jan 2015 10:06:17 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 81855 invoked by uid 500); 8 Jan 2015 10:06:17 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 81816 invoked by uid 99); 8 Jan 2015 10:06:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 10:06:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.170 as permitted sender) Received: from [209.85.220.170] (HELO mail-vc0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 10:05:49 +0000 Received: by mail-vc0-f170.google.com with SMTP id hy4so775968vcb.1 for ; Thu, 08 Jan 2015 02:05:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mWj55mLpNoRLS0wky0G8dG/JvGhj/Yc4zgSNbU5Y8xU=; b=IjuuSSLg3Yxtq7lPmAldK95xJZA4NChwN336zjl1uYrXbSmqR6ncPd/iVkp4WPgatg vyjpKmsgpmCaJSeHy5aj4AENq7/rJmWHNvsZSknOcE0Vx4EWSIVio99SkUQeazHRvaHk EN+8kh6oMZNf8wBCUl9irlTorYApNcgYRZGR32p4LoxRURV5JuT+bBvO7qH1/5EYt78H rfFxfW/QeNCdvs6MsjJyPWxle0Bmt7JizGQDY1LIwiVDo+6d2tttMcHVu5gxSciRi4ZY fqeiOpSX6lDu2X/Xd+6tFQe95jQt8NzZ8WP8m7gCN3SGJWFX7aB51wsV9834d7jSyLR1 TNRw== MIME-Version: 1.0 X-Received: by 10.52.253.234 with SMTP id ad10mr4930195vdd.54.1420711548010; Thu, 08 Jan 2015 02:05:48 -0800 (PST) Received: by 10.52.36.174 with HTTP; Thu, 8 Jan 2015 02:05:47 -0800 (PST) Date: Thu, 8 Jan 2015 10:05:47 +0000 Message-ID: Subject: Jenkins: what Java versions are available for building with Maven? From: sebb To: builds@apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I have been trying to test Commons Math build on Jenkins. It runs fine if I choose Java 1.6 latest, however Math currently targets 1.5. If I try building using Java 1.5, Jenkins complains about class file incompatibility. So it looks like Jenkins needs a minimum of Java 1.6. Is that correct?