Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 25499 invoked from network); 6 Jul 2010 20:41:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Jul 2010 20:41:44 -0000 Received: (qmail 86982 invoked by uid 500); 6 Jul 2010 20:41:44 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 86961 invoked by uid 500); 6 Jul 2010 20:41:44 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 86953 invoked by uid 99); 6 Jul 2010 20:41:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jul 2010 20:41:44 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jul 2010 20:41:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o66KXnX1021442 for ; Tue, 6 Jul 2010 20:33:50 GMT Message-ID: <32046308.222561278448429869.JavaMail.jira@thor> Date: Tue, 6 Jul 2010 16:33:49 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1159) For contrib modules that use Java, have a consistent build mechanism In-Reply-To: <1795880.173731275619912647.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/CASSANDRA-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1159: -------------------------------------- Fix Version/s: 0.8 (was: 0.7) > For contrib modules that use Java, have a consistent build mechanism > -------------------------------------------------------------------- > > Key: CASSANDRA-1159 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1159 > Project: Cassandra > Issue Type: Improvement > Components: Contrib > Reporter: Jeremy Hanna > Priority: Minor > Fix For: 0.8 > > > Contrib modules have a habit of periodically not working for some reason. To some extent that's expected - they are optional contrib modules. However, I think it's reasonable to at least have some way to perform a periodic sanity check on them if we can. > This improvement would make sure there is a consistent build mechanism - build.xml - for each of the contrib modules that use Java. That way, there could be a hudson build perhaps nightly or weekly, that could inform the devs if the contrib modules are not even compiling. It's not like it would be a huge priority to fix immediately, but they would at least be aware that changes in the code/config have broken a contrib module. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.