From odf-dev-return-547-apmail-incubator-odf-dev-archive=incubator.apache.org@incubator.apache.org Sat Jan 7 23:56:03 2012 Return-Path: X-Original-To: apmail-incubator-odf-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-odf-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 1447D9DB5 for ; Sat, 7 Jan 2012 23:56:03 +0000 (UTC) Received: (qmail 28729 invoked by uid 500); 7 Jan 2012 23:56:02 -0000 Delivered-To: apmail-incubator-odf-dev-archive@incubator.apache.org Received: (qmail 28675 invoked by uid 500); 7 Jan 2012 23:56:02 -0000 Mailing-List: contact odf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: odf-dev@incubator.apache.org Delivered-To: mailing list odf-dev@incubator.apache.org Received: (qmail 28667 invoked by uid 99); 7 Jan 2012 23:56:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2012 23:56:02 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2012 23:56:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 74C2713D228 for ; Sat, 7 Jan 2012 23:55:39 +0000 (UTC) Date: Sat, 7 Jan 2012 23:55:39 +0000 (UTC) From: "Dennis E. Hamilton (Created) (JIRA)" To: odf-dev@incubator.apache.org Message-ID: <430969119.19395.1325980539479.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (ODFTOOLKIT-299) Build with JDK 7 as well as Earlier versions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Build with JDK 7 as well as Earlier versions -------------------------------------------- Key: ODFTOOLKIT-299 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-299 Project: ODF Toolkit Issue Type: Improvement Components: taglets Affects Versions: 0.8.8 Reporter: Dennis E. Hamilton Assignee: Devin Han Priority: Minor The Maven POM for Taglets finds tools.jar in the JDK only if the java.vendor is Sun Microsystems. The java.vendor for JDK 7 is Oracle Corporation. The POM can be modified to build properly in either case by splitting the tools.jar profile into two, one for each java.vendor case. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira