Martin Gainty wrote:
Javadoc task produces "folder does not contain any package"
What does this mean?
Thank You,
I dont see this string in the current version, but there is something
very similar,
log(baseDir + " doesn\'t contain any packages, dropping
it.",
Project.MSG_VERBOSE);
What the code is doing is scanning the filesets for directories
containing java files and or, if includenosourcedirs is set,
package.html files. If it only finds .java source in the toplevel file
it complains that these should be passed in as files, not a package. If
it completes its scan without finding anything to hand off to javadoc,
you see the message.
1. is the message correct or is it missing something?
2. what do you think the message should be changed to, to make it more
meaningful without being 20 lines long?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]