Closed awwwis closed 8 years ago
my project's absolute paths have spaces on the folder name and wsadmin doesn't detect them as one argument. I moved the logic here instead of passing them quoted from was-util's Command class.
missed to include import statements
I decided to make the changes in was-utils. By adding a pair of double quotes around if the path contains whitespaces.
my project's absolute paths have spaces on the folder name and wsadmin doesn't detect them as one argument. I moved the logic here instead of passing them quoted from was-util's Command class.