Bernie, I believe if you just put the package name without a .* at the end it won't do sub-packages. For example: com.xxx.pkgfoo.* will do sub packages com.xxx.pkgfoo will only do the pkgfoo package
Don -----Original Message----- From: Bernhard Lenz [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 11:07 AM To: [EMAIL PROTECTED] Subject: How do I prevent javadoc to include subdirectories Is there any way to run javadoc for a single directory but not for it's subdirectories? However I don't want to name each single subdirectory explicitly, since I don't want to change the build script everytime a subdirectory gets added, renamed or deleted. Thanks for your help. Bernie -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>