Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 51339 invoked from network); 22 Jun 2008 21:24:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jun 2008 21:24:11 -0000 Received: (qmail 15323 invoked by uid 500); 22 Jun 2008 21:24:12 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 15262 invoked by uid 500); 22 Jun 2008 21:24:12 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 15251 invoked by uid 99); 22 Jun 2008 21:24:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jun 2008 14:24:12 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jun 2008 21:23:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 03BEE2388A02; Sun, 22 Jun 2008 14:23:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r670416 - /logging/chainsaw/trunk/HOWTOBUILD.txt Date: Sun, 22 Jun 2008 21:23:49 -0000 To: general@logging.apache.org From: psmith@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080622212350.03BEE2388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: psmith Date: Sun Jun 22 14:23:49 2008 New Revision: 670416 URL: http://svn.apache.org/viewvc?rev=670416&view=rev Log: Updated HOWTOBUILD.txt to reflect some dependency build information change. Modified: logging/chainsaw/trunk/HOWTOBUILD.txt Modified: logging/chainsaw/trunk/HOWTOBUILD.txt URL: http://svn.apache.org/viewvc/logging/chainsaw/trunk/HOWTOBUILD.txt?rev=670416&r1=670415&r2=670416&view=diff ============================================================================== --- logging/chainsaw/trunk/HOWTOBUILD.txt (original) +++ logging/chainsaw/trunk/HOWTOBUILD.txt Sun Jun 22 14:23:49 2008 @@ -16,8 +16,11 @@ log4j-receivers - http://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk/ log4j-filters - http://svn.apache.org/repos/asf/logging/log4j/companions/filters/trunk/ log4j-zeroconf - http://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk/ + + while Chainsaw has a marked dependency on log4j 1.2.15, building log4j-zeroconf requires log4j 1.2.16-SNAPSHOT, so you will also need to get: + + log4j - https://svn.apache.org/repos/asf/logging/log4j/trunk - log4j 1.2.15 - http://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch/ In each of these checkout directories: mvn install @@ -26,14 +29,8 @@ These dependencies are not yet available in the standard maven repositories, and so failure to complete this step will prevent you from building Chainsaw. -* Create the Receivers javadoc that needs to be embedded into chainsaw - - cd log4j-receivers - mvn package javadoc:jar - - mvn install:install-file -DgroupId=log4j -DartifactId=apache-log4j-receivers-javadoc -Dpackaging=jar -Dversion=1.0-SNAPSHOT -Dfile=target/apache-log4j-receivers-1.0-SNAPSHOT-javadoc.jar -* Back into the log4j-chainsaw check where this document you are reading is placed: +* cd to Chainsaw project checkout directory mvn install