Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ADD641897F for ; Sat, 5 Dec 2015 20:27:34 +0000 (UTC) Received: (qmail 13184 invoked by uid 500); 5 Dec 2015 20:27:34 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 13152 invoked by uid 500); 5 Dec 2015 20:27:34 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 13140 invoked by uid 99); 5 Dec 2015 20:27:34 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2015 20:27:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D421FC1932 for ; Sat, 5 Dec 2015 20:27:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 41DPeHvo3sWD for ; Sat, 5 Dec 2015 20:27:32 +0000 (UTC) Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id A0DA32059A for ; Sat, 5 Dec 2015 20:27:31 +0000 (UTC) Received: by ykba77 with SMTP id a77so157687644ykb.2 for ; Sat, 05 Dec 2015 12:27:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SIIjrYChLn1TOJKmXjU0Heyrq9QCd3a+Tsck2iTcssI=; b=mHiaWhYV6UGLGWzfsYI54bLd7vn28YQ8+SHdE6LK/KoB+eOI5urXBMy29ZYQDbJkfe Qz0qDwph08wX9zROuUNj5churvKoAXwxhEiLf3zTBzx0QdsgavoTeWZlsIdj2kLepfph oifjmyxb4W0sbbTyB0i+kaoTENfjz+Ihr/2lhxkVSMdrS5KaKHBkscvYp90PdEiF42cb M5/j7Z0NXi7rz9JHc7kPzPGUBvcDQczrLw5a3GesFYyW3XKTYQNGJhLR2dBI05xJfjvA C4j7fm+U6Y6g/UhVK0lNkNj90cupxvWxaeDu4Xoonhx3e9WEK7XxSZUto5U3zsXqGD7C r94Q== MIME-Version: 1.0 X-Received: by 10.13.247.70 with SMTP id h67mr16073349ywf.3.1449347250403; Sat, 05 Dec 2015 12:27:30 -0800 (PST) Received: by 10.13.252.6 with HTTP; Sat, 5 Dec 2015 12:27:30 -0800 (PST) In-Reply-To: <20151205101240.1F84D3A024F@svn01-us-west.apache.org> References: <20151205101240.1F84D3A024F@svn01-us-west.apache.org> Date: Sat, 5 Dec 2015 20:27:30 +0000 Message-ID: Subject: Re: svn commit: r1718066 - /jmeter/trunk/eclipse.classpath From: sebb To: dev@jmeter.apache.org Content-Type: text/plain; charset=UTF-8 On 5 December 2015 at 10:12, wrote: > Author: pmouawad > Date: Sat Dec 5 10:12:39 2015 > New Revision: 1718066 > > URL: http://svn.apache.org/viewvc?rev=1718066&view=rev > Log: > Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse > Change /bin to /classes to avoid deleting important files > Bugzilla Id: 58693 > > Modified: > jmeter/trunk/eclipse.classpath > > Modified: jmeter/trunk/eclipse.classpath > URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1718066&r1=1718065&r2=1718066&view=diff > ============================================================================== > --- jmeter/trunk/eclipse.classpath (original) > +++ jmeter/trunk/eclipse.classpath Sat Dec 5 10:12:39 2015 > @@ -102,4 +102,5 @@ > > > > + There's a problem with this - it creates a spurious classes/ directory tree. If there really is a need to specify a throwaway directory is would be better to use target as that is already present (but ignored) > > >