You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by James Asher <th...@yahoo.com> on 2003/07/02 21:53:51 UTC

error?

Maybe I'm missing something pretty simple, but I
dunno. I'm trying to set up a condition to see if all
my files are up to date.

These are the two files in my ${test.dir}  
-rwxrw----   1 asher    www         5650 Jun  6 16:40
EidUTest.java
-rwxrw----   1 asher    www         1079 Jun  6 16:39
GoogleUTest.java

These are the two files in my ${build.dir} 
-rw-r-----   1 asher    www         3693 Jul  2 13:59
EidUTest.class
-rw-r-----   1 asher    www         1047 Jul  2 13:59
GoogleUTest.class


my condition is like this: 
<uptodate>
  <srcfiles dir="${test.dir}" excludes="**/*.java"/>
  <mapper type="glob" from="*" to="${build.dir}/*"/>
</uptodate>

Yet, I keep getting a false on it, what's up?

Thanks, 
James


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org