Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 43592 invoked from network); 5 Oct 2010 13:25:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 13:25:07 -0000 Received: (qmail 17872 invoked by uid 500); 5 Oct 2010 13:25:07 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 17794 invoked by uid 500); 5 Oct 2010 13:25:05 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 17780 invoked by uid 99); 5 Oct 2010 13:25:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 13:25:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 13:25:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AB0292388A43; Tue, 5 Oct 2010 13:24:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004633 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java Date: Tue, 05 Oct 2010 13:24:44 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101005132444.AB0292388A43@eris.apache.org> Author: hibou Date: Tue Oct 5 13:24:44 2010 New Revision: 1004633 URL: http://svn.apache.org/viewvc?rev=1004633&view=rev Log: IVY-1227: since I'm more confident in the fix, remove the code put in comment Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java?rev=1004633&r1=1004632&r2=1004633&view=diff ============================================================================== --- ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java (original) +++ ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java Tue Oct 5 13:24:44 2010 @@ -202,9 +202,6 @@ public class ResolveEngine { throws ParseException, IOException { DependencyResolver oldDictator = getDictatorResolver(); IvyContext context = IvyContext.getContext(); -// if (options.isUseCacheOnly()) { -// setDictatorResolver(new CacheResolver(settings)); -// } try { String[] confs = options.getConfs(md); options.setConfs(confs);