sorry for the last mail, it was an error ;-(
so, the stuff that i would to say is that, most of the time, decompiling
classes does not generate javadoc...
you must have the source of each jar to generate javadoc or download the
javadoc of each project ...
hope this help
supareno
Can I create documentation from class or jar files? I tried both. Putting a
list of jars in the classpath, and unjarring and putting the class files
themselves as the classpath. Both times I was including actual source I was
building too, but want to generate documentation for the dependencies. I
assumed this would create documentation from the jars.
I'm using ivy to resolve and download all project dependencies as jars and
would like to generate documentation for everything.
Is there a way to do this? or do I have to unjar, uncompile, then do javadoc
on the source?
Thanks in advance.
~Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]