[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.iam] Re: Could not delete target/test-classes

I have never seen this... can you provide more inforamtion abut the pom.xml causing the problem?

Just guessing... Maybe you are trying to delete the folder from your pom? Eclipse will output its classes on that folder, so if it already has open files there you will not be able to delete the folder (on windows, at least).

If that is the case, you could disable the plugin from running on eclipse builds from the project settings > Maven JDT.

Let us know if you can provide more information or any workaround is useful.

nicolas de loof wrote:

Hi

I've just installed iam on Galileo and get this strange error :

The project was not built due to "Could not delete '/infrastructure/target/test-classes/com'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent

Running Eclispe clean, maven clean goal, or manually deleting this folder has no effect, I always fail with this error status.

Any idea ?