2013/10/25 Gary Gregory <garydgreg...@gmail.com> > On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter <brit...@apache.org > >wrote: > > > 2013/10/25 Gary Gregory <garydgreg...@gmail.com> > > > > > On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter <brit...@apache.org> > > > wrote: > > > > > > > Hi, > > > > > > > > we have a request on the user ML to add the API documentation of the > > the > > > > latest BCEL release to the site. At first I thought this would be > > fairly > > > > easy. Just checkout the tag, build the site and commit it to trunk. > > > > > > > > Looking at [lang] I've realized that the API documentation is > published > > > > once a release was made and an exclude in the > maven-scm-publish-plugin > > > > prevents old API docs from being deleted. In addition the ant run > > plugin > > > > also seems to be involved in the generation of the API docs. > > > > > > > > Now I'm wondering what would be the easiest way to add the API > > > > documentation of BCEL 5.2 to the site. > > > > > > > > > > Take a look at [code], it provides Javadoc for the SVN trunk and the > > > previous version. The layout is not great, but it's a start. > > > > > > > codec seems to work like lang in this regard. I still don't know how to > get > > the latest JavaDoc online. Do I build the site from the tag and check it > in > > to /websites/production/commons manually? Or is there a ways to make > maven > > do the trick? I don't want to mess up the live site :-) > > > > IIRC, the non-current Javadoc have to be moved to the right place in SVN > manually. > > But let's see if someone else has a better way... >
Well this is getting complicated... I've checked out the 5.2 tag and BCEL used maven 1.1 back then. So I can't build it with Maven 2 or 3. Sadly all mirrors from http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1.tar.gz I've tried seem to be offline. Any idea how to generate the JavaDoc? I could download the only dependency, which is regexp 1.2 and use the JavaDoc tool directly, I guess... > > Gary > > > > > Benedikt > > > > > > > > > > Gary > > > > > > > > > > > Benedikt > > > > > > > > -- > > > > http://people.apache.org/~britter/ > > > > http://www.systemoutprintln.de/ > > > > http://twitter.com/BenediktRitter > > > > http://github.com/britter > > > > > > > > > > > > > > > > -- > > > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > > > Java Persistence with Hibernate, Second Edition< > > > http://www.manning.com/bauer3/> > > > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > > > Spring Batch in Action <http://www.manning.com/templier/> > > > Blog: http://garygregory.wordpress.com > > > Home: http://garygregory.com/ > > > Tweet! http://twitter.com/GaryGregory > > > > > > > > > > > -- > > http://people.apache.org/~britter/ > > http://www.systemoutprintln.de/ > > http://twitter.com/BenediktRitter > > http://github.com/britter > > > > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition< > http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory >