如何从 Eclipse CVS 检出的源文件构建 jar 文件?
我已将 Eclipse CVS 中的 Java Nebula 源文件检出到我的本地硬盘上。但是,如何将这些新从 CVS 签出的源文件构建为 jar 文件,以便我可以在其他项目中使用它们呢?
我还打算将源文件导入到jar文件中,这样我就可以导入到eclipse中的GWT设计器等插件中,以便我可以使用它们。
感谢您的任何帮助。
I have checked out the Java Nebula source files from Eclipse CVS onto my local hard drive. But how do I build these newly checked out source files from the CVS into jar files so that I can use them in my other projects?
I also intend to import the source files into jar files so that I can import to plug-ins such as the GWT designer in eclipse so that I can use them.
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是在 eclipse 中构建项目的 jar 的方法。
右键单击项目 -->导出--> Java --> Jar,只需检查您必须制作 jar 文件的 Nebula 相关源即可。
Here is a way in eclipse to build a jar of the project.
Right click on Project --> Export --> Java --> Jar and just check the Nebula related sources of which you have to make the jar file.
大多数nebula源码都是eclipse插件。您使用“文件”>“导出...”>可部署插件和片段。这会将插件导出为可安装到 eclipse 或 RCP 中的 jar。
Most of the nebula source are eclipse plugins. You use File>Export...>Deployable plug-ins and fragments. That will export the plugin as a jar that can be installed into eclipse or RCP.