$ Date: 2004/12/27 13:05:44 $ ID: JUnit.html, V 1.5 2004/12/27 13:05:44 George Exp $
HOW TO PUILD NUMBER INTO A JAR PACKAGE. 1. in Init Task, We Should Use Ant's TSTAMP TO GET The Current Time When Building.
PropertyFile>
target>
2. In Jar Task, Use Echo to Write What You Want Into A File, The Jar Your Java Package.
Manifest-version: 1.0sealed: false
Author: $ {user.name}
Pattern-Version: $ {Version}
Build-Date: $ {Today}
Build-Time: $ {tstamp}
Build-number: $ {build.count}
echo>
target>