DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21989>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21989

Uptodate task optimization





------- Additional Comments From [EMAIL PROTECTED]  2003-07-30 12:31 -------
I reproduce the problem with this script :
<condition property="a" value="true">
<and>
  <available type="file" file="foobar" />
  <uptodate>
    <srcfiles dir="${src}/>
    <mapper type="merge" to="${test.jar}"/>
  </uptodate>
</and>
</condition>

and i get this log (verbose mode) :
[available] Found file: foo.jar
     [null] foo/bar1.java added as foo.jar is outdated.
     [null] foo/bar2.java omitted as foo.jar is up to date.
     [null] foo/bar3.java omitted as foo.jar is up to date.
     [null] foo/bar4.java omitted as foo.jar is up to date.
     [null] foo/bar5.java omitted as foo.jar is up to date.

but i tested with this script :
  <uptodate property="a" value="true">
    <srcfiles dir="${src}/>
    <mapper type="merge" to="${test.jar}"/>
  </uptodate>

and i get the same problem : it doesn't stop at first outdated file.
 [uptodate] foo/bar1.java added as foo.jar is outdated.
 [uptodate] foo/bar2.java omitted as foo.jar is up to date.
 [uptodate] foo/bar3.java omitted as foo.jar is up to date.
 [uptodate] foo/bar4.java omitted as foo.jar is up to date.
 [uptodate] foo/bar5.java omitted as foo.jar is up to date.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to