简体   繁体   English

出口与日食罐不保存更改?

[英]exporting jar with eclipse not saving changes?

I'm editing the source project for a plugin called socialAuth. 我正在编辑名为socialAuth的插件的源项目。 After making some changes I saved and tried to export the project to a jar. 进行一些更改后,我保存并尝试将项目导出到jar中。 It completed without errors but a few warnings. 它完成了,没有错误,但有一些警告。 However when taking a look at the class files I noticed my changes were not there! 但是,当查看类文件时,我注意到我的更改不存在! I checked the box for source files when exporting, so I'm not sure why the changes aren't going through. 导出时,我选中了源文件框,所以我不确定为什么更改没有通过。 The project does not have a manifest but a pom file. 该项目没有清单,而是一个pom文件。 I'm not quite sure what info I should provide, so let me know if you need it. 我不太确定应该提供什么信息,所以请告诉我您是否需要它。

Any ideas? 有任何想法吗?

Select following option during export: 在导出期间选择以下选项:

Export Generated class files and resources

Cheers !! 干杯!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM