I'd thought of Maven, but forgot the multi-project part. I want to use this for larger than just a typical multi-project, but I have a multiproject too so I'll make a plugin for it. Gimme a few days.
Hen On Mon, 5 Jul 2004, Alex Karasulu wrote: > Henri, > > Is there some mechanism in maven that we can use to help automate this? > Perhaps in the multiproject plugin which will automatically generate > javadocs with the proper cross referencing and gather the docs. > > If we can find a standard way to make this happen (via a plugin) with > the maven folks several projects can then benefit from it. > > Hope everyone enjoyed their 4th of July btw. > > Alex > > On Mon, 2004-07-05 at 01:30, Henri Yandell wrote: > > There's been a request on our Wiki for a combined javadoc for a while. > > Part of the request is that we improve our cross-referencing, which I > > think we can easily do, but will take a bit of planning. > > > > However, the other part is for a combined front-end (I think). I've spent > > today hacking around a bit and have come up with: > > > > http://www.apache.org/~bayard/multidoc/index.html > > > > It's pretty easy maintenance, just give it a bunch of urls. Sorry > > CLI/FileUpload, your javadoc were not in the usual Maven place and I > > haven't tried hunting down correct ones yet. > > > > There's still effort needed to ensure we give it the right urls. Many of > > the ones I quickly generated are in fact for developer javadoc, not the > > released javadoc. It'd also be nice to modify the format somehow to get > > more than one version of the same API in there. > > > > It's written/hacked in Java. I started to think about it in Perl, but I > > prefer my Java scraping API too much to have to deal with something that > > tries to parse HTML. It merely acts as a front end to existing javadoc; so > > should be easy to grow to cover other parts of Jakarta/Apache (ECS/ORO?). > > > > Currently it's all static, so after a bit of cleaning it would quite > > easily be something that could be hooked up to the Commons site. I'd like > > to put a dynamic search in there, but that can come later. > > > > Anyway, any thoughts and opinions would be gratefully received, > > > > Hen > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
