AW: Idea-- Tstamp attribute

2005-10-20 Thread Jan.Materne
Mmh, some thoughts: First thought was: why you need that? Just do a $ant -Dlogdate=20050511 and you´ll get it. But maybe there are more derived dates... Then have a look at the format... check and throw the BuildEx for your own --> which pattern? should be the same as sp

Idea-- Tstamp attribute

2005-10-20 Thread 須佐忠弘
Hi, I want to add "value"attribute to TstampTask. Please let me know if there are any problem in this idea or better ideas . Thanks, --usage-- ant -Dday=20051011 clean.logfile ... [delete]/var/log/20050511/*.log --dir-- /var/log/20050510/*.log /var/log/20050511/*.log /var/log/20050512/*.log .