Resources out of sync after build
After a build, resources are out of sync with the file system. This requires a manual refresh.
Submitted by Guido Wachsmuth on 24 March 2010 at 09:36
Issue Log
On 24 March 2010 at 10:03 Lennart Kats commented:
Which resources exactly? I think at least some of them should be refreshed automagically.
On 24 March 2010 at 11:00 Danny Groenewegen commented:
add this to the Ant build task:
<eclipse.convertPath fileSystemPath="${basedir}" property="resourcePath" /> <eclipse.refreshLocal resource="${resourcePath}" depth="infinite" />
On 3 May 2010 at 16:07 Lennart Kats commented:
Fixed in 0.4.5 (thanks Danny!)
Log in to post comments