[Yanel-dev] [Bug 5338] Binary snapshot does not work on Windows when installed within directory with spaces in name

bugzilla-daemon at bugzilla.wyona.com bugzilla-daemon at bugzilla.wyona.com
Wed May 16 02:48:49 CEST 2007


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=5338





------- Additional Comments From jonathan.addison at wyona.com  2007-05-16 02:48 -------
In ResourceTypeRegistry.java I tried changing all instances of:
resourceTypeConfigFile =
FileUtil.file(configFile.getParentFile().getAbsolutePath(),
resourceTypeConfigFile.toString());

with:
resourceTypeConfigFile = FileUtil.resolve(configFile.getParentFile(),
resourceTypeConfigFile);

but this didn't fix the error.


I also noticed in RealmManager that there is a separate method called
resolveFile() with a note saying it should be replaced with something like the
FileUtil.resolve method above.

Is there a reason that FileUtil.resolve wasn't used in the first place?  Or
better said, could it be replaced now?



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Yanel-development mailing list