Hi, * To generate the api : all the jar should be installed (mvn install scala:doc). that is very long because generating api redo compilation (vscaladoc and scaldoc use the scalac api) * To generate the api in a single doc, I used experimental feature of maven-scala-plugin (2.11-SNAPSHOT) and vscaladoc (1.2-SNASHOT). But the test case I used to check this feature failed with latest SNAPSHOT of both tool (a failure when scala.XML try to load DTD of HTML). I'll release maven-scala-plugin soon (few days) and vscaladoc when the agregate feature will be fixed + some other fix. I hope both will be available before 2009-07-15.
/davidB On Sat, Jun 27, 2009 at 20:16, Timothy Perrett <[email protected]>wrote: > > That im not sure - its a vscaladoc thing (which DavidB wrote)... > perhaps he'll chime in shortly with a solution. From what I remember > it requires some additional configuration to do this which we don't > use by default in the lift code base proper (the online api doc is > pushed out by our hudson install) > > Cheers, Tim > > On Jun 27, 5:29 pm, george <[email protected]> wrote: > > ok, well i upgraded maven to 2.1.0 and the build succeeded. > > > > but how can I generate the docs so they are combined into one set like > > onhttp://scala-tools.org/scaladocs/liftweb/1.0, instead of broken up > > by package ? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
