From dev-return-8330-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Oct 04 19:57:22 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 71996 invoked from network); 4 Oct 2007 19:57:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2007 19:57:22 -0000 Received: (qmail 90894 invoked by uid 500); 4 Oct 2007 19:57:11 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 90853 invoked by uid 500); 4 Oct 2007 19:57:11 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 90841 invoked by uid 99); 4 Oct 2007 19:57:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 12:57:11 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 19:57:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9679714035 for ; Thu, 4 Oct 2007 12:56:22 -0700 (PDT) Message-ID: <13862092.1191527782886.JavaMail.jira@brutus> Date: Thu, 4 Oct 2007 12:56:22 -0700 (PDT) From: "Andreas Guther (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1443) Build fails with missing Log4j dependency MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Build fails with missing Log4j dependency ----------------------------------------- Key: AMQ-1443 URL: https://issues.apache.org/activemq/browse/AMQ-1443 Project: ActiveMQ Issue Type: Bug Affects Versions: 4.1.1 Environment: Windows and Linux; Maven 2.0.7; java 1.5 and java 1.6 Reporter: Andreas Guther Attachments: pom.diff I am trying to build ActiveMQ as found under https://svn.apache.org/repos/asf/activemq/tags/activemq-4.1.1. The build fails due to missing Log4j dependencies. I had to change the scope of log4j from runtime to compile to get it compiled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.