Community
Participate
Working Groups
Created attachment 193184 [details] sample build log I'm trying to implement the shared license feature in Eclipse. I reuse the shared license from Eclipse CVS. ### shared license feature feature@org.eclipse.license=v20110208,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,,org.eclipse.sdk-feature/features/org.eclipse.license However, I get a lot of exceptions in the build log but they do not seem to fail the build (sample attached). As a result I do not see the features in the resulting repo (which causes a subsequent failure).
BTW, this happens with the R37_M5 as well as the R37_M6 base builder tag.
feature.xml header looks like this: <?xml version="1.0" encoding="UTF-8"?> <feature id="org.eclipse.gyrex.features.server" label="%featureName" version="1.0.0.qualifier" provider-name="%providerName" license-feature="org.eclipse.license" license-feature-version="1.0.0.qualifier"> ... (no <license...> in feature.xml) build.properties looks like this: bin.includes =\ feature.xml,\ feature.properties
Created attachment 193185 [details] build.properties
Created attachment 193186 [details] feature.properties
Created attachment 193187 [details] feature.xml
May be related to bug 338835. Investigating.
(In reply to comment #6) > May be related to bug 338835. Investigating. Confirmed. *** This bug has been marked as a duplicate of bug 338835 ***