Hi,
Looks like there's been a regression in F13, because this builds perfectly on F12:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1794704
This is the interesting part of the build log:
/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.5.1.R35x_20090820/scripts/build.xml:35: The following error occurred while executing this line: /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.5.1.R35x_20090820/scripts/build.xml:91: The following error occurred while executing this line: /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.5.1.R35x_20090820/templates/package-build/customTargets.xml:19: The following error occurred while executing this line: java.io.FileNotFoundException: /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.5.1.R35x_20090820/scripts/${eclipse.pdebuild.scripts}/genericTargets.xml (No such file or directory)
Why is ${eclipse.pdebuild.scripts} not defined?
Why is ${eclipse.pdebuild.scripts} not defined?
That variable is defined as an extension by the org.eclipse.pde.build bundle. If it's not defined, that bundle isn't being loaded. I do see that it got installed according to root.log but since it's in dropins, there's no diagnosis (awesome, I know). The next step is to see if we can duplicate locally. Please file a bug so we can track this. Thanks, Mat.
Andrew
2009/11/9 Andrew Overholt overholt@redhat.com:
Why is ${eclipse.pdebuild.scripts} not defined?
That variable is defined as an extension by the org.eclipse.pde.build bundle. If it's not defined, that bundle isn't being loaded. I do see that it got installed according to root.log but since it's in dropins, there's no diagnosis (awesome, I know). The next step is to see if we can duplicate locally. Please file a bug so we can track this. Thanks, Mat.
Andrew
Done: https://bugzilla.redhat.com/show_bug.cgi?id=533935
I tried some local builds with the current F13 build of eclipse but couldn't get it to fail, which is a little disconcerting...
java-devel@lists.fedoraproject.org