Hide Forgot
Description of problem: eclipse pdebuild fails with FileNotFoundException due to malformed file path: /usr/lib64/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/${eclipse.pdebuild.scripts}/genericTargets.xml This happens when somebody tries to download eclipse-pde from rawhide after 8th July. How reproducible: Steps to Reproduce: 1. On/after 8th July, do yum --enablerepo=rawhide install eclipse-pde 2. After installation, perform any pdebuild or rpmbuild for eclipse plugins. Actual results: The following error - BUILD FAILED /usr/lib64/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/build.xml:35: The following error occurred while executing this line: /usr/lib64/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/build.xml:91: The following error occurred while executing this line: /usr/lib64/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/templates/package-build/customTargets.xml:19: The following error occurred while executing this line: java.io.FileNotFoundException: /usr/lib64/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/${eclipse.pdebuild.scripts}/genericTargets.xml (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:137) at ... ... Total time: 1 second An error has occurred. See the log file /home/kleung/workspace/.metadata/.log. error: Bad exit status from /var/tmp/rpm-tmp.RLehvc (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.RLehvc (%build) Expected results: A successful build. Additional info:
The root cause of this is the org.eclipse.pde.build bundle not being present (it provides the ${eclipse.pdebuild.scripts} ant variable). This means that eclipse-pde's contents aren't being loaded from dropins. I'm pretty sure this is a duplicate of bug #719128.
Is this bug still present?
Almost a month without response. Closing. *** This bug has been marked as a duplicate of bug 719128 ***