From ivy-user-return-3641-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Fri Aug 01 12:49:08 2008 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 70921 invoked from network); 1 Aug 2008 12:49:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 12:49:08 -0000 Received: (qmail 13092 invoked by uid 500); 1 Aug 2008 12:49:07 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 12832 invoked by uid 500); 1 Aug 2008 12:49:06 -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 12821 invoked by uid 99); 1 Aug 2008 12:49:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 05:49:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.200.151] (HELO web30808.mail.mud.yahoo.com) (68.142.200.151) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Aug 2008 12:48:09 +0000 Received: (qmail 33985 invoked by uid 60001); 1 Aug 2008 12:47:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=43MUt/3x1is1C+y4r5j+pFiQIKJ/pq+ONjTqSCAweYbQ9zGWkXmbM3DplPtANuMKS0IE0Ky/XhTZkCc+uxC2RRl2jKQY+eEW271bAkc8EqeQAgDpaErakJbuJCpTIw8CP0uvXryWmIRtUxRsBsvAMVfW7Fyn3nPYiaWOURn0+j8=; Received: from [134.58.179.36] by web30808.mail.mud.yahoo.com via HTTP; Fri, 01 Aug 2008 05:47:32 PDT X-Mailer: YahooMailRC/1042.40 YahooMailWebService/0.7.218 Date: Fri, 1 Aug 2008 05:47:32 -0700 (PDT) From: Maarten Coene Subject: Re: problem with axis2 dependency To: ivy-user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <188554.32810.qm@web30808.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I think it is because the axis2 pom contains a pom element: http://repo1.maven.org/maven2/org/apache/axis2/axis2/1.4/axis2-1.4.pom Ivy won't try to download the jar in this case. Maarten ----- Original Message ---- From: Thomas Kelder To: ivy-user@ant.apache.org Sent: Friday, August 1, 2008 2:24:19 PM Subject: problem with axis2 dependency Hi, I'm new to Ivy, and I'm trying it out for my project that depends on axis2. As a start, I created this simple Ivy file: And executed my ant script that runs the following ivy tasks: When running this, Ivy only downloads the dependencies of axis2, but not axis2 itself. There are no jars named axis-* in the lib directory, only two .pom files (axis2.pom and axis2-parent.pom). Am I doing something wrong here? Thanks! Thomas PS. The detailed output from the ant build can be found here: http://ftp2.bigcat.unimaas.nl/~thomas.kelder/out.txt