Trying to generate javadocs for our code. Right now i am going to do the following (everything manual)
1. run mvn javadoc:javadoc on my local machine 2. zip it up and upload it to my home folder on people.apache.org 3. unzip it under /www/openejb/javadocs on the people.apache.org server Right now i am trying to figure out the first step itself, because javadoc is constantly running out of memory. I even tried mvn javadoc:javadoc -Dmaven.javadoc.maxmemory=2048m but still runs out of memory (I guess because in the maven-javadoc-plugin, we set aggregate to true -- which is what i would've preferred too). So i am going to try just upload the openejb javadocs. You can tell that I haven't even started thinking towards automating the process, but I would like to take simpler steps which have minimum demands from my brain :) Suggestions on better ways to do the above (any way would be better than the above :-) ) would be awesome. -- Karan Singh Malhi
