有没有一种简单的方法可以在 Ant junit 或 java 任务的类路径中使用 OSGi 包?

发布于 2024-09-30 00:09:18 字数 263 浏览 7 评论 0原文

我有一堆 OSGi 包,它们基本上是包含其他 jar 和清单的 jar。

bundle xyz.jar:
   somejar1.jar
   somejar2.jar
   Manifest

我想运行一些 junit 测试,并且需要这些包中的一些类。 Ant 中是否有一种简单的方法可以表示

我可以将它们解压到临时目录,但是那样看起来很乏味,而且我不会利用 OSGi 包内的类路径。

I have a bunch of OSGi bundles that are basically jars that contain other jars and a manifest.

bundle xyz.jar:
   somejar1.jar
   somejar2.jar
   Manifest

I want to run some junit tests, and need some classes inside these bundles. Is there an easy way in Ant to say

<path name="myclasspath" location="[stuff inside OSGI bundle xyz.jar]> ?

I could unjar these to a temp directory, but that seems tedious, plus I would not be leveraging the classpath inside the OSGi bundle.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尐籹人 2024-10-07 00:09:18

如果您使用 ant 运行 PDE 构建/OSGi 应用程序,那么这应该不是问题,OSGi 将处理类路径。

It should not a problem if you're using ant to run PDE build/OSGi application, OSGi would handle with the classpath.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文