I'm trying to get javadoc inheritance working from JDK classes, and what I'm 
finding is if I use

<unzip src="${env.JAVA_HOME}/src.zip dest="${env.BUILD_DIR}/docs/jdk"/>

in my Ant target, the javadoc task ignores that sourcepath entry because it 
doesn't contain any packages matching my packagenames parameter (running with 
-verbose says it "doesn't contain any packages, dropping it"). If I run 'unzip 
-d ${BUILD_DIR}/docs/jdk ${JAVA_HOME}/src.zip' in the shell before running Ant 
(and the target just assumes the folder is there) everything works right. I've 
run a 'diff -qr' on the result of both unzip methods and no differences are 
found, even 'rsync -acv' says they're the same

----------------------------------------------------------------------
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

Reply via email to