Unfortunately, if you use platform-specific file separators, your build.xml doesn't work on all platforms. If you mandate a standard file representation for Ant, any characters you choose will probably be a pain for someone, but at least you can build cross-platform. (In the extremely unlikely case that, e.g. the path separator was ; and a filename included ;, you would use character escaping: \; )


-- Robin

260+ Open Source Java links! http://directory.mozilla.org/Computers/Programming/Languages/Java/Open_Source/

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



Reply via email to