Bug 45897 - uppercase JAR and ZIP suffixes not permitted in classpath entries
Summary: uppercase JAR and ZIP suffixes not permitted in classpath entries
Status: RESOLVED WONTFIX
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.1.1   Edit
Hardware: PC Windows NT
: P3 minor (vote)
Target Milestone: 1.2   Edit
Assignee: Jim Hugunin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 50025
Blocks:
  Show dependency tree
 
Reported: 2003-10-31 18:04 EST by Wes Isberg CLA
Modified: 2004-01-14 16:27 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wes Isberg CLA 2003-10-31 18:04:49 EST
The JDT's ..batch.FileSystem() constructor only accepts lowercase .zip and .jar
and silently ignores other entries, which affects any such entry on the
classpath.  (Java and Javac both handle uppercase-suffixed files fine.)  Test
case checked in, uses libraries tests/bugs/extdirs/lib/uppercase.
Comment 1 Jim Hugunin CLA 2004-01-14 11:33:26 EST
This is a bug in the jdt batch compiler.  This bug should be raised against 
org.eclipse.jdt.core.  When they fix it we'll pick up their fix.
Comment 2 Wes Isberg CLA 2004-01-14 16:27:24 EST
Done - see bug 50025.  If this were resolved as LATER, then after incorporating
their fix we'd have a trigger to revive the test, if not to add test cases for
the many paths by which classpath entries are added.