quality@glassfish.java.net

Glassfish undeploy still holds references to files

From: Jose Noheda <jose.noheda_at_gmail.com>
Date: Tue, 23 Sep 2008 15:44:28 +0200

Hi,
I didn't comment it before because I've never been sure if it is more a
Netbeans problem or a Glassfish one. But trying to clean&build from Netbeans
an already deployed application always generate:

do-clean:
Deleting directory C:\...\demo\build
C:\...\demo\nbproject\build-impl.xml:884: Unable to delete file
C:\...\demo\build\web\WEB-INF\lib\antlr.jar
BUILD FAILED (total time: 18 seconds)

where the actual JAR depends on the application and your luck (usually is
something related to Hibernate/JPA).

Stopping the server allows the operation.

Do you think is something worth a bug report?

Regards