|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
Latest API DocumentationWhen clicking on the "API Documentation" link, it links to 1.0 documentation... Is there a link for 1.1-M7 documentation? (I tried going to http://scala-tools.org/scaladocs/liftweb/1.1-M7/ but that didn't work...) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationAttached is a tweaked copy for your reference
On Thu, Nov 5, 2009 at 2:44 PM, aw <anthony@...> wrote:
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationAttached is the tweaked copy of 1.1-M7 reference page
On Thu, Nov 5, 2009 at 2:59 PM, YING-KWANG TU <ying.kwang.tu@...> wrote: Attached is a tweaked copy for your reference --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationOn Wed, Nov 4, 2009 at 10:44 PM, aw <anthony@...> wrote:
-- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationIs it practical to build the snapshot documentation or is it being built to often?
Jono 2009/11/6 David Pollak <feeder.of.the.bears@...>
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationOn Thu, Nov 5, 2009 at 2:45 PM, Jonathan Ferguson <jono@...> wrote: Is it practical to build the snapshot documentation or is it being built to often? Indrajit is probably the best person to answer that question, but I think it'd be a good thing (tm)
-- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationOf course we build the entire documentation during a snapshot build. See: http://scala-tools.org/mvnsites-snapshots/liftweb/ for the latest and greatest. The scaladoc stays in the "Project Report" section for respective package. However, we still don't 'aggregate' the generated scaladoc by default (vscaladoc considers it experimental and doesn't recommend putting them in pom.xml at the moment). Cheers, Indrajit On 06/11/09 4:21 AM, David Pollak wrote: > > > On Thu, Nov 5, 2009 at 2:45 PM, Jonathan Ferguson <jono@... > <mailto:jono@...>> wrote: > > Is it practical to build the snapshot documentation or is it being > built to often? > > > Indrajit is probably the best person to answer that question, but I > think it'd be a good thing (tm) > > > Jono > > 2009/11/6 David Pollak <feeder.of.the.bears@... > <mailto:feeder.of.the.bears@...>> > > > > On Wed, Nov 4, 2009 at 10:44 PM, aw <anthony@... > <mailto:anthony@...>> wrote: > > > When clicking on the "API Documentation" link, it links to 1.0 > documentation... Is there a link for 1.1-M7 documentation? > > (I tried going to > http://scala-tools.org/scaladocs/liftweb/1.1-M7/ but > that didn't work...) > > > Try: > http://scala-tools.org/mvnsites/liftweb-1.1-M6/ > > The M7 docs will be up in 30-60 minutes. > > > > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Surf the harmonics > > > > > > > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp > Surf the harmonics > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationOK, so I can go to http://scala-tools.org/mvnsites/liftweb-1.1-7/ but I am not finding a comprehensive ScalaDoc similar to what is available here: http://scala-tools.org/scaladocs/liftweb/1.0/ It is hard (and SLOW) for me to figure out which component a class/ object might reside, and find its corresponding ScalaDoc... Or am I not seeing it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationI think crawling all pages under http://scala-tools.org/mvnsites-snapshots/liftweb/ is a better option, which costs less band-width and less time, and is very much easier than building documentation from source. On Nov 6, 6:45 am, Jonathan Ferguson <j...@...> wrote: > Is it practical to build the snapshot documentation or is it being built to > often? > > Jono > > 2009/11/6 David Pollak <feeder.of.the.be...@...> > > > > > On Wed, Nov 4, 2009 at 10:44 PM, aw <anth...@...> wrote: > > >> When clicking on the "API Documentation" link, it links to 1.0 > >> documentation... Is there a link for 1.1-M7 documentation? > > >> (I tried going tohttp://scala-tools.org/scaladocs/liftweb/1.1-M7/but > >> that didn't work...) > > > Try: > >http://scala-tools.org/mvnsites/liftweb-1.1-M6/ > > > The M7 docs will be up in 30-60 minutes. > > > -- > > Lift, the simply functional web frameworkhttp://liftweb.net > > Beginning Scalahttp://www.apress.com/book/view/1430219890 > > Follow me:http://twitter.com/dpp > > Surf the harmonics You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@... To unsubscribe from this group, send email to liftweb+unsubscribe@... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Latest API DocumentationI would also appreciate aggregated docs. It would be great to have
these at least for the M-releases.. - Vesa On 7 marras, 05:47, aw <anth...@...> wrote: > OK, so I can go tohttp://scala-tools.org/mvnsites/liftweb-1.1-7/ > but I am not finding a comprehensive ScalaDoc similar to what is > available here:http://scala-tools.org/scaladocs/liftweb/1.0/ > > It is hard (and SLOW) for me to figure out which component a class/ > object might reside, and find its corresponding ScalaDoc... Or am I > not seeing it? -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@.... To unsubscribe from this group, send email to liftweb+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. |
|
|
Re: Latest API DocumentationAs Indrajit already pointed out, the aggregation feature is something
experimental in vscaladoc so not something that we can include in our build process just yet. We appreciate that people want these, but its not feasible yet so I guess we'll be doing it for major releases until its feasible to make it an automated process. Perhaps davidB can shed some light on when this will be a proper part of vscaladoc Cheers, Tim On Dec 17, 7:18 am, Vesa <brut...@...> wrote: > I would also appreciate aggregated docs. It would be great to have > these at least for the M-releases.. > > - Vesa > > On 7 marras, 05:47, aw <anth...@...> wrote: > > > > > OK, so I can go tohttp://scala-tools.org/mvnsites/liftweb-1.1-7/ > > but I am not finding a comprehensive ScalaDoc similar to what is > > available here:http://scala-tools.org/scaladocs/liftweb/1.0/ > > > It is hard (and SLOW) for me to figure out which component a class/ > > object might reside, and find its corresponding ScalaDoc... Or am I > > not seeing it? -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@.... To unsubscribe from this group, send email to liftweb+unsubscribe@.... For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. |
| Free embeddable forum powered by Nabble | Forum Help |