March 31, 2010 by andre
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é
- Login to post comments
Re: Missing Feature
Hi André,
it is not necessary to iterate over a project set with only one file, you can call the buildFeature macro directly.
However, that doesn't have anything to do with the missing feature. Can you please run your build with -verbose and mail me the output as an attachment (please do not inline the output in your mail!).
Regards,
gerd