Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 48704 invoked from network); 27 Oct 2000 06:40:37 -0000 Received: from pinea.xerox.fr (193.49.123.194) by locus.apache.org with SMTP; 27 Oct 2000 06:40:37 -0000 Received: from meije.grenoble.xrce.xerox.com (meije.grenoble.xrce.xerox.com [13.202.220.10]) by pinea.xerox.fr (8.9.3/8.9.3) with ESMTP id IAA07291 for ; Fri, 27 Oct 2000 08:38:04 +0200 (MET DST) Received: from xrce.xerox.com (fenestre.grenoble.xrce.xerox.com [13.202.220.83]) by meije.grenoble.xrce.xerox.com (8.9.1a/8.9.1) with ESMTP id IAA24113 for ; Fri, 27 Oct 2000 08:40:36 +0200 (MET DST) Sender: Michael.Niemaz@xrce.xerox.com Message-ID: <39F92354.70AC91D2@xrce.xerox.com> Date: Fri, 27 Oct 2000 08:40:20 +0200 From: mike niemaz X-Mailer: Mozilla 4.75 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Re: javadoc task References: Content-Type: multipart/alternative; boundary="------------ED52C69E24D94B82F91CD35A" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --------------ED52C69E24D94B82F91CD35A Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sarah Daigle wrote: > dear List, > Please disregard my question about javadoc. I solved it by changing the > sourcepath tag to the directory above the "com" directory. This seems > backwards to me, but do what works! :) > > If there is an archive, I would still like to know the location. Hi, I'm also having troubles generating the javadoc. In my case, it's the java classes (jdk) that Ant does not seem to find.... My env CLASSPATH is null. Here's the piece of code in build.xml: If you can help ... --mike --------------ED52C69E24D94B82F91CD35A Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sarah Daigle wrote:
dear List,
  Please disregard my question about javadoc. I solved it by changing the
sourcepath tag to the directory above the "com" directory. This seems
backwards to me, but do what works! :)

 If there is an archive, I would still like to know the location.

Hi,
    I'm also having troubles generating the javadoc.
In my case, it's the java classes (jdk) that Ant does
not seem to find....
My env CLASSPATH is null.
Here's the piece of code in build.xml:
<target name="javadoc" depends="prepare">
    <javadoc destdir="${javadoc.home}"
 sourcepath="src, /opt/java/jdk1.2.2/src"
 packagenames="db.objects,db.managers,exceptions,userInterface.beans,userInterface.servlets,engine.managers,engine.objects,utils,servers.ntm,servers.rmi,servers,test,wrapperInterface,wrappers"/>
  </target>
If you can help ...
--mike --------------ED52C69E24D94B82F91CD35A--