Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Feature exporting with source to Update Site
Feature exporting with source to Update Site [message #269880] Thu, 02 September 2004 15:25
Eclipse UserFriend
The feature export wizard code does not allow exporting with the source.
Is there a reason for this restriction? I see in the source code for
org.eclipse.pde.internal.ui.wizards.exports.FeatureExportJob
this method:

private String[] getBuildExecutionTargets() {
if (fExportSource && fExportType != EXPORT_AS_UPDATE_JARS)
return new String[] {"build.jars", "build.sources", "gather.logs"};
return new String[] {"build.jars", "gather.logs"};

This is where the restriction is implemented, and it is quite deliberate
about it. But why?

Mike Gering
Previous Topic:Persist fileset as in build.properties and evaluate the ant fileset inside my plugin?
Next Topic:JNI in eclipse plugin
Goto Forum:
  


Current Time: Wed May 14 15:09:58 EDT 2025

Powered by FUDForum. Page generated in 0.04076 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top