IntelliJ stuck on Copying Resources

You are having a problem trying to debug a Java application I had using IntelliJ IDEA 13.

While trying to debug, it got stuck in the make process showing "Copying Resources" indefinitely.

+3


source to share


1 answer


It got stuck for some reason because I manually created two named pipes in the same folder. Removing the pipes allowed the make process to complete.



EDIT: I'm only posting this because Googling hasn't given me any good results and I think it will save someone else a while if they can easily find it when it does.

+2


source







All Articles