Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 58708 invoked from network); 16 Jun 2000 18:01:52 -0000 Received: from inline51209.inline-software.com (HELO bigfoot.inline-software.com) (207.96.102.201) by locus.apache.org with SMTP; 16 Jun 2000 18:01:52 -0000 Received: (qmail 6814 invoked from network); 16 Jun 2000 18:03:52 -0000 Received: from unknown (HELO gandalf) (10.10.10.21) by 10.10.10.10 with SMTP; 16 Jun 2000 18:03:52 -0000 Message-ID: <035601bfd7bb$ee5a1340$150a0a0a@inlinesoftware.com> From: "Eddie Sheffield" To: References: <00a901bfd7b3$89d6b250$c201a8c0@kiwi> Subject: Bug or RFE launching Java or Javadoc? Date: Fri, 16 Jun 2000 13:54:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi all, I just started working with Ant this morning. I'm anxious to get rid of the horrible mess of makefiles that we currently have, and Ant looks really promising! Anyway, I already have encountered a problem in building Ant itself. Near as I can tell, I configured everything as described in the instructions, but when I built it bombed on the javadoc statement. I discovered the problem was that I didn't have %JAVA_HOME%\bin on my PATH. Since I tend to work with a number of different JDKs, I usually don't keep any on my PATH and add them manually when necessary. However, it seems it would be nice if there were a way in Ant to specify which javadoc (and looking at the source, java) should be used for that task. Or perhaps at least pick up the system property "java.home" to run the same javadoc/java that is currently being run. I would be glad to make an attempt at changing this myself, but that leads to another question. How do I submit code? I have looked over the docs at the web site, and see that only Committers have write access to the repository. Do I send changes to a committer to review or to the original owner/creator of the file? or something else. Maybe I missed something on the web site, but I've gone through all the docs that I found links to. I apologize if this is a stupid RTFM thing, but which FM ;-) ? Thanks, Eddie Sheffield