Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 11746 invoked from network); 26 Nov 2010 12:02:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Nov 2010 12:02:42 -0000 Received: (qmail 54274 invoked by uid 500); 26 Nov 2010 12:02:38 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 53958 invoked by uid 500); 26 Nov 2010 12:02:38 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 53948 invoked by uid 99); 26 Nov 2010 12:02:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 12:02:37 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mailinglisteprm@googlemail.com designates 209.85.161.43 as permitted sender) Received: from [209.85.161.43] (HELO mail-fx0-f43.google.com) (209.85.161.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 12:02:29 +0000 Received: by fxm6 with SMTP id 6so310739fxm.30 for ; Fri, 26 Nov 2010 04:02:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=NRB73ioHfYO2RNJW2NzC+5KXaR6P1RAcQdyzAMoWHxk=; b=fJrt2uPrKsVjhld7/lzPUtI8pDC3648vMLBdWeiKX8qVIb0BWoEt/aMgLA8fY3PiAH GhJhq2PhVxFsztEVSLxtNCPm1ekqttMWWFiCe4es9vctWx4Jn9Xo6Xg8wDjiOpl1UiX5 i8mdjbnqGQL+8HkX9+f57U/f5SMBc2WJnRz2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SNyODPT6fOlUWFkL+nQKQHBqKwPJpMqpHRUCk9YbBNqAv+kTj98UOXoerXCbAfYL5M /BFd2H8DBtPvG7aAsihnKqyjLu6z2+/uF1h6ZaaxKkh/BqOdRJmXn/M/FUVuyjzKNKAW NKBIkD3zp4PcLD6sNVHKUrAx9wKt9wh1iQISY= MIME-Version: 1.0 Received: by 10.223.101.140 with SMTP id c12mr1989581fao.16.1290772927829; Fri, 26 Nov 2010 04:02:07 -0800 (PST) Received: by 10.223.72.200 with HTTP; Fri, 26 Nov 2010 04:02:07 -0800 (PST) In-Reply-To: References: <1290770784634-3281135.post@n5.nabble.com> Date: Fri, 26 Nov 2010 13:02:07 +0100 Message-ID: Subject: Re: log4j:log4j:bundle:1.2.16 : Bundle or JAR ? From: =?ISO-8859-1?Q?Michael_Prie=DF?= To: Maven Users List Content-Type: multipart/alternative; boundary=20cf3054a60bd955ae0495f37d4f X-Virus-Checked: Checked by ClamAV on apache.org --20cf3054a60bd955ae0495f37d4f Content-Type: text/plain; charset=ISO-8859-1 Hi, try to download with packaging type jar. If the jar contain a osgi manifest it's a bundle. But for development you can also use a jar with scope provided and provide log4j over pax logging or another bundle that run in your osgi container. Regards, Michael --20cf3054a60bd955ae0495f37d4f--