Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 97031 invoked from network); 26 Nov 2009 08:05:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 08:05:04 -0000 Received: (qmail 54902 invoked by uid 500); 26 Nov 2009 08:05:03 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 54413 invoked by uid 500); 26 Nov 2009 08:05:03 -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 54058 invoked by uid 99); 26 Nov 2009 08:05:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 08:05:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 08:04:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BD275234C1F1 for ; Thu, 26 Nov 2009 00:04:39 -0800 (PST) Message-ID: <644383722.1259222679773.JavaMail.jira@brutus> Date: Thu, 26 Nov 2009 08:04:39 +0000 (UTC) From: "Jason Eacott (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-1136) Cannot retreive multiple files from hudson with url resolver In-Reply-To: <1073158823.1255922551420.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782794#action_12782794 ] Jason Eacott commented on IVY-1136: ----------------------------------- I built from latest ivy and ran it again, same problem. I checked the url it said failed with wget immediately after the ant build completed from same machine I ran ant and it downloaded fine. tried with ant -v and nothing new really in the log, but an exception was thrown BUILD FAILED /home/hudson/.hudson/jobs/myserver-test/workspace/trunk/build.xml:81: impossible to resolve dependencies: resolve failed - see output for details at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:318) at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277) at org.apache.ivy.ant.IvyPostResolveTask.ensureResolved(IvyPostResolveTask.java:214) at org.apache.ivy.ant.IvyPostResolveTask.prepareAndCheck(IvyPostResolveTask.java:161) at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:49) at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.Project.executeTarget(Project.java:1306) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.apache.tools.ant.Main.runBuild(Main.java:758) at org.apache.tools.ant.Main.startAnt(Main.java:217) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) Caused by: resolve failed - see output for details at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:251) ... 21 more --- Nested Exception --- resolve failed - see output for details at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:251) at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277) at org.apache.ivy.ant.IvyPostResolveTask.ensureResolved(IvyPostResolveTask.java:214) at org.apache.ivy.ant.IvyPostResolveTask.prepareAndCheck(IvyPostResolveTask.java:161) at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:49) at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.Project.executeTarget(Project.java:1306) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.apache.tools.ant.Main.runBuild(Main.java:758) at org.apache.tools.ant.Main.startAnt(Main.java:217) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) > Cannot retreive multiple files from hudson with url resolver > -------------------------------------------------------------- > > Key: IVY-1136 > URL: https://issues.apache.org/jira/browse/IVY-1136 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.1.0 > Environment: Windows, Ubuntu, sun jdk 1.6.0_12, ant 1.7.1 > Reporter: Jason Eacott > > hi all, I've had this problem for a while and have been hoping it might get fixed once v 2.1 was released. alas it seems not. > I'm trying to use Ivy in a hudson build environment (not using the ivy hudson plugin), from an ordinary ant build script. > If I have just one dependency in hudson then ivy retrieves it just fine. > However if I have more than one then ONLY the first one listed in the ivy.xml is retrieved. the rest fail. > if I rearrange them only the first one is ever retrieved, so individually I know the ivy.xml entries are ok. > I tested hudsons' concurrency capacity and it seems just fine, so I think the problem is either with ivy, or my config. > my ivy.xml - > organisation="abc.com" > module="mymodule" > status="integration"> > > > > > > > my settings: > > > > > > > > > > > > > > > > > > > > > > > > > > > hints, & help welcomed. > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.