Hmmm.

SystemIDResolverAPITest.java, line 121:

           baseURL = FILE_SCHEME + URL_SEP + baseURL + URL_SEP;

FILE_SCHEME is the literal "file://"
URL_SEP is the literal '/'

baseURL is the result of System.getProperty("user.dir").replace('\\','/')

So the issue appears to be disagreement between the operating systems over the expected form of System.getProperty("user.dir") and whether it is given as an absolute path starting with the filesystem separator character, though I would find that very surprising.

Deeper digging needed. When I'm awake.






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to