processing/processing

ant clean sometimes fails on Windows due to `javac` locking issues in ant

Fermée

#2 537 ouverte le 24 mai 2014

 (5 commentaires) (0 réaction) (0 personne assignée)Java (1 540 forks)batch import
help wantedwindows

Métriques du dépôt

Stars
 (6 431 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

ant clean is repeatedly failing. For 2 separate methods that were giving method not found exceptions (because I deleted them), I closed Processing, checked that javaw.exe wasn't running (jqs.exe was still running, but killing it didn't help), and ran ant clean, but saw the following:

// ....
windows-clean:
   [delete] Deleting directory c:\Program Files (dev)\Processing\build\windows\work

BUILD FAILED
c:\Program Files (dev)\Processing\build\build.xml:740: Unable to delete directory c:\Program Files (dev)\Processing\buil
d\windows\work

Total time: 11 seconds

The only way I found to resolve this the both times was to log out and back in. What is happening? WinXP SP3, x86.

Guide contributeur