Bug 28130 - 1.3 incompatible compile when target, source set to "1.3" using 1.4.* vm
Summary: 1.3 incompatible compile when target, source set to "1.3" using 1.4.* vm
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-12-11 15:14 EST by Darin Swanson CLA
Modified: 2002-12-12 15:44 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 Darin Swanson CLA 2002-12-11 15:14:58 EST
Using the "buildExtraJAR.xml" files which have target and source set to 1.3, it 
appears that 1.3 incompatible class files are generated if building with 1.4.*
Comment 1 Darin Swanson CLA 2002-12-11 16:10:26 EST
I could not reproduce the problem...tried generating the JARs on 1.4.2 and 
exporting the plugin and then relaunching on 1.3.1. Also tried generating the 
JARs on 1.4.2 and then launching selfhosting on 1.3.1.

But we were missing the target and source attributes so it should be possible.
Fixed in org.eclipse.externaltools.ui/scripts/buildExtraJar.xml by setting the 
target and source.
Comment 2 Darin Wright CLA 2002-12-12 15:44:20 EST
Verified.