Bug 4915

Summary: JCK 1.4 - need a major compiler switch for 1.3 / 1.4 mode
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on:    
Bug Blocks: 3231    

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).