Skip to Content

Feature missing

Posted in

Hi,

I try to create an feature using ant4eclipse, but only the plugins will be build the feature is missing :-(

I don't know whats wrong ? Does anyone else know whats wrong ?

My build xml looks like

<ant4eclipse:executeProjectSet 	
    workspaceDirectory="${workspaceDirectory}"										 
    projectNames="net.java.mirror.ercp.preview.feature">
 
    <ant4eclipse:forEachProject>
 
        <buildFeature workspaceDirectory="${workspaceDirectory}"
	              projectname="${executeProjectSet.project.name}"
	              targetplatformid="target.platform"
	              destination="${basedir}/destination"
	              packagePluginSourcesAsJar="false"/>
 
    </ant4eclipse:forEachProject>
 
</ant4eclipse:executeProjectSet>

Thanks,
André

Sorry wrong forum :-( I

Sorry wrong forum :-(
I reposted the question in PDE.