Bug 263469

Summary: unable to write compilation result for versioned file
Product: [Tools] AspectJ Reporter: Noa <noa.drach>
Component: IDEAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: andrew.eisenberg, noa.drach
Version: 1.6.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Noa CLA 2009-02-03 10:18:43 EST
I have an aspectj project in eclipse. 
After the project was added to TFS i made changes to the aspect and when i save it i get the following error

java.io.FileNotFoundException
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.aspectj.util.FileUtil.makeOutputStream(FileUtil.java:1270)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager$4.writeDirectoryEntry(AjBuildManager.java:1076)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager$4.acceptResult(AjBuildManager.j ... nal.events.AutoBuildJob.run(AutoBuildJob.java:238)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

unable to write compilation result

eclipse version:
Version: 3.4.1
Build id: M20080911-1700

plug-in version:
Eclipse AspectJ Development Tools

Version: 1.6.2.20090105113441
AspectJ version: 1.6.3.20081028135200
Comment 1 Andrew Eisenberg CLA 2009-02-03 11:09:12 EST
Does your project use any linked source folders or external paths?
Comment 2 Noa CLA 2009-02-03 11:25:43 EST
No, nothing.

I'll try to research it also through the TFS plug-in providers because i also get in that project the message 

unable to copy resource to output folder: 'META-INF/MANIFEST.MF' - reason: C:\...\Aspects\bin\META-INF\MANIFEST.MF (Access is denied)
Comment 3 Andrew Eisenberg CLA 2009-02-03 11:56:32 EST
What is TFS?

Is this part of your filesystem writable?  Do you have any other programs that might put a lock on that part of the filesystem?