Ant - Module

Card Puncher Data Processing

Ant - Module

About

Ant doesn't defined the notion of module.

Directory Structure

! See Search for Directory Structures

modulename
  |-- src/
  |-- test/
  |-- etc/
  |-- target/
 build.xml

where:

  • src is the directory that contains the source code
  • test is the directory that contains the test code
  • etc is generally a directory reserved for configuration file. See als Etc
  • target is the directory where all generated files during the build process will be saved (The directory name is borrowed from Maven)







Share this page:
Follow us:
Task Runner