Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4FA4217445 for ; Thu, 6 Nov 2014 22:23:17 +0000 (UTC) Received: (qmail 22947 invoked by uid 500); 6 Nov 2014 22:23:17 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 22878 invoked by uid 500); 6 Nov 2014 22:23:17 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Delivered-To: moderator for dev@felix.apache.org Received: (qmail 57832 invoked by uid 99); 6 Nov 2014 22:04:46 -0000 From: jvanzyl To: dev@felix.apache.org Reply-To: dev@felix.apache.org Message-ID: Subject: [GitHub] felix pull request: Protect against the case where a filesystem ba... Content-Type: text/plain Date: Thu, 6 Nov 2014 22:04:45 +0000 (UTC) GitHub user jvanzyl opened a pull request: https://github.com/apache/felix/pull/10 Protect against the case where a filesystem based dependency doesn't exi... ...st Protect against the case where the dependency is in the file system, and the project that represents the dependency has no code and therefore no target/classes directory. Otherwise the component service component descriptor reader will be sad. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jvanzyl/felix trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/felix/pull/10.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #10 ---- commit 0fae8254276aa00cbcc28657eac63a7a416bdf9c Author: Jason van Zyl Date: 2014-11-06T16:58:24Z Protect against the case where a filesystem based dependency doesn't exist Protect against the case where the dependency is in the file system, and the project that represents the dependency has no code and therefore no target/classes directory. Otherwise the component service component descriptor reader will be sad. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---