Yes, I guess I was surprised to see absolute names being used. I create build.xml files that I expect to be able to run on ANY machine in my shop, which means I want my basedir to be specified in a relative way, not an absolute way. Works great, I use the exact same file to build on NT, Solaris, HPUX, AIX, etc.
I hope we don't break this... Stefan Bodewig wrote: > > Thanks David, > > The basedir attribute has always been interpreted as a relative > filename, leading to your problem. The version I've just commited > should fix that - at least it does on Unix, couldn't check on Windows. > > Stefan
