[Lift] Re: vscaladoc broken?

2009-12-07 Thread Indrajit Raychaudhuri
Tim, A fix is up for review: http://reviewboard.liftweb.net/r/137/. This resolved the scala:doc inconsistency among other things. Cheers, Indrajit On Nov 30, 11:42 pm, Indrajit Raychaudhuri indraj...@gmail.com wrote: Short answer: Use mvn site for a couple of days to have the package link

[Lift] Re: vscaladoc broken?

2009-11-30 Thread Indrajit Raychaudhuri
Tim, The scala-tools maven site honors the package link defs. Did you do scaladoc generation as part site build or as part of scala:doc? I am assuming you did the later. And quite likely the configuration for the jvmArgs (-DpackageLinkDefs in particular) isn't getting propagated from report

Re: [Lift] Re: vscaladoc broken?

2009-11-30 Thread Timothy Perrett
Hey :-) Yeah I did a mvn scala:doc - what should one run instead? mvn site? Cheers, Tim On 30 Nov 2009, at 13:16, Indrajit Raychaudhuri wrote: Tim, The scala-tools maven site honors the package link defs. Did you do scaladoc generation as part site build or as part of scala:doc? I am

Re: [Lift] Re: vscaladoc broken?

2009-11-30 Thread Indrajit Raychaudhuri
Short answer: Use mvn site for a couple of days to have the package link defs work, but ideally mvn scala:doc should be consistent. I'll fix that, give me a day or two please. Long answer: mvn site picks up plugin settings from reporting section and mvn scala:doc picks up plugin settings from