|
From: Paul D. <pa...@le...> - 2005-04-26 13:58:09
|
Hi, I've got wrapper working quite well in my testing thus far.. thanks for a nice product! When I shifted to test my application on Windows, I ran into a problem where wrapper basically blows up when a space character is in a file name/path. To be fair, I don't know that this is really wrappers fault, but I have a line like this: wrapper.java.additional.1=-Dmyapp.root=d:\Program Files\My Application\ For example, and it will simply error and not pull the whole element together. I've tried variations by putting quotes around the file path, the whole definition, and double quoting (which I understand is a windows batch file escape to get a quote) but nothing seems to work. Does anybody have a pointer on how to solve this problem? I haven't tested this on unix, but I don't normally have spaces in my directories there. thanks, paul |