Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 83528 invoked from network); 9 Oct 2005 20:43:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Oct 2005 20:43:51 -0000 Received: (qmail 26615 invoked by uid 500); 9 Oct 2005 20:43:49 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 26591 invoked by uid 500); 9 Oct 2005 20:43:49 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 26580 invoked by uid 99); 9 Oct 2005 20:43:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 13:43:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertburrelldonkin@blueyonder.co.uk designates 195.188.213.4 as permitted sender) Received: from [195.188.213.4] (HELO smtp-out1.blueyonder.co.uk) (195.188.213.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Oct 2005 13:43:50 -0700 Received: from knossos.elmet ([82.38.65.173]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 9 Oct 2005 21:44:12 +0100 Subject: Re: [logging] dependencies [WAS Re: [logging] new release?] From: robert burrell donkin To: Jakarta Commons Developers List In-Reply-To: <434944D7.7060803@mdh.se> References: <1128676573.3998.17.camel@localhost.localdomain> <1128850705.5014.27.camel@knossos.elmet> <1128861339.5014.88.camel@knossos.elmet> <434944D7.7060803@mdh.se> Content-Type: text/plain Date: Sun, 09 Oct 2005 22:00:03 +0100 Message-Id: <1128891603.5014.152.camel@knossos.elmet> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1-1mdk Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Oct 2005 20:44:12.0890 (UTC) FILETIME=[34CD43A0:01C5CD12] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sun, 2005-10-09 at 18:27 +0200, Dennis Lundberg wrote: > robert burrell donkin wrote: > > On Sun, 2005-10-09 at 09:39 +0000, Henning P. Schmiedehausen wrote: > > > >>Our current build tool (maven) is not able to distinguish between > >>compile-time and run-time dependencies. And some packagers don't > >>understand this and start to require all of the compile time > >>dependencies also at runtime. > > > > > > (logging uses ant for builds but) i agree that this is a major issue for > > all projects that use maven. JCL uses maven to generate the > > documentation which is misleading. > > > > does anyone know how to add comments for dependencies? > > For Maven 1 it could be solved by setting properties [1] on the > dependency. This would be something local to commons-logging that would > not work automatically in other places. > > [1] > http://maven.apache.org/reference/project-descriptor.html#class_Dependency thanks :) helped me to track down what i was looking for: XXX can be used to add comments which appear in the dependency report. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org