Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

(Eclipse) Hangs when building project: copying resources to output folder

This has been happening intermittently, but now its consistent.

When I go to build the project, eclipse just hangs forever at this step:

copying resources to output folder

I saw a suggestion to remove all non-java resources from the project and put them back in one at a time, but that is impractical for the size of this project.

like image 368
mtyson Avatar asked Jan 13 '11 23:01

mtyson


2 Answers

I was able to resolve this by using the following steps:

1) Closing eclipse - In case it does not close - Kill the process 2) Manually delete everything in the output folder 3) Start eclipse with -clean option -> eclipse.exe -clean

Hope this helps!

like image 52
BeeGee Avatar answered Sep 22 '22 22:09

BeeGee


I ended up using a new workspace. A new eclipse instance didn't fix it. A new workspace and the old eclipse worked fine.

like image 35
mtyson Avatar answered Sep 23 '22 22:09

mtyson