Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javadoc unzip inheritdoc in Ant

900612Nov 16 2011 — edited Nov 16 2011
I'm having the problem that if I use a Java-based implementation to unzip the src.zip (like the <unzip> task in Ant or the Jar command from the my JDK install) then javadoc ignores it. I have to use a tool like the unzip executable usually provided by the system on Linux machines. I can't find any difference in the contents of the produced directory trees, I even synched the permissions on the two trees. I posted a thread with an example source file and ant build file on the Ant developers list, see the link below.

ant.1045680.n5.nabble.com/RE-difference-between-unzip-task-and-unzip-executable-td4972228.html

The problem with this is, of course, that I have to have a non-portable solution to generating javadocs, and it only works on Linux because I can't assume the developer has installed a command-line unzip utility on their Windows machine.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 14 2011
Added on Nov 16 2011
0 comments
902 views