Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 73944 invoked from network); 1 Aug 2008 12:54:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2008 12:54:37 -0000 Received: (qmail 17914 invoked by uid 500); 1 Aug 2008 12:54:36 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 17864 invoked by uid 500); 1 Aug 2008 12:54:36 -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 17853 invoked by uid 99); 1 Aug 2008 12:54:36 -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:54:36 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomaskelder@gmail.com designates 209.85.198.247 as permitted sender) Received: from [209.85.198.247] (HELO rv-out-0708.google.com) (209.85.198.247) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 12:53:38 +0000 Received: by rv-out-0708.google.com with SMTP id b17so843820rvf.40 for ; Fri, 01 Aug 2008 05:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=rNJjksk1n1GFe+uQd2Yor86MXb1ptjI8BaLv+lG1jk0=; b=rLtvmVQgCIVvSZ5x9bMzlcivHymvw2T5fgtS8V0Rw+SqynYOldT7KIae1TOv50yRd3 IduuJnhyCCfIQf9+gBWXD0dl9hi+kT0xhhBY84Rrdg/0bE2UjEXanD1aXY3h5pmiZ4w/ mRxcpQ4CGBh+wIHyoqdLfJobSpEi5TMkVY4V8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=ZIJh0xYUWTLb5owQBjUD+lNhD4m32bcGwhT/rr3y/aZEZG4rHOu6rHZ0+ShIvKvcvj c7dKzg3ciUjfYTat/5XqclI3bZABBKbl5hLMfDiZ84NbPAhQSBi245hgxYBQh1eMXBKJ biZy6d9+Pf11YQ/GzEVa63i6NmUkZV91bYWpw= Received: by 10.140.247.11 with SMTP id u11mr5921835rvh.37.1217595228199; Fri, 01 Aug 2008 05:53:48 -0700 (PDT) Received: by 10.140.226.16 with HTTP; Fri, 1 Aug 2008 05:53:48 -0700 (PDT) Message-ID: Date: Fri, 1 Aug 2008 14:53:48 +0200 From: "Thomas Kelder" To: ivy-user@ant.apache.org Subject: Re: problem with axis2 dependency In-Reply-To: <188554.32810.qm@web30808.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2622_8169918.1217595228215" References: <188554.32810.qm@web30808.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2622_8169918.1217595228215 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ok, thanks. Any ideas on how I could make it work? Can I force Ivy to try to download the jar? Thanks, Thomas On Fri, Aug 1, 2008 at 2:47 PM, Maarten Coene wrote: > 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: > > > http://ivyrep.jayasoft.org/ivy-doc.xsl"?> > > > > > > > > > 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 > > > > > ------=_Part_2622_8169918.1217595228215--