| Author |
manifest task
|
Manish Hatwalne
Ranch Hand
Joined: Sep 22, 2001
Posts: 2559
|
|
How do I add value of "now" in the manifest attribute of ANT? If I use "TODAY", it simply gives me the datte, whereas I need both date and time. <attribute name="Build-Date" value="${TODAY}" /> TIA, - Manish
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Have a look in the ant manual at the <tstamp /> task.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: manifest task
|
|
|