path_to can't resolve space in path

2011-09-12 Thread Allen Riddle
All, Is there a way to get the path_to method to resolve a path that has a space in it's name? When I evaluate it with a space in the path, it returns everything after the space. Example: /some/path with_space/project evaultes to with_space/project Any thoughts? Thanks.

Re: path_to can't resolve space in path

2011-09-12 Thread Allen Riddle
When I run my project locally, there is no space in the fully qualified path to the following folder (~/projects/myproject is the home of the project): _('target/classes/com/rubinix/communication/messages') However, when the project is built on our build server, our ops guy set it up as a sub

Re: path_to can't resolve space in path

2011-09-12 Thread Rhett Sutphin
Hi Allen, On Sep 12, 2011, at 11:00 AM, Allen Riddle wrote: When I run my project locally, there is no space in the fully qualified path to the following folder (~/projects/myproject is the home of the project): _('target/classes/com/rubinix/communication/messages') However, when the

Re: path_to can't resolve space in path

2011-09-12 Thread Allen Riddle
Rhett, You are correct. I jumped the gun when debugging the code. I think there failure is happening elsewhere in the call stack when it tries to do a file copy. I don't think this is a buildr issue. Thanks for looking into it. On Mon, Sep 12, 2011 at 11:18 AM, Rhett Sutphin