Bug 170244

Summary: Unexpanded embedded jars not natively-compiled
Product: [Fedora] Fedora Reporter: Andrew Overholt <overholt>
Component: java-1.4.2-gcj-compatAssignee: Gary Benson <gbenson>
Status: CLOSED NOTABUG QA Contact:
Severity: medium 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-10-10 13:07:10 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:
Bug Depends On: 162443    
Bug Blocks: 159880, 165966, 166306    

Description Andrew Overholt 2005-10-10 00:52:40 UTC
Description of problem:
With python-2.4.1-2 (it could have been -1), aot-compile-rpm compiled embedded
jars, but with python-2.4.1-14 it does not.

jdtCompilerAdapter.jar is embedded in org.eclipse.jdt.core_3.1.0.jar (its
classes are not expanded, however), but is also extracted during Eclipse build
for creating /usr/bin/ecj.  This is jar that made me notice this.

Version-Release number of selected component (if applicable):
java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp_51rh

How reproducible:
Always.

Steps to Reproduce:
1. Attempt to build Eclipse in rawhide
  
Actual results:
aot-compile-rpm: warning: subsetted
/var/tmp/eclipse-3.1.0_fc-15-buildroot/install/usr/share/eclipse/plugins/jdtCompilerAdapter.jar

Expected results:
jdtCompilerAdapter.jar is compiled.

Additional info: