... > 4. Right now, build.xml is excluding html files during its copy from "src" to "build/src", so the package.html files are being omitted. To correct this, we need to either a) not exclude the html files in the copy, or b) use "src" as the root of the javadoc build instead of "build/src". My tentative solution uses option "b". There may be other options as well, but I won't investigate them unless we need to. > ... > > Victor Mote (mailto:[EMAIL PROTECTED]) > Enterprise Outfitters (www.outfitr.com) > 2025 Eddington Way > Colorado Springs, Colorado 80916 > Voice 719-622-0650, Fax 720-293-0044 << Datei: ATT00006.txt >>
If the javadocs are built from src/ there won't be documentation for the generated classes. So, I'd stick with build/src/. Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]