Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 3453 invoked from network); 20 Sep 2006 14:50:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 14:50:03 -0000 Received: (qmail 98997 invoked by uid 500); 20 Sep 2006 14:50:02 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 98899 invoked by uid 500); 20 Sep 2006 14:50:02 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 98888 invoked by uid 99); 20 Sep 2006 14:50:02 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 07:50:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:46097] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id EB/63-01963-71551154 for ; Wed, 20 Sep 2006 07:49:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 628E84190C8 for ; Wed, 20 Sep 2006 14:46:22 +0000 (GMT) Message-ID: <13758541.1158763582399.JavaMail.jira@brutus> Date: Wed, 20 Sep 2006 07:46:22 -0700 (PDT) From: "Oliver Deakin (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Created: (HARMONY-1510) [classlib][build] build target names are inconsistent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [classlib][build] build target names are inconsistent ----------------------------------------------------- Key: HARMONY-1510 URL: http://issues.apache.org/jira/browse/HARMONY-1510 Project: Harmony Issue Type: Improvement Components: Classlib Reporter: Oliver Deakin Priority: Trivial Attachments: standardise.targets.diff The current build system has inconsistencies in its build target names. At the moment we use: - hyphen separated words for targets in the top level build.xml and those under make - a mixture of hyphen separated and dot separated words for targets at the modular level. Since we use dot separated words for property names in our scripts, I think we should use consistent hyphen separated names for targets throughout the build system. I will attach a patch that fixes up all dot separated instances. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira