Using the IDE I can generate a javadoc project by project (module by module). But how to do it on a module suite? Any help welcome.
I tried adding an Ant target for this (reusing part of the PraxisLive build.xml) to do this but it does not work : I don't know how to get the -classpath parameters for the Ant javadoc command, i.e. retrieve the list of NB platform jars used by my code. I'm new to Ant and to the NB build harness...