cvs with ant

2004-12-31 Thread Radha Sangal
I know there is a cvs task in ant to checkout project. Is there any task to update a cvs project? I mean to include checkout-update-checkin process all in one ? We have a big application which is not updated since long into cvs. To checkout that is taking very long. I m doing it presently with

Re: Which For ANT

2004-12-31 Thread Antoine Levy-Lambert
In Ant 1.6.2 there is a whichresource task, which allows you to find a class or a resource in a classpath. Cheers, Antoine > Is there a "which" type feature for ANT that would allow me to discover > which task ant is executing? Let's just say that I have "a few" tasks, and > some overriding going

unjar/unzip timestamp question

2004-12-31 Thread EJ Ciramella
When I extract a jar/zip file that was created on a windows machine on a unix machine, the timestamps are ignored and the time of extraction is used instead. Is there any way around this? - To unsubscribe, e-mail: [EMAIL PROTEC