Eclipse Bukkit 无法导出我的 jar 文件?
Eclipse Bukkit failed to export my jar file?
我只是在 Bukkit 插件上编程了一整天,现在它不会导出?
这是错误信息
JAR creation failed. See details for additional information.
Exported with compile warnings: WorkingWG/src/com/rof/staff/WorldGuard.java
Resource is out of sync with the file system: '/WorkingWG/plugin.yml
这是我的包裹等的图片
这是我的 plugin.yml:
main: com.rof.staff.WorldGuard
name: WorldGuard
author: RoflFrankoc
version: 1.0
commands:
wg:
description: The main command!
usage: /<command> <argument>
permissions:
wg.all:
description: The main command permission!
default: op
标记Eclipse项目,右击select "refresh".
Eclipse 维护项目文件的时间戳。如果您从 Eclipse 外部修改文件,则需要手动刷新。
我只是在 Bukkit 插件上编程了一整天,现在它不会导出? 这是错误信息
JAR creation failed. See details for additional information.
Exported with compile warnings: WorkingWG/src/com/rof/staff/WorldGuard.java
Resource is out of sync with the file system: '/WorkingWG/plugin.yml
这是我的包裹等的图片
这是我的 plugin.yml:
main: com.rof.staff.WorldGuard
name: WorldGuard
author: RoflFrankoc
version: 1.0
commands:
wg:
description: The main command!
usage: /<command> <argument>
permissions:
wg.all:
description: The main command permission!
default: op
标记Eclipse项目,右击select "refresh".
Eclipse 维护项目文件的时间戳。如果您从 Eclipse 外部修改文件,则需要手动刷新。