Bug 42574 - -extdirs does not pick up .zip files as java does
Summary: -extdirs does not pick up .zip files as java does
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.1.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 1.2   Edit
Assignee: Jim Hugunin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-04 18:43 EDT by Wes Isberg CLA
Modified: 2012-04-03 16:06 EDT (History)
0 users

See Also:


Attachments
Bug fix. (1.07 KB, patch)
2003-10-15 18:08 EDT, George Harley CLA
aclement: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wes Isberg CLA 2003-09-04 18:43:20 EDT
ajc does not pull zip files in the jre/lib/ext directory into the classpath. 
(It looks only for ".jar" files, not ".zip" or ".JAR"...)
Comment 1 George Harley CLA 2003-10-15 18:08:07 EDT
Created attachment 6435 [details]
Bug fix.

I also have a test case for this that can be added to the harness.
Unfortunately I can't supply that as a patch since it involves a new and, so
far, unmanaged directory under tests/bugs. I will supply details to Adrian by
email.
Comment 2 Wes Isberg CLA 2003-10-31 18:01:52 EST
I checked into the head a test case and a fix after updating the harness to
support extdirs.  Thanks to George for his suggestions on both points.
Comment 3 Adrian Colyer CLA 2004-03-19 09:50:32 EST
updating target flag to indicate inclusion in 1.2 release.