Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 64663 invoked from network); 15 Jun 2010 19:33:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 19:33:53 -0000 Received: (qmail 4530 invoked by uid 500); 15 Jun 2010 19:33:52 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 4422 invoked by uid 500); 15 Jun 2010 19:33:52 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 4414 invoked by uid 99); 15 Jun 2010 19:33:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 19:33:52 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [68.142.200.148] (HELO web30805.mail.mud.yahoo.com) (68.142.200.148) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 15 Jun 2010 19:33:43 +0000 Received: (qmail 86839 invoked by uid 60001); 15 Jun 2010 19:33:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1276630401; bh=zmAuVrCHewh2FrpgwE1JsonWLha5gxA+wZpmBa+yrRc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=XRSjwkipxWG/tLk1a3cy9BGtmHUZpSfbo+nkDX/+sMOmyDeG9OAJK9pcC02FqweIVXl+86gVSMrS1HWIOQZKGktQB32Fy1AHhJsaFxV0tvb8WhSMBSUgOYgLaByL8QyafobBO7WEpvv0oiw9FyiMjU/KaT4LtkFGcyPoyiQjBps= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=saXTiW8JrsV2fWZdfRxNPEjqczGya1UsNGBN0H8w84s3Z2VOinfcZXZVA2WnsPtVK9wzm1yOxFJtDKjmAXOQzn7quIgHexjLSvwq6wcCCsFrqxDNaDifciFyPy3MNabcFwK1/g4ICMmD3nKXoJZHuCAmBcz5Y/I6jBzRQ+33hVQ=; Message-ID: <692862.85673.qm@web30805.mail.mud.yahoo.com> X-YMail-OSG: eBFLdKkVM1nEy1c39hovPdjcINzNrHLJVMzcXHTLwCn_XXQ 4ukca2T5jYcIVVQttsKWOih67A6APqNm8curnXF42oxagoQJJ0C6DJUH5h4Q zajgmtypt5kp1CbK.WJ10ATCZzXW.mCfRODD_WkbzM0.qgk3xJoCHl91Pjg5 PnRV3ciRU.0Lvv7P8Uv1uESnkduZw4P8hZ6KiLLHtZhapgfYwP.HT7AbysKQ c1zsxozhxGIbaDt35Ap8m0wj7me80s1vd5G8EmiymEg3UPxfeqzhid1TlxfO fMOdobIkx9HmLpfvbhMAmGEh57L3IFLfd9eEfW9Xv3kKbtErHgR3hF3Gv5RD lj58NsuO2AXzUf7eInDSBQrRP.ZI- Received: from [91.177.180.207] by web30805.mail.mud.yahoo.com via HTTP; Tue, 15 Jun 2010 12:33:21 PDT X-Mailer: YahooMailRC/397.8 YahooMailWebService/0.8.103.269680 References: <87pqzs62lt.fsf@v35516.1blu.de> <197772.90058.qm@web30802.mail.mud.yahoo.com> Date: Tue, 15 Jun 2010 12:33:21 -0700 (PDT) From: Maarten Coene Subject: Re: -source.jar and -javadoc.jar in ivy.xml To: Ant Developers List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org You are right, it should be in another namespace which you can choose freely. Maarten ----- Original Message ---- From: Karolis Petrauskas To: Ant Developers List Sent: Tue, June 15, 2010 9:17:54 PM Subject: Re: -source.jar and -javadoc.jar in ivy.xml Hello. I cant find any documentation regarding the attribute "classifier". Is it "extra" or new standard attribute? If it is an extra attribute, why is it not in the namespace http://ant.apache.org/ivy/extra? Sincerely, Karolis On Tue, Jun 15, 2010 at 1:14 PM, Maarten Coene wrote: > I didn't test it, but you could try something like this: > > - change your patterns in the settings and publish task to: "[organisation]/[module]/[artifact]/[revision]/[artifact]-[revision](-[classifier]).[ext]" > - add classifier attribute on the artifacts element: > > > > > Don't declare this classifier attribute for the main artifact > > Maarten > > > > ----- Original Message ---- > From: Stefan Bodewig > To: dev@ant.apache.org > Sent: Tue, June 15, 2010 11:56:30 AM > Subject: -source.jar and -javadoc.jar in ivy.xml > > Hi, > > I've added the creation of -sources.jar and -javadoc.jar to the common > build file used by all Antlibs so these jars can get uploaded to the mvn > repo when we perform a release. > > Unfortunately it is not clear to me how to declare them as artifacts as > child of publications that Ivy is supposed to upload. Something like > this? > > > > I'm afraid this won't resolve to the correct name for the artifact. > Would I need to provide an explicit url? What is the recommended way? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org