Thursday, April 28, 2011

Where is the log4j javadoc jar hiding?

It's not in apache-log4j-1.2.15.tar.gz available from the Apache website and the mirrors, and Google returns nothing. Apache Commons Lang had a javadoc jar within the tar.gz file for the release, but no luck finding the same inside the log4j tarball unfortunately.

From stackoverflow
  • Generating it manually works but is a hassle.

  • You can browse them online, or download the sources and associate them with the binaries in your IDE to view the Javadoc.

    cons : Maven.org, I would have never guessed that, Apache is vast now. Cheers.

0 comments:

Post a Comment