Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 47390 invoked from network); 24 May 2006 11:48:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 11:48:44 -0000 Received: (qmail 77140 invoked by uid 500); 24 May 2006 11:48:44 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 77093 invoked by uid 500); 24 May 2006 11:48:43 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 77082 invoked by uid 99); 24 May 2006 11:48:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 04:48:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.23.3.140] (HELO pythagoras.zen.co.uk) (212.23.3.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 04:48:42 -0700 Received: from [217.155.85.142] (helo=[217.155.85.137]) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1Firqe-00013R-W4 for dev@forrest.apache.org; Wed, 24 May 2006 11:48:21 +0000 Message-ID: <447447F7.6050300@apache.org> Date: Wed, 24 May 2006 12:48:07 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Deploying whiteboard-plugins.xml References: <44739201.5070407@apache.org> <4474450A.5090805@pcotech.fr> In-Reply-To: <4474450A.5090805@pcotech.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Originating-Pythagoras-IP: [217.155.85.142] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cyriaque Dupoirieux wrote: > le 24/05/2006 00:51 Ross Gardler a =E9crit : >=20 >> I think the penny just dropped about what it was that Cyriaque was=20 >> asking for help with in the plugin deployment thread. I think he was=20 >> asking "how do I deploy the plugins.xml file" (or in this case=20 >> whiteboard-plugins.xml). >> >> So, here is the answer (if indeed that was the question...) >> >> "ant deploy-plugins.xml" >> >> This will deploy the plugins.xml file from the current folder, so do=20 >> it in the whiteboard/plugins folder to deploy the whiteboard=20 >> descriptor file. >> >> Ross >=20 > Thank you Ross, that's interesting. >=20 > Exactly, my question was : How can I deploy (into the remote forrest=20 > plugins repository) the zip file of a new plugin whose sources are in=20 > the plugin or whiteboard directory but the description is not in the=20 > descriptor file and the zip is not in the remote repository ? >=20 > Maybe it is simply not possible with ant... Then I'm back to my first response. "ant deploy" if you want to deploy=20 an unversioned development copy, "ant release" if you want to deploy a=20 versioned release. Ross