>>>>> "SL" == Steve Loughran <[EMAIL PROTECTED]> writes:

 SL> What does ant do when it hits a '\'? Or ':'?

As long as Ant expects a filename or a path it will convert it to the
local settings - kind of, c:\autoexec.bat will be a path consisting of
a single file on Windows and a path consisting of two files (a and
/autoexec.bat) on Unix. But this should be the only thing you need to
think about.

Stefan

Reply via email to