Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] M2E holding on to JAR file handles

On Wed, May 30, 2012 at 2:52 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
Are these dependency jars or maven plugins?
 
Dependency JARs; for example, I see:

rm: cannot remove `/cygdrive/c/Users/Mirko/.m2/repository/org/springframework/spring-webmvc/3.1.1.RELEASE/spring-webmvc-3.1.1.RELEASE.jar': Device or resource busy

rm: cannot remove `/cygdrive/c/Users/Mirko/.m2/repository/org/testng/testng/6.3/testng-6.3.jar': Device or resource busy

rm: cannot remove `/cygdrive/c/Users/Mirko/.m2/repository/org/yaml/snakeyaml/1.10/snakeyaml-1.10.jar': Device or resource busy

You're making a good point, that this might actually be a problem inside JDT, especially because I have a similar problem with IvyDE and resources in the .ivy2/cache.

Mirko

 

Back to the top