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 directory in our existing build infrastructure, and a space is in the path (/existing/builds/path with_space/myproject), the aliased call to path_to returns everything after the space as it's result. On Mon, Sep 12, 2011 at 10:50 AM, Rhett Sutphin <rh...@detailedbalance.net>wrote: > Hi Allen, > > On Sep 12, 2011, at 10:46 AM, Allen Riddle wrote: > > > 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. > > Can you show us an actual call that has this behavior? > > Thanks, > Rhett >