Der taucht beliebig oft auf!
Begonnen hat das Ganze damit, dass ich beim Durchsuchen (File Search im ganzen Workspace) nach einem Label folgende Meldung bekam:
Problems encountered during text search.
File 'abc/classes/resources/def_de.properties' has been skipped, problem while reading: ('Resource is out of sync with the file system: '/abc/classes/resources/def_de.properties'.').
Resource is out of sync with the file system: '/abc/classes/resources/def_de.properties'.
File 'jALib/classes/resources/ALibResource_si.properties' has been skipped, problem while reading: ('Resource is out of sync with the file system: '/jALib/classes/resources/ALibResource_si.properties'.').
Resource is out of sync with the file system: '/jALib/classes/resources/ALibResource_si.properties'.
File 'jALib/classes/resources/ALibResource_pl.properties' has been skipped, problem while reading: ('Resource is out of sync with the file system: '/jALib/classes/resources/ALibResource_pl.properties'.').
Resource is out of sync with the file system: '/jALib/classes/resources/ALibResource_pl.properties'.
... und noch viele mehr
Also habe ich manuell in der richtigen Reihenfolge (Eclipse findet die von selbst nicht!) die einzelnen Projekte refreshed wobei natürlich genau bei dem einen die erwähnte null-pointer exception auftrat, aber das ändert nichts.
Ich kann auch die properties-files im classes löschen, F5 drücken, worauf die Files neu generiert und in notime als "out of sync" markiert werden!
**********************
Heute morgen hat sich noch etwas anderes gezeigt als ich Eclipse startete
Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project 'proj1'.
Ant build C:\dvlp\proj1\build.xml already in progress. Concurrent Ant builds are possible if you specify to build in a separate JRE.
Ant build C:\dvlp\proj1\build.xml already in progress. Concurrent Ant builds are possible if you specify to build in a separate JRE.
Errors running builder 'Integrated External Tool Builder' on project 'proj2'.
Ant build C:\dvlp\proj2\build.xml already in progress. Concurrent Ant builds are possible if you specify to build in a separate JRE.
Ant build C:\dvlp\proj2\build.xml already in progress. Concurrent Ant builds are possible if you specify to build in a separate JRE.
(Das tritt aber nur beim start auf, wenn alle neu gebildet werden.)
Ich hab total 10 Projekte Das proj1 ist ein Hauptprogramm, das proj2 dasjenige bei dem auch die null pointer exception beim refresh geworfen wird.
Manuell alle classes Directories und jar-files löschen bringt auch nicht viel