Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 359953

Summary: Stackoverflow Exception when Building update site with feature that includes org.eclipse.gmf.sdk.experimental
Product: [Modeling] GMF-Tooling Reporter: Ralph Gerbig <ralphgerbig>
Component: CoreAssignee: Project Inbox <gmp.gmf-tooling-inbox>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: borlander, mistria
Version: unspecified   
Target Milestone: 3.0M3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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!