Difference between Export “Ant Buildfiles” and PDE Tools -> Create Ant Build File

非 Y 不嫁゛ 提交于 2020-01-05 07:54:10

问题


I want to create the Ant build script for my XText plugin. I read through few articles/tutorial for creating Ant script. I came across 2 ways of creating the Ant script automatically:

  1. On plug-in project Right click -> Export -> Ant Buildfiles
  2. Right click on the MANIFEST.MF or build.properties or feature.xml and PDE Tools -> Create Ant Build File.

Could someone let me the difference between the above 2 ways?


回答1:


Export...>Ant Buildfiles will generate a build.xml to build your project as a java project. PDE Tools > Create Ant Build File will create an ant file to build your project as a Plug-in Project (using PDE build).



来源:https://stackoverflow.com/questions/8306656/difference-between-export-ant-buildfiles-and-pde-tools-create-ant-build-fil

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!