Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 95550 invoked from network); 10 Dec 2008 16:17:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2008 16:17:07 -0000 Received: (qmail 76906 invoked by uid 500); 10 Dec 2008 16:17:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 76885 invoked by uid 500); 10 Dec 2008 16:17:19 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 76876 invoked by uid 99); 10 Dec 2008 16:17:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 08:17:19 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Dec 2008 16:17:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4E05C234C2DC for ; Wed, 10 Dec 2008 08:16:44 -0800 (PST) Message-ID: <1011597040.1228925804318.JavaMail.jira@brutus> Date: Wed, 10 Dec 2008 08:16:44 -0800 (PST) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3985) Replace BUILDING.txt with a simlified up-to-date BUILDING.html MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Replace BUILDING.txt with a simlified up-to-date BUILDING.html -------------------------------------------------------------- Key: DERBY-3985 URL: https://issues.apache.org/jira/browse/DERBY-3985 Project: Derby Issue Type: Improvement Components: Build tools Affects Versions: 10.5.0.0 Reporter: Rick Hillegas At this point, BUILDING.txt contains a number of mis-statements. It is structured in a way which makes the Derby build look complicated and intimidating. The build instructions need to be thoroughly overhauled and divided into two main sections: 1) The simple build instructions for people who are new to the community. This will be a build with few pre-requisites which just works out of the box. 2) Trickier build instructions for people who want compile-time checks for the different platforms which Derby supports. While we're at it, I suggest that the revised instructions live in an html file rather than a flat text file. I think this will result in a document that is more readable and easier to navigate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.