< Previous | Next >

Lesson 2: Create a file for the Ant script

In this lesson, you create a file for the Apache Ant script that you are going to write.

To create the Ant script:

  1. In the Project Explorer view, right-click the AntTutorial project, and then click New > File.
  2. In the File name field, type publish.xml.
  3. Click Finish. The file publish.xml is added to your project.
< Previous | Next >

Feedback