From ivy-user-return-6314-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Mon Jan 25 13:16:52 2010 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 974 invoked from network); 25 Jan 2010 13:16:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 13:16:52 -0000 Received: (qmail 15389 invoked by uid 500); 25 Jan 2010 13:16:52 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 15315 invoked by uid 500); 25 Jan 2010 13:16:51 -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 15293 invoked by uid 99); 25 Jan 2010 13:16:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 13:16:50 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.221.190] (HELO mail-qy0-f190.google.com) (209.85.221.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 13:16:42 +0000 Received: by qyk28 with SMTP id 28so351928qyk.28 for ; Mon, 25 Jan 2010 05:16:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.27.157 with SMTP id i29mr4079982qac.147.1264425380767; Mon, 25 Jan 2010 05:16:20 -0800 (PST) In-Reply-To: <151801.13500.qm@web30805.mail.mud.yahoo.com> References: <934da2391001220620x5858fb82qd2fadf03e33b2d8@mail.gmail.com> <151801.13500.qm@web30805.mail.mud.yahoo.com> Date: Mon, 25 Jan 2010 08:16:20 -0500 Message-ID: <934da2391001250516p333351c6t791f86740ca4d198@mail.gmail.com> Subject: Re: Using ivy:install to install non-jar artifacts From: "Steele, Richard" To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=00163623abcaaa6a20047dfcf9fd X-Virus-Checked: Checked by ClamAV on apache.org --00163623abcaaa6a20047dfcf9fd Content-Type: text/plain; charset=ISO-8859-1 Well, if you could see me you'd see how red my face is and you'd know the answer--no, we didn't. In my defense, it was a long, tiring week. Thanks, Rich On Fri, Jan 22, 2010 at 4:38 PM, Maarten Coene wrote: > Your module containing the swc file should have an ivy.xml file defining > the swc artifact with correct extension. > Can you confirm this is the case in the repository you have specified in > the "from" attribute of your ivy:install task? > > Maarten > > > > > ----- Original Message ---- > From: "Steele, Richard" > To: ivy-user@ant.apache.org > Sent: Fri, January 22, 2010 3:20:13 PM > Subject: Using ivy:install to install non-jar artifacts > > We're struggling to figure out how to install artifacts to our local http > repository with non-jar artifacts (in this case, a Flex SWC file). We've > tried specifying type="swc" on the Ant ivy:install task, but Ivy can't find > the artifact because the [ext] isn't set. We tried installing to a > SWC-specific repository with its own pattern, hard-coding the extension as > "swc", but the type attribute on the install task seems to be ignored: the > generated ivy.xml still declares the artifact is a jar type. > > What on earth are we missing? > > Thanks, > Rich > > > > > --00163623abcaaa6a20047dfcf9fd--