Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AF2410BD2 for ; Fri, 19 Jul 2013 00:10:50 +0000 (UTC) Received: (qmail 49916 invoked by uid 500); 19 Jul 2013 00:10:49 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 49689 invoked by uid 500); 19 Jul 2013 00:10:49 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 49681 invoked by uid 99); 19 Jul 2013 00:10:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 00:10:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.169 as permitted sender) Received: from [209.85.212.169] (HELO mail-wi0-f169.google.com) (209.85.212.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 00:10:44 +0000 Received: by mail-wi0-f169.google.com with SMTP id c10so42248wiw.2 for ; Thu, 18 Jul 2013 17:10:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=W8vYxEpxHHwQHDwcXK2C8EIAKnkT345EfkrGWKzAcxg=; b=jAymJabg3OkVK4nufwz/77SGIRRppq9yq+Z7reBFpz0bjgX4aN7Z4/GkebdaAPIlWy OEjQxNqw3Si6i43zvB2ABVLpd5jJdhNvs9yCFvcEGgghPnx3qAhZErJ/qq3ZlBsjVkVX mj7dln7/1bKmnWYIkE+Zw8WYQHGaOpg5yK01wa1rZKsUPf3E7erb3zskYCJTKjbofRsI gSMk0f7leHQxmm91LGGBJ8U+Kc+VQTWSRVt/Kar3MXKqhDR3VuHB8OxOBuN4Y4gOBDdP DZzratZqWqloBMPJMHgFHQuqRsMbpmRZGrc+WQe5JPgnlrFSaB9w4CNPnYceChmA/acd kTGQ== MIME-Version: 1.0 X-Received: by 10.180.90.240 with SMTP id bz16mr9701576wib.24.1374192623736; Thu, 18 Jul 2013 17:10:23 -0700 (PDT) Received: by 10.194.152.103 with HTTP; Thu, 18 Jul 2013 17:10:23 -0700 (PDT) Date: Fri, 19 Jul 2013 01:10:23 +0100 Message-ID: Subject: [MATH] Changes detected - recompiling the module! From: sebb To: dev@commons.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Unfortunately the change to package_info.java has uncovered a bug in the incremental compiler: https://jira.codehaus.org/browse/MCOMPILER-205 This slows up retesting. Two possible workrounds: - exclude the package_info.java files from compilation - add something to the files so that the compiler generates a class file If we are sure that the package_info.java files are javadoc only, the first method is quite easy to implement (e.g. see NET pom.xml) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org