Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-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 3D748CE9F for ; Wed, 23 May 2012 12:48:32 +0000 (UTC) Received: (qmail 76203 invoked by uid 500); 23 May 2012 12:48:32 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 76082 invoked by uid 500); 23 May 2012 12:48:31 -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 76070 invoked by uid 99); 23 May 2012 12:48:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 12:48:31 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of kent.boogaart@hsbcib.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 12:48:24 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SXAyx-0004vl-Id for dev@activemq.apache.org; Wed, 23 May 2012 05:48:03 -0700 Date: Wed, 23 May 2012 05:48:03 -0700 (PDT) From: gauche To: dev@activemq.apache.org Message-ID: <1337777283567-4651534.post@n4.nabble.com> In-Reply-To: <1337758101151-4651232.post@n4.nabble.com> References: <1337758101151-4651232.post@n4.nabble.com> Subject: Re: CLASSPATH issue in Eclipse MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've hacked around this as follows: 1. In the console pom.xml, I removed the scoping on all dependencies scoped to test (except for junit which is obviously test-only) 2. There were still two resources missing from the target dir - activemq.xml and log4j.properties. I tried fixing this "properly" in Eclipse but failed, so I just copied them manually into the target dir. With these changes the console project now runs. Interested to hear whether I've done anything stupid here. Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/CLASSPATH-issue-in-Eclipse-tp4651232p4651534.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.