Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 60286 invoked from network); 19 Feb 2008 10:21:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 10:21:19 -0000 Received: (qmail 39434 invoked by uid 500); 19 Feb 2008 10:21:13 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 39409 invoked by uid 500); 19 Feb 2008 10:21:13 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 39400 invoked by uid 99); 19 Feb 2008 10:21:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 02:21:13 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 19 Feb 2008 10:20:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A871234C042 for ; Tue, 19 Feb 2008 02:20:45 -0800 (PST) Message-ID: <2094055868.1203416445500.JavaMail.jira@brutus> Date: Tue, 19 Feb 2008 02:20:45 -0800 (PST) From: "Stefan Groschupf (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Updated: (PIG-68) Improving build.xml in many ways :) In-Reply-To: <14176405.1201009714184.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Groschupf updated PIG-68: -------------------------------- Attachment: build.xml ... for better readability here the new build.xml as plain file and not as diff. > Improving build.xml in many ways :) > ----------------------------------- > > Key: PIG-68 > URL: https://issues.apache.org/jira/browse/PIG-68 > Project: Pig > Issue Type: Improvement > Affects Versions: 0.1.0 > Reporter: Benjamin Francisoud > Priority: Minor > Attachments: build.xml, build.xml-PIG-68-v01.patch, build.xml-PIG-68-v02.patch, build.xml-PIG-68-v03.patch, build.xml-PIG-68-v04.patch, build.xml-PIG-68-v05.patch, build.xml-PIG-68-v06-SG.patch > > > The build file can be improve in many ways: > * add revision number to pig.jar name (like: pig-r1234.jar) > * put pig.jar in the dist dir > * "clean" target leave a "depend" folder undeleted > * use a regexp to delete files in "org\apache\pig\impl\logicalLayer\parser" folder instead of listing all files one by one that you want to delete > * put all artifacts (classes, jar, etc...) in the dist folder so that when doing clean you just need to specify dist > * provide a description for targets (for "ant -projecthelp" command) > * use spaces or tabs but not both (spaces are better for patch and diff in my opinion) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.