Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 53687 invoked from network); 29 May 2009 22:51:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 May 2009 22:51:45 -0000 Received: (qmail 82410 invoked by uid 500); 29 May 2009 22:51:57 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 82361 invoked by uid 500); 29 May 2009 22:51:56 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 82351 invoked by uid 99); 29 May 2009 22:51:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2009 22:51:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2009 22:51:47 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MAAv8-0005Nh-K3 for user@ant.apache.org; Fri, 29 May 2009 15:51:26 -0700 Message-ID: <23788160.post@talk.nabble.com> Date: Fri, 29 May 2009 15:51:26 -0700 (PDT) From: Zhao To: user@ant.apache.org Subject: Re: ANT does not create index.html when using javadoc task In-Reply-To: <23525564.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: musicdog@sohu.com References: <23525564.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Maybe some symbols can not be found. Try this ............ ............ Iwud H8u wrote: > > Hi, > > I am having trouble exporting javadocs using an Ant task. Ant seems to > generate the javadocs alright but it does not create the index.html file > for the java docs. In fact, the only files in the output directory are : > > constant-values.html > overview-frame.html > package-list > resources > serialized-form.html > com <-- directory corresponding to root of package structure > > When I run javadocs from Eclipse on the same source, I get the following > directory structure in the output directory: > > allclasses-frame.html > allclasses-noframe.html > constant-values.html > deprecated-list.html > help-doc.html > index-files > index.html > overview-frame.html > overview-summary.html > overview-tree.html > package-list > resources > serialized-form.html > stylesheet.css > com <-- directory corresponding to root of package structure > > My ant task looks like : > description="Generates java doc"> > destdir="${app.dir}/docs/javadocs" > author="true" > version="true" > use="true" > windowtitle="Test API" > > > > > > > > > > Test]]> > Reserved.]]> > > href="http://java.sun.com/j2se/1.5.0/docs/api/" packagelistLoc="C:\tmp"/> > href="http://developer.java.sun.com/developer/products/xml/docs/api/"/> > > > > I have also tried setting the values of 'noindex' to false but it does not > seem to help. Can anyone tell me if I am doing something wrong here? > > Thanks so much > -- View this message in context: http://www.nabble.com/ANT-does-not-create-index.html-when-using-javadoc-task-tp23525564p23788160.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org