Getting "You don't have permission to access /~kmalhi/apidocs/ on this server" on opening http://people.apache.org/~kmalhi/apidocs/
Thanks Manu On Sat, Jun 21, 2008 at 9:31 PM, Karan Malhi <[EMAIL PROTECTED]> wrote: > javadocs for all openejb projects are up. maven javadoc plugin worked with > some changes and aggregated the javadocs. Still need to tweak the plugin to > filter out packages which we dont need on the site , e.g. tests, javax.* > etc. (suggestions welcome on which packages should be omitted) > > The javadocs are available at http://openejb.apache.org/apidocs/ > Didn't know where to put a link on our website for the above docs, so if > somebody has an idea on where we could put the link to the javadocs, then > please share it on the list (or better, add the link) > > I also made an alternate version of the javadoc where I applied our > stylesheet (openejb.apache.org/all.css) and also put our logo on the > javadocs > This site is available at http://people.apache.org/~kmalhi/apidocs/ > > Of course, the reason the site is on my people page is so that we could > critique it, give suggestions etc. I was thinking of mixing our css with the > default css of the javadoc i.e. add our colors, but keep everything else the > same (or something like that) > > On Fri, Jun 20, 2008 at 11:12 PM, Karan Malhi <[EMAIL PROTECTED]> wrote: > >> Okay, >> >> So javadocs for openejb-core are up. >> >> http://openejb.apache.org/apidocs/ >> >> >> On Fri, Jun 20, 2008 at 9:37 PM, Karan Malhi <[EMAIL PROTECTED]> >> wrote: >> >>> 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 >> >> >> >> >> -- >> Karan Singh Malhi > > > > > -- > Karan Singh Malhi >
