Re: Flink and sbt

2015-09-09 Thread Giancarlo Pagano
Yes, it says 'fork in run := true’, I had forgotten to change it to ‘fork := true’ to make it work with the test tasks too. On 9 Sep 2015, at 13:48, Robert Metzger mailto:rmetz...@apache.org>> wrote: Damn. I saw this discussion too late. I think the "fork = true" is documented here: https://c

Re: Flink and sbt

2015-09-09 Thread Robert Metzger
Damn. I saw this discussion too late. I think the "fork = true" is documented here: https://ci.apache.org/projects/flink/flink-docs-release-0.9/quickstart/scala_api_quickstart.html#alternative-build-tools-sbt On Wed, Sep 9, 2015 at 2:46 PM, Giancarlo Pagano wrote: > I’ve actually found the probl

Re: Flink and sbt

2015-09-09 Thread Giancarlo Pagano
I’ve actually found the problem in the meanwhile, build.sbt was missing 'fork := true'. Sorry about that. Thanks, Giancarlo On 9 Sep 2015, at 11:43, Anwar Rizal mailto:anriza...@gmail.com>> wrote: Can you share the build.sbt or the scala , and maybe a small portion of the code ? On Wed, S

Re: Flink and sbt

2015-09-09 Thread Anwar Rizal
Can you share the build.sbt or the scala , and maybe a small portion of the code ? On Wed, Sep 9, 2015 at 12:27 PM, Giancarlo Pagano wrote: > Hi, > > I’m trying to write a simple test project using Flink streaming and sbt. > The project is in scala and it’s basically the set version of the mave

Flink and sbt

2015-09-09 Thread Giancarlo Pagano
Hi, I’m trying to write a simple test project using Flink streaming and sbt. The project is in scala and it’s basically the set version of the maven archetype. I’m using the latest Flink 0.10-SNAPSHOT, building it for scala 2.11. I’ve written a simple test that starts a local environment, create