Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64C57C0F3 for ; Wed, 20 Jun 2012 16:16:06 +0000 (UTC) Received: (qmail 13999 invoked by uid 500); 20 Jun 2012 16:16:05 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 13943 invoked by uid 500); 20 Jun 2012 16:16:05 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 13935 invoked by uid 99); 20 Jun 2012 16:16:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 16:16:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of elstensoftware@googlemail.com designates 209.85.215.177 as permitted sender) Received: from [209.85.215.177] (HELO mail-ey0-f177.google.com) (209.85.215.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 16:16:00 +0000 Received: by eaaf11 with SMTP id f11so3113786eaa.22 for ; Wed, 20 Jun 2012 09:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=26KPjBjL4enKSa8sCNtTaNa1vl0XmTJc1FJ3E7peyus=; b=b5W0n4vCr0dpoj1dz56JS5Zv1U3FjURdrGYnvkpOaAO5jnwi+vl0lECzwXLQ4kZ0Do 3tB+da+qSLGkVDERP8llGt1/w2pNkCptuWjjODyKEM+9adY5k3TSemVtBKyfY1Eywmqs ZzeNSyGy+5dSnXoFB7qPqjVhOgZl8swc8GJ78v+4+y4DIWiy8IdERWifdECtRQ4RCsai /7M6Nk1vvKSCGH1Kgebi/t2m6SOJGaj2Ywr/ceFcmdszidCAuWYeGGzxmfjTwdpCppY7 oUSsvvHKhHNIt6ZVh43LAl/Q7fRw06QaS7cRs7j54QodwwFoJZ+zPb8GKYPsBYiXg4nk qK7w== MIME-Version: 1.0 Received: by 10.152.103.109 with SMTP id fv13mr23021325lab.33.1340208939532; Wed, 20 Jun 2012 09:15:39 -0700 (PDT) Received: by 10.112.60.199 with HTTP; Wed, 20 Jun 2012 09:15:39 -0700 (PDT) In-Reply-To: <4FE1E6F6.3010803@ungoverned.org> References: <4FE08643.60803@ungoverned.org> <4FE09483.5090807@ungoverned.org> <4FE0A6A6.6020402@ungoverned.org> <4FE1D9ED.8060800@ungoverned.org> <4FE1DF44.5080906@ungoverned.org> <4FE1E6F6.3010803@ungoverned.org> Date: Wed, 20 Jun 2012 17:15:39 +0100 Message-ID: Subject: Re: Guidance on using auto deploy, OBR or something else for initial provisioning and updates From: Dan Gravell To: users@felix.apache.org Content-Type: multipart/alternative; boundary=f46d040890c7c4028e04c2e9b59b --f46d040890c7c4028e04c2e9b59b Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 20, 2012 at 4:06 PM, Richard S. Hall wrote: > (make sure you refresh too) > The Resolver doesn't refresh after deploy? Well I suppose that's a different conceptual level of behaviour so ok, thanks. So, you have to just look for the "version" prefix and largely ignore the > X.Y... > Ok, already done this. The code for this workaround - https://bugs.eclipse.org/bugs/show_bug.cgi?id=372656 - largely works. However, there's no coping with versions. From what I can see the version directory is not numbered after the bundle version, it's numbered after the revision that has been applied in this Felix instance. So how do I know which version to use? Can I just use the latest? Dan --f46d040890c7c4028e04c2e9b59b--