Plugin.jar is out of sync

Discussion in 'Plugin Development' started by FlareLine, Sep 19, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    FlareLine

    I am currently developing a plugin, and the only real problem I get when compiling into a JARfile is that the config.yml or plugin.yml resource is out of sync with the file system.
    So I manually go and refresh those, although now I have to set to Refresh automatically (Eclipse).
    I get to a point where it starts telling me that the last exported JAR is out of sync. The only solution I have found so far is to either delete this old file, delete the release folder where it exports to, or to build it in a completely different folder than that. If anyone needs my filesystem structure, I can provide.
    Is there any explanation to this issue?
    Cheers, FlareLine. :)
     
  2. Offline

    nrs23

    have you tried restarting Eclipse
    That might fix it
     
  3. Offline

    Gater12

    FlareLine You must refresh the file to keep it in sync. Right click config.yml, then plugin.yml and click Refresh or click it once and press F5 to keep it in sync.
     
  4. Offline

    FlareLine

    Yes, but thank you for your input.
    You must not understand that it is not the plugin.yml or config.yml that is out of sync. Looking again at the post suggests that it was the last exported Plugin.jar file that is out of sync, and therefore using F5 or manually clicking on refresh will not fix it.
     
Thread Status:
Not open for further replies.

Share This Page