Ant build.xml File Generation - magic-lantern-studio/mle-documentation GitHub Wiki
This page describes how to create an Ant build.xml configuration for a Magic Lantern Java project. The generated file will use the Eclipse installation environment to compile the project.
- In the Eclipse IDE, right-click on the Magic Lantern Java project. Select Export....
- In the Export dialog, select the General->Ant Buildfiles menu item. Click on the Next> button.
- Select the projects to use to generate the Ant buildfiles (for example, com.wizzer.mle.math). Click the Finish button.
A build.xml file will be generated at the top of the project directory structure.
This buildfile may now be used to run Ant command-line instructions from a console terminal.