james abley - 2005-07-30

Logged In: YES
user_id=846246

To tighten up the terminology, the path separator is the
character that delimits items on the PATH; i.e. the
environment variable that is searched for executables /
scripts. This is different on Windows and Unix.

The specific problem here is with file separators, used to
delimit directories in a file name. The assertion that path
handling is hard-coded to use the Windows separator char
looks to be correct. I'll fix and test on my Linux box to
confirm, then I'd like to submit a patch. The source tree
doesn't appear to be in Sourceforge CVS though - just as
part of the distributed jar file?

How would you like a patch to be submitted?

Regards,

James