From dev-return-85074-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Wed Feb 03 20:59:18 2010 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 15123 invoked from network); 3 Feb 2010 20:59:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 20:59:18 -0000 Received: (qmail 2111 invoked by uid 500); 3 Feb 2010 20:59:17 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 2023 invoked by uid 500); 3 Feb 2010 20:59:17 -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 2013 invoked by uid 99); 3 Feb 2010 20:59:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 20:59:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jkschneider@gmail.com designates 209.85.218.215 as permitted sender) Received: from [209.85.218.215] (HELO mail-bw0-f215.google.com) (209.85.218.215) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 20:59:10 +0000 Received: by bwz7 with SMTP id 7so1586203bwz.6 for ; Wed, 03 Feb 2010 12:58:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=kPB7IGf8JoxNGd2y+y0uod73f19Ak/N70eh2zAYRnpQ=; b=cRnFVHAKWYgDe0Ia/nHS9suYl+2q7w+lVnegJWzL8gI56t7Rh6+USPa6+EbSCckiZL Xj4r4L0v0K8oaF8hRol9w6yDo6uBG+/+4hUss+Q36uRKeTYZ5l4VVVpUhWWsmzLnDJ8I ROuQuQyV7LBUXTjHGHkBoPUqNmCgyRLgJg3bY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wWbeRk89VDNuUpk6ud4VTWzePwGp08ZrBGAFjWczc2qnx7MvbpEuGYE+FLNnSPpLVV REeH9Oi8dR8xjX1xRFEC1Mn7vNrQcZ+qN7wJotJd5KDqiT6FzY8DT5IHhhgdiL+hROng cOh5K0EjoohqlE0L2om6Jnk6ElxLM6MpIPveo= MIME-Version: 1.0 Received: by 10.102.182.6 with SMTP id e6mr73901muf.63.1265230729312; Wed, 03 Feb 2010 12:58:49 -0800 (PST) In-Reply-To: References: Date: Wed, 3 Feb 2010 14:58:49 -0600 Message-ID: <7479d1a71002031258l138cdd11o6029eb3f201b69d4@mail.gmail.com> Subject: Re: IvyDE updatesite packing again From: Jon Schneider To: Ant Developers List Content-Type: multipart/alternative; boundary=0016363ba8502dfbc5047eb87ccf --0016363ba8502dfbc5047eb87ccf Content-Type: text/plain; charset=ISO-8859-1 >From the Eclipse documentation concerning the pack200="true" attribute we have on our updatesite: "This lets the Update Manager know that the site contains packed jars, and it will look for a .jar.pack.gz file beside the .jar file that it would normally download. If the .jar.pack.gz file is found, it will be downloaded and unpacked, otherwise the .jar file is downloaded as normal." This indicates to me that a reasonable local test would be to delete all but the packed jars from a locally staged update site and verify that the Update Manager will pick up the feature jar correctly. Jon On Wed, Feb 3, 2010 at 2:25 PM, Matt Benson wrote: > My original email seems to have been lost; please see below: > > > On Feb 3, 2010, at 1:16 PM, Matt Benson wrote: > > For fun I'll include the text of my patch file between --- and --- : >> > > [SNIP] > > > --- >> On Feb 3, 2010, at 12:55 PM, Matt Benson wrote: >> >> Apparently some tools (in particular I'm back to dealing with Genuitec >>> Pulse) want not only plugins but features jars to be packed. I can pretty >>> well see how to add this to the updatesite build, but I don't have a whole >>> lot of idea what is required for me to test my changes locally. Can either >>> of you guys, Nicolas/Jon, help me with that? I'm hoping to do it all on Mac >>> OSX Tiger w/ Java 1.5.... >>> >>> Thanks, >>> Matt >>> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > > --0016363ba8502dfbc5047eb87ccf--