Bug 42574

Summary: -extdirs does not pick up .zip files as java does
Product: [Tools] AspectJ Reporter: Wes Isberg <wes>
Component: CompilerAssignee: Jim Hugunin <jim-aj>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.1.0   
Target Milestone: 1.2   
Hardware: PC   
OS: Windows NT   
Whiteboard:
Attachments:
Description Flags
Bug fix. aclement: iplog+

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.