Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359953 - Stackoverflow Exception when Building update site with feature that includes org.eclipse.gmf.sdk.experimental
Summary: Stackoverflow Exception when Building update site with feature that includes ...
Status: CLOSED FIXED
Alias: None
Product: GMF-Tooling
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 critical (vote)
Target Milestone: 3.0M3   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 05:08 EDT by Ralph Gerbig CLA
Modified: 2011-10-31 08:16 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Gerbig CLA 2011-10-05 05:08:58 EDT
Build Identifier: M20110810-0800

1) Create a feature that includes the following feature:
org.eclipse.gmf.sdk.experimental
2) Build this feature in order to create a update site
3) During the ant script creation the following exception is thrown. The org.eclipse.gmf feature works fine but does not contain the svg plugin..

An internal error occurred during: "Build Site".

java.lang.StackOverflowError
	at java.util.Vector.copyInto(Unknown Source)
	at org.eclipse.pde.internal.core.feature.Feature.getPlugins(Feature.java:89)
	at org.eclipse.pde.internal.core.exports.FeatureExportOperation.deleteBuildFiles(FeatureExportOperation.java:361)
	at org.eclipse.pde.internal.core.exports.FeatureExportOperation.deleteBuildFiles(FeatureExportOperation.java:357)
	at org.eclipse.pde.internal.core.exports.FeatureExportOperation.deleteBuildFiles(FeatureExportOperation.java:357)
	at org.eclipse.pde.internal.core.exports.FeatureExportOperation.deleteBuildFiles(FeatureExportOperation.java:357)...

Reproducible: Always
Comment 1 Mickael Istria CLA 2011-10-28 09:14:30 EDT
Could you please retry your use-case with the new 2.4.0 release?
Comment 2 Ralph Gerbig CLA 2011-10-31 08:14:36 EDT
Everything works fine with the build from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases/
Comment 3 Mickael Istria CLA 2011-10-31 08:15:59 EDT
Thanks Ralph!