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 198392 - IDE locking files - resulting in externally run build failures
Summary: IDE locking files - resulting in externally run build failures
Status: RESOLVED DUPLICATE of bug 195288
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 14:22 UTC by velodiver
Modified: 2011-05-06 14:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description velodiver 2011-05-06 14:22:25 UTC
Freeform project, Java 6.0_25x64:

I build, deploy, start/stop the weblogic server/app from ant targets in a separate command window. I have build this way for years.  
With NB 7.0, these actions fail most of the time with an (Access is denied )


 For instance:

BUILD FAILED
C:\IQN\1042.0\build.xml:2275: Failed to copy
C:\IQN\1042.0\src\java\com\iqnavigator\integration\user\user-message-bus.xml to C:\IQN\1042.0\package\FO-Shared\APP-INF\classes\com\iqnavigator\integration\user\user-message-bus.xml
due to java.io.FileNotFoundException 
C:\IQN\1042.0\package\FO-Shared\APP-INF\classes\com\iqnavigator\integration\user\user-message-bus.xml
(Access is denied)


Not only must I close the project, I have to close the IDE to get past the issue.
Comment 1 Jesse Glick 2011-05-06 14:53:58 UTC

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