Re: How to Escape White Spaces in a Config File

2013-04-18 Thread Scot P. Floess
Any chance we can see a snippet of what you are attempting? What type of config file? On Wed, 17 Apr 2013, patomica wrote: How do i escape white spaces in a config file and not replace them. Like for example: C:\Users\Donald\Desktop\Donald Files\wowchat\proj-sna-vnet-us\liveagent/target/bu

Re: basedir setting not working?

2013-04-18 Thread Michael Niemand
Ok, nevermind, I've found the problem. In the ant script I call the other ant script, I set the "dir" property to location A, so the basedir is taken from there ... On Thu, Apr 18, 2013 at 1:07 PM, Michael Niemand wrote: > Thanks Jan, > > I check out the project to 2 different locations. Henc

AW: basedir setting not working?

2013-04-18 Thread jhm
Usually you should have the basedir="." - or leave it empty (...). All paths "inside the project" should be relative. Paths "outside the project" should be defined via properties. So you could port the project to other locations (just define the "external paths" as new properties). If this doesn

Re: basedir setting not working?

2013-04-18 Thread Michael Niemand
Thanks Jan, I check out the project to 2 different locations. Hence the build file resides in 2 different locations. yet, the basedir is the same in both locations. This results in a failed build in one location. On Thu, Apr 18, 2013 at 8:15 AM, Jan Matèrne (jhm) wrote: > The "." in the basedi