On Sunday 10 January 2010, Daniel Sobral wrote:
> Is there any way I can tell SBT to get scala's library sources as well, so
> I can browse them from the IDE?
There was currently no built-in, direct way. I added a 'classifiers' setting
to the launcher configuration where you can tell what extra classifiers to
retrieve for Scala jars, including 'sources'. It will be in the 0.6.10
launcher. This might not mean much to you at this time, but you can find some
general documentation about configuring the launcher here:
Hi Daniel,
On Sunday 10 January 2010, Daniel Sobral wrote:
> Is there any way I can tell SBT to get scala's library sources as well, so
> I can browse them from the IDE?
There was currently no built-in, direct way. I added a 'classifiers' setting
to the launcher configuration where you can tell what extra classifiers to
retrieve for Scala jars, including 'sources'. It will be in the 0.6.10
launcher. This might not mean much to you at this time, but you can find some
general documentation about configuring the launcher here:
http://code.google.com/p/simple-build-tool/wiki/0_6_Launcher
-Mark