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 A38B7DC4D for ; Mon, 19 Nov 2012 18:57:22 +0000 (UTC) Received: (qmail 83392 invoked by uid 500); 19 Nov 2012 18:57:22 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 83353 invoked by uid 500); 19 Nov 2012 18:57:22 -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 83345 invoked by uid 99); 19 Nov 2012 18:57:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 18:57:22 +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 (nike.apache.org: domain of tpbrown@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pb0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 18:57:14 +0000 Received: by mail-pb0-f45.google.com with SMTP id mc8so3533013pbc.4 for ; Mon, 19 Nov 2012 10:56:53 -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=ByT5lVeoCMSFk2hLNOFltPuhzl9Yhz+EXP9QpydnNW4=; b=M9ve1wnL/u0lVNcehg49ZVPIhKgapd6l8GumsNlhjZt18eJlmLPEPop9zevVqd0oPY SfI81KZYKm+9XN/PDokPXdSNMlGdieb+dJmmkyDr07qC7sz/hPbP6Z+N1BIZwLal3LT1 DlaHHPTRsQYKdcndoYgoZxnrzp0pXARadS5jGMhA1AgWq/UVe/RIKsRNYYqbmNGPXnDh ei1c5Ecf0oxhAmB36TjdoADUoQomEB62mzxKN0uxjPWpIByS2j5Wvl+baO4FKBT1o6cT dERYIq5T+s0Rl2BgF5Et7gblyfv8y3anqBonCVIO95xwtIxNZzH88MKJqKXHye8JM2Cg TN4A== MIME-Version: 1.0 Received: by 10.66.85.69 with SMTP id f5mr844837paz.50.1353351412942; Mon, 19 Nov 2012 10:56:52 -0800 (PST) Received: by 10.66.240.234 with HTTP; Mon, 19 Nov 2012 10:56:52 -0800 (PST) In-Reply-To: References: Date: Mon, 19 Nov 2012 10:56:52 -0800 Message-ID: Subject: Re: Ivy plugin slows down Eclipse From: Tim Brown To: "ivy-user@ant.apache.org" Content-Type: multipart/alternative; boundary=f46d042ef5633987cf04ceddaecf X-Virus-Checked: Checked by ClamAV on apache.org --f46d042ef5633987cf04ceddaecf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'd also check to make sure that you're not running Ivy resolve requests through a proxy on accident. I've seen similar symptoms from that in the past... HTH. ~T On Mon, Nov 19, 2012 at 10:52 AM, 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 wrote= : > > > 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 > > > --f46d042ef5633987cf04ceddaecf--