ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/apache-ant/pkg-descr
Revision: 342
Committed: Wed Oct 4 16:13:30 2006 UTC (17 years, 8 months ago) by laffer1
File size: 447 byte(s)
Log Message:
add apache-ant

File Contents

# Content
1 Apache Ant, a Java-based build tool, conceptually similar to make.
2
3 Ant uses XML build files that defines a set of targets. Each target
4 has dependencies (other targets) and contains a set of tasks to
5 perform.
6
7 There are tasks for various things, like compiling ("javac"),
8 copying ("copy"), deleting ("delete"), executing other programs
9 ("java", "exec", "execon", etc.), stylesheet transformations
10 ("style") and so on.
11
12 WWW: http://ant.apache.org/

Properties

Name Value
cvs2svn:cvs-rev 1.1