Using GetAllSubPackages

I tried following the steps to use GetAllSubPackages. The packages.txt contains all of subpackages, but the console displays error message like 'javadoc: No source files fo packages when it runs javadoc -d doc @packages.txt.

My source file structure is like the following

src - com - jaguar -sessionBean- order-order-common

-sessionBean- order-order-ejb

- ...

-utils

-....

Thank you

MT

[451 byte] By [meitang_2001] at [2007-9-26 12:50:33]
# 1
Javadoc needs a -sourcepath option unless the top-level package directories (such as com) are subdirectories of the current directory.See: http://java.sun.com/j2se/1.4/docs/tooldocs/win32/javadoc.html#documentingpackages-Doug
dkramer at 2007-7-2 12:25:47 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...