- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
sbt , sbteclipse & withSources
Hi, I am struggling for some time now to enable withSources for
sbteclipse. When I do
build.sbt:
withSources:=true
I get that withSources can't be reassigned as it is a val.
I've included sbteclipse via .sbt/plugins/plugins.sbt.
Any idea how to set this up?
Thanks,
Kostas










Re: sbt , sbteclipse & withSources
You should probably report these on the sbteclipse tracker.
You can run simple "eclipse withSources" to generate an eclipse project with source jars included.
On Jan 3, 2012 12:05 PM, "Kostas Kougios" <kostas [dot] kougios [at] googlemail [dot] com> wrote:Re: sbt , sbteclipse & withSources
https://github.com/typesafehub/sbteclipse/issues/72
In the meantime I'll use 'eclipse withSources'
Cheers
On 03/01/12 17:52, Josh Suereth wrote:
Re: sbt , sbteclipse & withSources
Also src/main/resources is not added to the classpath => resources
can't be used.