From ant-user-return-8296-apmail-jakarta-ant-user-archive=jakarta.apache.org@jakarta.apache.org Mon Jun 04 18:31:57 2001 Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 51098 invoked by uid 500); 4 Jun 2001 18:31:54 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 51089 invoked from network); 4 Jun 2001 18:31:52 -0000 Sender: mjd Message-ID: <3B1BD3DD.65AD97FA@san.rr.com> Date: Mon, 04 Jun 2001 11:30:53 -0700 From: Mike Dougherty Organization: JavaxGeek.com X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.8 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Re: classpath issue on Javadoc stuff!!!! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Pinar Bicioglu wrote: > > I corrected the classpath setup. But still can't get javadoc up and > running.and here is the message it generates > [snip] > > and the code i have is still the same as before . I am posting it here again > anyway > > > value="d:\Tomcat\jakarta-tomcat-3.2.2b3\lib\servlet.jar;d:\Tomcat\jakarta-tomcat-3.2.2b3\lib\parser.jar; > > d:\Tomcat\jakarta-tomcat-3.2.2b3\lib\jasper.jar;d:\Tomcat\jakarta-tomcat-3.2.2b3\lib\jasp.jar;d:\Tomcat\jakarta-tomcat-3.2.2b3\lib\ant.jar; > > d:\Tomcat\jakarta-tomcat-3.2.2b3\lib\webserver.jar;d:\ap20\websrc\WEB-INF\classes\org\apache\struts\form"/> > > > > > > > destdir="${javadoc.home}" > classpath="${classpath}" > packagenames="${root}.*" > author="true" > version="true" > use="true" > windowtitle="${app.name} ${version} API" > doctitle="${app.name}" /> > > It still looks like you are having CLASSPATH issues. At one time I thought you have the target defined as: ... What happended to the depends attribute? Also where was the output directory for the compile target? If it is different than your src directory then it will also need to be added to the CLASSPATH. Also, you still have the "D:\ap20\websrc\WEB-INF\classes\org\apache\struts\form\ValidateForm.class" entry in your CLASSPATH and "d:\ap20\websrc\WEB-INF\classes\org\apache\struts\form" in your project property definition. Change both of these to be "d:\ap20\websrc\WEB-INF\classes". The javadoc utility cannot find these classes, that's the reason for messages like "Superclass org.apache.struts.form.ActionForm of class org.apache.struts.form.ValidateForm not found." and " [javadoc] javadoc: warning - Import not found: org.apache.struts.action.Action - ignoring!" /mike -- ****************************************** Mike Dougherty -- Java Software Engineer ******************************************