Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3EDEDC5A for ; Mon, 19 Nov 2012 18:58:56 +0000 (UTC) Received: (qmail 88923 invoked by uid 500); 19 Nov 2012 18:58:56 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 88893 invoked by uid 500); 19 Nov 2012 18:58:56 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 88884 invoked by uid 99); 19 Nov 2012 18:58:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 18:58:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tyados@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 18:58:49 +0000 Received: by mail-wg0-f47.google.com with SMTP id ez12so366612wgb.16 for ; Mon, 19 Nov 2012 10:58:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=WgUf9lm3NF13WnDvFbKbflKqPyJRAJBa5hl4otAWC+I=; b=u3T5FLGmXWZ13xxYV6uYqYS6wbwEcGtSLwcZvQRinj/pJHWQsd+3LFYTiJ5Ua/pxA9 Q08IYUPPB4jUbPBLJvlkfEvK0oxjtXKUeOr3GsnlpfWiigKZnyvvEIcReINWCniZXy/9 aXqbUsItp4ZVeMxfPqIuiQQXlavYksp63NuD5oaFguYesGjzFTz0XlMBcioeGDS6araN +ET5JI+AaT+mQJehgtJFw/dSZRnE/1t4zSXBXx5nzsRE3EpaGjtuBUaVsOC4mahukur7 nKRu1MG/3a2cScCRcLC2dQE1sV9WBN/6vK6MJhf3dUo+xUQTuV1Gd9QM1Y6Lk5gNsUoq peBA== Received: by 10.216.207.139 with SMTP id n11mr2337559weo.211.1353351508621; Mon, 19 Nov 2012 10:58:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.28.72 with HTTP; Mon, 19 Nov 2012 10:58:08 -0800 (PST) In-Reply-To: References: From: Eyad Ebrahim Date: Mon, 19 Nov 2012 19:58:08 +0100 Message-ID: Subject: Re: Ivy plugin slows down Eclipse To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=001636eeed8ced79e404ceddb376 X-Virus-Checked: Checked by ClamAV on apache.org --001636eeed8ced79e404ceddb376 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable what are the 'builders' for the project that you are saving in? It might be triggering a whole build + clean + resolve for it to be that slow. Make sure that the builders don't include a jar builder chain reaction On Mon, Nov 19, 2012 at 7:55 PM, Csaba Galy=F3 wrote: > The files are checked out to my C: drive. > > > On 19 November 2012 19:52, Not Zippy wrote: > > Hi > > > > Are the projects opened on a network drive or a local drive ? > > > > Nz > > > > > > On Mon, Nov 19, 2012 at 10:47 AM, Csaba Galy=F3 wro= te: > > > >> Hello, > >> > >> In our project we use Ivy and the Ivy plugin for Eclipse. The project > >> is rather large and is made out of ~15 separate subprojects, but they > >> are all interdependent. > >> > >> What happens now is that when I open a Java or text file anywhere, > >> type space or anything at all, and then press Save, I have to wait > >> sometimes up to a minute, and sometimes half an hour (and sometimes > >> Eclipse just runs out of memory and crashes). This is obviously not > >> acceptable for development, so I was wondering if anyone has any ideas > >> what may be wrong, or any tips how to improve performance. > >> > >> The projects are interdependent, as I said. However, at one time I > >> would be working on only one project. Perhaps the problem would be > >> solved if I closed all the other projects, but if I do that then the > >> dependencies will be broken and the other 14 projects won't build. I > >> used to work with Maven and I remember that it worked just fine when I > >> closed a related project. This is probably because there was a local > >> repository that was independent of Eclipse, so that the JAR files > >> could be referenced even without Eclipse running. For some reason, Ivy > >> seems to depend on Eclipse for providing the dependencies, and the > >> dependencies stop working when one or more projects are closed. > >> > >> Thanks for the help in advance! > >> Csaba > >> > --001636eeed8ced79e404ceddb376--