Hi, Jan: Sorry for not testing before I sent to you. Under my case, I have set up the path to jikes inside ant.bat which is used to launch the build. I have never tested <property name="build.compiler" value="D:\\temp\\jikes"/> before.
Jerry -----Original Message----- From: Jan Diller [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:58 AM To: Ant Users List Subject: Re: Setting Location of Jikes inside Build.xml Hello Li. Something going wrong. I copy jikes.exe to D:\temp , only for testing. Setting the PATH to: path=%path%;D:\temp; and setting <property name="build.compiler" value="jikes"/> works. But setting the property to: <property name="build.compiler" value="D:\\temp\\jikes"/> or <property name="build.compiler" value="D:\\temp\\jikes.exe"/> or <property name="build.compiler" value="D:/temp/jikes"/> or <property name="build.compiler" value="D:/temp/jikes.exe"/> doesn't work. Was it a wrong tip or whats going wrong. TIA JD _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -------------------------------------------------------------------------- Note: The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. -------------------------------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
