Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Why do I get Resource "my resource" is out of sync with file system.

Options
rickstag
rickstag Posts: 16

Why do I get the meesage "Resource 'my resource' is out of sync with file system?

What is the fastest and easiest way to alleviate the problem?

Tagged:

Comments

  • jakubiak
    jakubiak Posts: 798 admin
    Options

    Are you changing the file outside of SOAtest? This could cause the problem. You can alleviate the problem by right-clicking on the project that contains the resource that is out of sync, and choosing the "Refresh" option.

  • Ireneusz Szmigiel
    Ireneusz Szmigiel Posts: 227 ✭✭✭
    edited March 2019
    Options

    @rickstag
    as something similar to @jakubiak advice, you can try to use following solution/workaround in any Eclipse based software:
    Go to Window - Preferences - General - Workspace - Refresh Automatically (called Refresh using native hooks or polling in newer builds).
    It should be fine with SOAtest, however you should be careful with other tools/projects ie: Java project. It might introduce performance glitches.
    More about "resource out of sync" problem you can find here

    --
    Ireneusz Szmigiel
    http://www.catb.org/esr/faqs/smart-questions.html

  • rickstag
    rickstag Posts: 16
    Options

    Thank you so much. !!

Tagged