This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191350

Summary: maven clean impossible
Product: projects Reporter: albgorski
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description albgorski 2010-10-26 11:23:14 UTC
Product Version = NetBeans IDE 7.0 M2 (Build 201010151251)
Operating System = Linux version 2.6.35-22-generic running on i386
Java; VM; Vendor = 1.6.0_12
Runtime = Java HotSpot(TM) Client VM 11.2-b01

I created Maven Enterprise Application (ear, ejb, and web modules for version 6.0).
When I call clean target from NB 7 (mvn clean) I got an exception:
....
[INFO] Failed to delete directory: /media/Daten/develop/projekte_test/nb_jee_mvn/nb_jee_mvn-ejb/target. Reason: Unable to delete directory /media/Daten/develop/projekte_test/nb_jee_mvn/nb_jee_mvn-ejb/target/endorsed
...
In the ...target/endorsed exists a file: .fuse_hiddenXXXXXXXXXXXX
where XXXXXXXX is a number.

When I close NB and call maven from a hand it works fine - so it looks like NB specific file which is associated with opened project.

I use:
Linux xxxxx-ubuntu 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 i686 GNU/Linux
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)
Comment 1 Jesse Glick 2011-05-25 15:34:07 UTC
Probably same as bug #195195, fixed in 7.0 FCS (though a priority follow-up fix is in Patch 1). I do not know what .fuse_hiddenXXXXXXXXXXXX is, however; are your projects stored on some unusual kind of FS mount?

*** This bug has been marked as a duplicate of bug 195195 ***