File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Engineering
»
Ant, Maven and Other Build Tools
Author
ANT and dependencies
Ronnie Phelps
Ranch Hand
Joined: Mar 12, 2001
Posts: 329
posted
Dec 06, 2002 15:58:00
0
Using
ant
, how can I compare the update times of two files before executing a command?
Lewin Chan
Ranch Hand
Joined: Oct 10, 2001
Posts: 214
posted
Dec 09, 2002 04:00:00
0
Use the up2date task
<up2date property="srcfile.newer" srcfile="fileA" targetfile="fileB"/>
or use the more generic condition task.
L
I have no java certifications. This makes me a bad programmer. Ignore my post.
Ronnie Phelps
Ranch Hand
Joined: Mar 12, 2001
Posts: 329
posted
Dec 09, 2002 07:58:00
0
That's it. Thanks.
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: ANT and dependencies
Similar Threads
Advanced Java 2 How to Program by Deitel et. al.
Ant?
WA #1.....word association
jdo and eclipse
How to use JUnit with Eclipse ?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter