See if the following snippet does the right thing for you.
<!-- I perfer to use Jikes, Jikes compiles the dependences for your
changes as well -->
<!-- my.java.compiler reading from build.properties file in init
target -->
<property name="build.compiler" value="${my.java.compiler}"/>
<!-- end of configuring using Jikes as a java compiler. -->
build.properites
my.java.compiler=C:\\IBM\\java\\bin\\jikes
optionally, you do not have to use a properties file.
Jerry
-----Original Message-----
From: David Medinets [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 12:16 PM
To: [EMAIL PROTECTED]
Subject: Setting Location of Jikes inside Build.xml
I'd like to explicitly let the JAVAC task know where my ikes.exe file is
instead of setting the PATH. Can I do this?
David Medinets, Consultant, http://www.codebits.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]>