How to add builder (ant script) with Eclipse project template plugin? -
in our manually setup (c) project use ant script (added builders) processing files.
i have created eclipse c project template plugin new projects creation. automatically add ant script builder template, don't know how.
does have advice/example?
thanks.
afaik no 1 has provided "process runner" allows such configuration of other aspects of project.
what can add own subclass of org.eclipse.cdt.core.templateengine.process.processrunner lets configure other aspects of project, such additional builders. eclipse extension point need org.eclipse.cdt.core.templateprocesstypes.
Comments
Post a Comment