I think I have spotted the problem. The default value in the build file for ${xerces.jar} is ${lib.dir}/${xerces.file} however, perhaps it would be better if the default value in build.xml was defined as ${tools.dir}/${xerces.file} which would expand to "../jakarta-avalon/tools/lib/xerces.jar".
Steve. > -----Original Message----- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: Monday, 12 November, 2001 23:57 > To: Avalon Developers List > Subject: RE: cvs commit: jakarta-avalon-phoenix build.xml > > > > It works perfectly if you provide the appropriate relative path for the > property ${xerces.path} - e.g. "../jakarta-avalon/tools/lib". > > Steve. > > > + <copy file="${xerces.jar}" todir="${bin.dist.lib}"/> > > + <!-- > > + This was not copying for relatively local > > ..\jakarta-avalon\tools\lib\xerces.jar - PH > > <copy todir="${bin.dist.lib}"> > > <fileset dir="${xerces.dir}"> > > <include name="${xerces.file}" if="xerces.present"/> > > </fileset> > > </copy> > > + --> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>