Bug 157438

Summary: ecj bootstrap sets compile properties and then ignores them
Product: [Fedora] Fedora Reporter: Robin Green <greenrd>
Component: eclipseAssignee: eclipse-bugs
Status: CLOSED UPSTREAM QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-11 17:55:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robin Green 2005-05-11 17:44:17 UTC
Description of problem:
The ant files for ecj bootstrap in the eclipse source rpm set some compile
properties and then ignore them. Either the properties should be deleted if they
are unnecessary, or they should be used.

Version-Release number of selected component (if applicable):
eclipse-3.1.0_fc-0.M6.15

How reproducible:
Every time

Steps to Reproduce:
1. Try to change javacTarget in
/usr/src/redhat/BUILD/eclipse-3.1.0_fc/jdtcoresrc/compilejdtcore.xml before building
  
Actual results:
No effect

Expected results:
major.minor number of generated class files should be changed

Additional info:
Yes, I did check that the rpmbuild had not overwritten my change to
compilejdtcore.xml. The problem occurs because the compile properties are not
passed to the javac task.

Comment 1 Andrew Overholt 2005-05-11 17:55:12 UTC
This is an upstream bug.

Comment 2 Robin Green 2005-05-11 18:42:10 UTC
Whoops! Now filed as https://bugs.eclipse.org/bugs/show_bug.cgi?id=94813. Sorry
about that.