Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 34586 invoked from network); 19 Apr 2010 18:15:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Apr 2010 18:15:36 -0000 Received: (qmail 36446 invoked by uid 500); 19 Apr 2010 18:15:35 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 36321 invoked by uid 500); 19 Apr 2010 18:15:35 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 36313 invoked by uid 99); 19 Apr 2010 18:15:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 18:15:35 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Apr 2010 18:15:28 +0000 Received: by wyb40 with SMTP id 40so2059006wyb.31 for ; Mon, 19 Apr 2010 11:15:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:content-type; bh=NT9M2j61mE4G2lV216C6g2w3uQRtu+CcN4ImXwDStxA=; b=YDNUtDUhrwofomiqK2AFxDosXY5Hg0aJCSdc38cb+j1Na2GJGS0yNtkvrCxtVF556+ C0noxTb2sJ/3of/7x3Xt1Q1VlRYUVRHjCFA/YGc1UryjzMCvMXLr9V7C+n6N3VGWzbDE RpHpoVQq+olwEDcwPzo3aPl4E/s4lBN6yk0tA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=SSfvDpuZxOPP4p2DPyotCPlEv28Hd+3NqeU89SDxASzYQIutHSYff24Ck2FoxdwTTX J611VY+uVjkK+T+DyrGLpGkXZ2OQs8I+4YOoDikYXcbF6ZU/yStwclBSfZjFFcTX5C/K BAzV3kse0kiTAWaEdLwJ394pFvI25VIx1IN68= MIME-Version: 1.0 Received: by 10.216.17.147 with HTTP; Mon, 19 Apr 2010 11:14:46 -0700 (PDT) In-Reply-To: References: From: Jonathan Ellis Date: Mon, 19 Apr 2010 13:14:46 -0500 Received: by 10.216.155.144 with SMTP id j16mr1845080wek.221.1271700906580; Mon, 19 Apr 2010 11:15:06 -0700 (PDT) Message-ID: Subject: Re: PropertyFileEndPointSnitch To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 this is a bug in 0.6. 984.txt attached to https://issues.apache.org/jira/browse/CASSANDRA-984 should fix it. On Mon, Apr 19, 2010 at 12:56 PM, Erik Holstad wrote: > When building the PropertyFileEndPointSnitch into the jar > cassandra-propsnitch.jar > the files in the jar end up on > src/java/org/apache/cassandra/locator/PropertyFileEndPointSnitch.class > instead of org/apache/cassandra/locator/PropertyFileEndPointSnitch.class. Am > I doing something wrong > , is this intended behavior or is it a bug? > > -- > Regards Erik >