Mirko Raner - 2011-07-30

This problem usually manifests itself in the log like this:

[exec] [ebuilder] Building feature and update site...
[exec] [ebuilder] Feature project: com.intuit.eclipse.xtext.thx.feature
[exec] [ebuilder] BUILD FAILED

Only if the feature project was actually found, ebuilder will list the destination folder and build ID:

[exec] [ebuilder] Building feature and update site...
[exec] [ebuilder] Feature project: com.intuit.thx.feature
[exec] [ebuilder] Destination folder is c:\users\hudson\workspace\iHelp\updates
[exec] [ebuilder] Build ID is r0019
[exec] [ebuilder] Exporting feature...
[exec] [ebuilder] Waiting for job: org.eclipse.pde.internal.core.exports.FeatureExportOperation
[exec] [ebuilder] Finished job: org.eclipse.pde.internal.core.exports.FeatureExportOperation
[exec] [ebuilder] Update site created.
[exec] [ebuilder] BUILD SUCCESSFUL

If you don't see the destination folder or build ID this indicates that there is a problem with the feature project (misspelled, missing from workspace, etc.)