Bug 263469 - unable to write compilation result for versioned file
Summary: unable to write compilation result for versioned file
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: IDE (show other bugs)
Version: 1.6.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-03 10:18 EST by Noa CLA
Modified: 2009-02-03 11:56 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?