On Mon, 5 Jul 2004, Dion Gillard <[EMAIL PROTECTED]> wrote: > Which paths were broken?
Those being set as properties at the top of the generated build file (the properties ending in "dir"). <http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jxpath/build.xml?r1=1.20&r2=1.21> BTW, while reviewing Dimitri's patch: <property value="${basedir}/foo"/> is equivalent to <property location="foo"/> since Ant 1.2. And the basedir prefix in <path location/> is redundant. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
