On Tue, 15 Oct 2002, Brian Good <[EMAIL PROTECTED]> wrote: > This should work, right?
No. <sourcepath> is a path, like a CLASSPATH. You don't list class files in your CLASSPATH either. What you are looking for is <fileset> and nest it directly as child of <javadoc> to list all your source files. Requires Ant >= 1.5. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
