Bug 4915 - JCK 1.4 - need a major compiler switch for 1.3 / 1.4 mode
Summary: JCK 1.4 - need a major compiler switch for 1.3 / 1.4 mode
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 3231
  Show dependency tree
 
Reported: 2001-10-12 06:31 EDT by Philipe Mulet CLA
Modified: 2002-01-14 11:45 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 Philipe Mulet CLA 2001-10-12 06:31:39 EDT
We cannot reuse the -source option to do the proper thing. We need a real 
option we can test for compliance.
Comment 1 Philipe Mulet CLA 2001-12-13 05:03:24 EST
Added option to JavaCore named "org.eclipse.jdt.core.compiler.compliance" 
(value can be "1.3" or "1.4", default is 1.3) and command line argument for the 
batch compiler (-jck 1.3 or 1.4, default is 1.3).