Bug 148135

Summary: java.io.FileNotFoundException
Product: [Tools] AspectJ Reporter: Wang Bin <wangbin777>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jimisola
Version: unspecified   
Target Milestone: 1.5.3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
The dialog shown for this defect none

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.