如何自动将 jar 包含在清单文件中
我正在使用不是基于 Web 的应用程序,它使用大量外部 jar,我们这个项目的开发人员很少,并且每次添加或删除 jar 时不断添加、删除 jar,我们手动更新 manifest.mf 文件。 有什么方法可以在将 jar 添加到项目(.classpath)后自动将其添加到清单中? 我正在使用 Eclipse IDE。
I am working with not web based application which uses bunch of external jars, we are few developers on this project and constantly add, remove jars each time jar is being added or removed we manually update manifest.mf file.
Is there any way to add jar to manifest automatically as soon as it added to a project (.classpath)?
I am using Eclipse IDE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,既然你似乎使用maven,为什么不让maven(maven jar 插件)为你创建清单呢?
Well, since you seem to use maven, why don't you just let maven (the maven jar plugin) create the manifest for you?
我不使用 eclipse,但使用 netbeans,您无需编辑清单文件。如果你仍然需要在 Eclipse 这样的 IDE 中编辑清单文件,那么我确信你没有很好地使用 IDE。 IDE 应该在您不知情的情况下为您处理依赖关系
I don't use eclipse, but with netbeans, you don't ever have to edit manifest files. If you still have to edit manifest files in an IDE like eclipse, then I am sure you are not using the IDE well. The IDE should handle dependencies for you without you knowing