Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ When is the build.xml script executed?"

 
(See Also:)
 
Line 9: Line 9:
  
 
== See Also: ==
 
== See Also: ==
 
+
*[[FAQ What is the use of the build.xml file?]]
 
+
*[[FAQ How do I create an update site (site.xml)?]]
[[FAQ_What_is_the_use_of_the_%3Ctt%3Ebuild.xml%3C%2Ftt%3E_file%3F]]
+
 
+
 
+
[[FAQ_How_do_I_create_an_update_site_%28%3Ctt%3Esite.xml%3C%2Ftt%3E%29%3F]]
+

Latest revision as of 16:52, 30 May 2008

The build script for a plug-in is executed when you manually run the context menu command Run Ant... on a build.xml file. The build script is also executed when you export your plug-in project or when you click Build All... in the Update Site Editor.



See Also:

Back to the top