为什么我会收到警告:“build.properties不存在”

编程入门 行业动态 更新时间:2024-10-26 17:26:54
本文介绍了为什么我会收到警告:“build.properties不存在”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

这似乎与插件开发环境有关,但我不是在编写Eclipse插件。

如何停止获取此警告? / p>

非常感谢!

解决方案

如果你不写插件-in,那么你可以编辑.project文件并删除插件大自然,也可能是api工具的性质,如果它在那里。

< projectDescription> ... < natures> < nature> org.eclipse.pde.PluginNature< / nature> < nature> org.eclipse.jdt.core.javanature< / nature> < nature> org.eclipse.pde.api.tools.apiAnalysisNature< / nature> < / natures> < / projectDescription>

This appears to be something to do with the Plugin Development Environment, but I'm not writing an Eclipse Plugin.

How can I stop getting this warning?

Thanks a lot!

解决方案

If you are not writing a plug-in, then you can edit the .project file and remove the Plugin Nature, and perhaps also the api tools nature if it is there.

<projectDescription> ... <natures> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature> </natures> </projectDescription>

更多推荐

为什么我会收到警告:“build.properties不存在”

本文发布于:2023-10-22 08:40:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1517009.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:我会   不存在   build   properties

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!