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: