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 246830 - Every action (build and clean) that I take on the projects on HD D:.
Summary: Every action (build and clean) that I take on the projects on HD D:.
Status: RESOLVED INCOMPLETE
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-02 14:15 UTC by igor.trindade
Modified: 2014-09-12 11:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (550.26 KB, text/plain)
2014-09-02 14:15 UTC, igor.trindade
Details

Note You need to log in before you can comment on or make changes to this bug.
Description igor.trindade 2014-09-02 14:15:50 UTC
java.io.FileNotFoundException: D:\OptiRail_Workspace\Dev\OptiRailWorkspace\005_Auth_Handler_Service\AuthenticationService\build\built-clean.properties (O processo não pode aceder ao ficheiro porque este está a ser utilizado por outro processo)
	at java.io.FileOutputStream.open(Native Method)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
	at org.apache.tools.ant.taskdefs.optional.PropertyFile.writeFile(PropertyFile.java:245)
	at org.apache.tools.ant.taskdefs.optional.PropertyFile.execute(PropertyFile.java:145)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:286)
	at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:555)
	at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)
BUILD FAILED (total time: 0 seconds)


Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_20-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.20-b15
Comment 1 igor.trindade 2014-09-02 14:15:58 UTC
Created attachment 149006 [details]
IDE log
Comment 2 Tomas Stupka 2014-09-02 14:27:15 UTC
sounds like the files on D: are held by some another process - 

any chance to check if some other application is accessing them?
maybe some antivirus running? 
is it only build and clean, or aren't you able to edit them from the ide as well?
Comment 3 Tomas Stupka 2014-09-12 11:02:52 UTC
any update on this?