Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 7576 invoked by uid 500); 20 Jun 2001 18:38:34 -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 7544 invoked from network); 20 Jun 2001 18:38:33 -0000 From: Bill.J.Fellows@mail.sprint.com X-OpenMail-Hops: 1 Date: Wed, 20 Jun 2001 13:38:32 -0500 Message-Id: Subject: RE: javadoc help MIME-Version: 1.0 TO: ant-user@jakarta.apache.org Content-Type: multipart/mixed; boundary="openmail-part-423940fa-00000001" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N --openmail-part-423940fa-00000001 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline ;Creation-Date="Wed, 20 Jun 2001 13:38:31 -0500" Content-Transfer-Encoding: 7bit Just to eliminate the basics here, does the first line of code begin with package stp; or package stp[.*]; where [.*] indicates optional sub-package stuff? If the latter is true, then you need to change packagenames="stp.*" As an aside, I shudder to see that title (no knock on Pinar.) -----Original Message----- From: squan [mailto:squan@wwc.com] Sent: Wednesday, June 20, 2001 12:57 PM To: ant-user Cc: squan Subject: javadoc help I'm trying to understand how to make work. 1. I tried packagenames="..." (pretty much copied from the manual) I got as output doc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: No package, class, or source file found named stp. [javadoc] 1 error 2. I've tried sourcefiles="**/*.java" but it is not what is expected: a comma separated list of files. And I have too many to list. My example is a pretty simple one. Suggestion? tia Suu Quan squan@wwc.com --openmail-part-423940fa-00000001--