You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/07 16:04:50 UTC

DO NOT REPLY [Bug 19727] - does not find file

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=19727>.
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=19727

<property> does not find file

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From bodewig@apache.org  2003-05-07 14:04 -------
Don't use resource when you are looking for a file, there is a difference between
those attributes (resources searches in your CLASSPATH).  Please see the manual
of the property task for more details.

BTW, there is no reason to use ${file.separator}, Ant will get it right
automatically, no matter whether you use / or \.