On Thu, 19 Jul 2001, Daniel Hoppe <[EMAIL PROTECTED]> wrote: > ant -buildfile .\thisconfig\<buildfilename>.xml
If you omit the ".\" - i.e. "ant -buildfile thisconfig\<buildfilename>.xml" do you get the old behavior? Yes, we've changed several places to avoid getCanonicalPath (which caused different problems) and File.getAbsolutePath won't remove superfluous ./ sequences like getCanonicalPath does - we'll have to fix several places. Stefan
