Bug 148135 - java.io.FileNotFoundException
Summary: java.io.FileNotFoundException
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.5.3   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 18:54 EDT by Wang Bin CLA
Modified: 2006-08-08 09:15 EDT (History)
1 user (show)

See Also:


Attachments
The dialog shown for this defect (28.61 KB, image/png)
2006-06-21 18:56 EDT, Wang Bin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wang Bin CLA 2006-06-21 18:54:14 EDT
java.io.FileNotFoundException
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.copyResourcesFromFile(AjBuildManager.java:478)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.copyResourcesToDestination(AjBuildManager.java:424)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.doBuild(AjBuildManager.java:320)
at org.aspectj.ajdt.internal.core.builder.AjBuildManager.batchBuild(AjBuildManager.java:161)
at org.aspectj.ajde.internal.CompilerAdapter.compile(CompilerAdapter.java:122)
at org.aspectj.ajde.internal.AspectJBuildManager$CompilerThread.run(AspectJBuildManager.java:191)

FileNotFoundException thrown: D:\workspaces\602\test.mqjms.deploy\validation\copyright.txt (ϵͳÕÒ²»µ½Ö¸¶¨µÄ·¾¶¡£)
Comment 1 Wang Bin CLA 2006-06-21 18:56:25 EDT
Created attachment 45045 [details]
The dialog shown for this defect
Comment 2 Andrew Clement CLA 2006-06-22 03:48:13 EDT
that line of code has moved in the latest builds (you dont say what version you are on).  Please try a more recent build as we have fixed bugs related to resource copying...
Comment 3 Wang Bin CLA 2006-06-22 09:55:26 EDT
I used ajdt_1.3.1_for_eclipse_3.1.zip on Eclipse 3.1.2
Comment 4 Andrew Clement CLA 2006-07-06 03:46:05 EDT
I believe this is bug 148055 - Matt has fixed it in AJDT 1.4.0 and backported the fix to AJDT 1.3.2.  The stack trace is identical.  please download AJDT 1.3.2 (you will have to get a dev build of it - from the bottom of the AJDT download page).
Comment 5 Andrew Clement CLA 2006-08-08 09:15:47 EDT
no activity for a month - presume fixed.