- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
sbt , sbteclipse & withSources
Tue, 2012-01-03, 18:05
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
Tue, 2012-01-03, 19:01
#2
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.kougios@googlemail.com> wrote: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
Tue, 2012-01-03, 20:51
#3
Re: sbt , sbteclipse & withSources
I see,ok it might be a bug then. I've opened an issue:
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:
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:
CAFLqJkw2FNXxCjb9USmN4FQCCfhoj_wU3eFgwBDPSVKDPzWFzA [at] mail [dot] gmail [dot] com" type="cite">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" rel="nofollow">kostas.kougios@googlemail.com> wrote:
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
Also src/main/resources is not added to the classpath => resources
can't be used.