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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---