This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Invoking VScalaDoc2 outside of Maven

4 replies
David Pollak
Joined: 2008-12-16,
User offline. Last seen 42 years 45 weeks ago.
Howdy,

Is there a nice way to invoke VScalaDoc2 outside of Maven so I can write a shell script to pipe all my Scala files through VScalaDoc2?

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
Surf the harmonics
david.bernard
Joined: 2009-01-08,
User offline. Last seen 1 year 27 weeks ago.
Re: Invoking VScalaDoc2 outside of Maven
yessee https://github.com/davidB/vscaladoc2_demoprj/blob/master/genjson.sh
in this shell script I generate json for scala-library and demoprj

On Tue, Dec 28, 2010 at 22:22, David Pollak <feeder.of.the.bears@gmail.com> wrote:
Howdy,

Is there a nice way to invoke VScalaDoc2 outside of Maven so I can write a shell script to pipe all my Scala files through VScalaDoc2?

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
Surf the harmonics

david.bernard
Joined: 2009-01-08,
User offline. Last seen 1 year 27 weeks ago.
Re: Invoking VScalaDoc2 outside of Maven
principe : create a configuration files (in json) and then run vscaladoc2_genjson with this files as first arg

On Tue, Dec 28, 2010 at 22:26, David Bernard <david.bernard.31@gmail.com> wrote:
yessee https://github.com/davidB/vscaladoc2_demoprj/blob/master/genjson.sh
in this shell script I generate json for scala-library and demoprj

On Tue, Dec 28, 2010 at 22:22, David Pollak <feeder.of.the.bears@gmail.com> wrote:
Howdy,

Is there a nice way to invoke VScalaDoc2 outside of Maven so I can write a shell script to pipe all my Scala files through VScalaDoc2?

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
Surf the harmonics


David Pollak
Joined: 2008-12-16,
User offline. Last seen 42 years 45 weeks ago.
Re: Invoking VScalaDoc2 outside of Maven


On Tue, Dec 28, 2010 at 1:26 PM, David Bernard <david.bernard.31@gmail.com> wrote:
yessee https://github.com/davidB/vscaladoc2_demoprj/blob/master/genjson.sh
in this shell script I generate json for scala-library and demoprj

Excellent!  Thanks!
 

On Tue, Dec 28, 2010 at 22:22, David Pollak <feeder.of.the.bears@gmail.com> wrote:
Howdy,

Is there a nice way to invoke VScalaDoc2 outside of Maven so I can write a shell script to pipe all my Scala files through VScalaDoc2?

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
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
Blog: http://goodstuff.im
Surf the harmonics
david.bernard
Joined: 2009-01-08,
User offline. Last seen 1 year 27 weeks ago.
Re: Invoking VScalaDoc2 outside of Maven
some details :genjson generate files under : $HOME/.config/vscaladoc2/apiswww : use the same location to store/cache apis, but currently doesn't have auto-detection/registration of existing, so you need to register it via web interface (you can use url "local:/" with the correct artifactId and version, and everything should work) www : first registered user is the admin => basic CRUD to manage the databasewww : to tweak display of apis, you can directly edit $HOME/.config/vscaladoc2/laf +refresh (don't forgot to copy content under your project src/main/laf to store on git and inlcude the laf into the distributed/deployed version)
I need to write lot of doc to explain how to use vscaladoc (I'll do in 2011 Q1)

On Tue, Dec 28, 2010 at 22:28, David Pollak <feeder.of.the.bears@gmail.com> wrote:


On Tue, Dec 28, 2010 at 1:26 PM, David Bernard <david.bernard.31@gmail.com> wrote:
yessee https://github.com/davidB/vscaladoc2_demoprj/blob/master/genjson.sh
in this shell script I generate json for scala-library and demoprj

Excellent!  Thanks!
 

On Tue, Dec 28, 2010 at 22:22, David Pollak <feeder.of.the.bears@gmail.com> wrote:
Howdy,

Is there a nice way to invoke VScalaDoc2 outside of Maven so I can write a shell script to pipe all my Scala files through VScalaDoc2?

Thanks,

David

--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Blog: http://goodstuff.im
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
Blog: http://goodstuff.im
Surf the harmonics

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland