Kbase P122549: Importing files into an OpenEdge Architect project results in resource out of sync error
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/02/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1x
SYMPTOM(s):
Importing files into an OpenEdge Architect project results in resource out of sync error
Problems were encountered during import
Resource is out of sync with the file system:<filename>
The resource out of sync error repeats many times for .i and .p files.
CAUSE:
This is an Eclipse error. Eclipse gives this message when it tries to do some modification operation on that file when some process has modified the file out from underneath eclipse. for example deleting all the r-code files from the project directory with Windows Explorer.
Eclipse does not actively monitor the file system for changes done by other processes.
FIX:
Refresh the project with F5. This will cause eclipse to update all the timestamp information for each file.