Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 5B31A7ED0 for ; Sun, 24 Jul 2011 20:53:34 +0000 (UTC) Received: (qmail 68204 invoked by uid 500); 24 Jul 2011 20:53:32 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 67952 invoked by uid 500); 24 Jul 2011 20:53:31 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 67936 invoked by uid 99); 24 Jul 2011 20:53:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 20:53:31 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 20:53:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9BF8E834F3 for ; Sun, 24 Jul 2011 20:53:09 +0000 (UTC) Date: Sun, 24 Jul 2011 20:53:09 +0000 (UTC) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Message-ID: <552679916.2394.1311540789635.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1452675431.2374.1311539229583.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3336) Remove a dependency of javadoc tasks on compile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-3336: ---------------------------------- Attachment: LUCENE-3336.patch A quick fix for Lucene's javadocs-all task. Solr is more complicated because of lots of JAR dependencies that are built over and over. :( > Remove a dependency of javadoc tasks on compile > ----------------------------------------------- > > Key: LUCENE-3336 > URL: https://issues.apache.org/jira/browse/LUCENE-3336 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Uwe Schindler > Assignee: Uwe Schindler > Attachments: LUCENE-3336.patch > > > For building javadocs, the class files must not be compiled, so the dependency is useless and slows down build enormous. A simple ant javadocs ins solr takes several minutes because of that. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org