AFAIK, JAVA_HOME is used to add tools.jar to the ant classpath in the startup scripts. So anything that needs to call the sun compiler will need it, so other than the obvious case of javac, other tasks that indirectly calls the compiler will need it. the weblogic jsp compile task does indeed need it, and presumably the ejbc task as well. Maybe the javadoc task would need it as well?
> -----Original Message----- > From: Diane Holt [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, January 09, 2001 11:44 AM > To: [EMAIL PROTECTED] > Subject: Quick question wrt JAVA_HOME > > I was writing up a section for the <sound> task for index.html (since I've > made changes to it, and since it doesn't have one yet), and of course > (being the editor-type that I am), couldn't resist reading through the doc > and correcting/cleaning up things a bit. So the question is: Is JAVA_HOME > used/needed by anything other than <javac>? I don't set it in my Ant > environment, and never have, so I assume the answer is "no" -- but I > wanted to double-check that before I added "(Optionally)" to it in the > list of things you need to do to run Ant. > > Thanks, > Diane > > > ===== > ([EMAIL PROTECTED]) > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Photos - Share your holiday photos online! > http://photos.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
