Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35BDDC538 for ; Fri, 28 Nov 2014 16:09:24 +0000 (UTC) Received: (qmail 81648 invoked by uid 500); 28 Nov 2014 16:09:24 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 81588 invoked by uid 500); 28 Nov 2014 16:09:23 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 81575 invoked by uid 99); 28 Nov 2014 16:09:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 16:09:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ewenstephan@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 16:09:19 +0000 Received: by mail-vc0-f175.google.com with SMTP id hy10so3036983vcb.6 for ; Fri, 28 Nov 2014 08:08:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=iBlqEh878NUiWW45M0wSHQuWyPAmrRiG1F+2oHvj45o=; b=JzvbORt4ESmloQ8ijMYbL8xE337vSmqxD7xLbJJ04ufNaJXVfntd1N4zVe5o+6o4nR Sa9a0B5wGirfyScXF12JkfO46xnFQNINXrhua8OZfi/g1c6faU17e91Po9EB0G64HbxR FaF2qBMI5sJAQVfwDgYi01TbFUVH9aMo2pHIgg4HQEvs6RASsILPHNRUSB3dk0yrE68c NdegiEjNh+odrodtea+qr8yYi4knXPnIul+fj6OzRu0+T23Uy2pkRLTVDIHtwzSTV/0B kpzr8UubrJ3WoB8a0soQ9pdPOufKs1GvUzcPYjwjFFmmPwRajXCGyMhXnQF2CGxBQWvZ zjGQ== MIME-Version: 1.0 X-Received: by 10.52.29.172 with SMTP id l12mr10911702vdh.33.1417190894358; Fri, 28 Nov 2014 08:08:14 -0800 (PST) Sender: ewenstephan@gmail.com Received: by 10.31.161.80 with HTTP; Fri, 28 Nov 2014 08:08:14 -0800 (PST) In-Reply-To: References: <99E3018B-75C1-4226-A1FD-4280B7FCBC7E@icloud.com> Date: Fri, 28 Nov 2014 17:08:14 +0100 X-Google-Sender-Auth: JvMl_wGC_OAXjL6P4IZ7xoBLvsI Message-ID: Subject: Re: ScalaTest for IntelliJ From: Stephan Ewen To: dev@flink.incubator.apache.org Content-Type: multipart/alternative; boundary=20cf30780cb2d656f50508ed7736 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30780cb2d656f50508ed7736 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey! I am not an IntelliJ user, but sometimes calling "mvn clean install" works wonders in maven projects. Wild guess only, sorry... On Fri, Nov 28, 2014 at 4:30 PM, Chiwan Park wrote: > Hi. > > Could you click re-import all maven projects in IntelliJ? > http://imgur.com/lWIQaQX > > Thanks. > > =E2=80=94 > Chiwan Park (Sent with iPhone) > > > > > On Nov 29, 2014, at 12:12 AM, Felix Neutatz > wrote: > > > > Hi, > > I ran `mvn clean && mvn test`. It was successful, but nothing changed i= n > > IntelliJ. > > > > Best regards, > > Felix > > > > 2014-11-28 15:39 GMT+01:00 Chiwan Park : > > > >> Hi, Could you run `mvn clean && mvn test` command first? > >> I think that there is no library for test in maven repository. After r= un > >> that command, IntelliJ will be import automatically them. > >> > >> =E2=80=94 > >> Chiwan Park (Sent with iPhone) > >> > >> > >> > >>> On Nov 28, 2014, at 11:07 PM, Felix Neutatz > >> wrote: > >>> > >>> Hi, > >>> > >>> sry, here you can find the pictures: > >>> > >> > https://www.dropbox.com/sh/djgoncxcfs9j25i/AACCJ-VNcyz0MOGHmEPGPaYsa?dl= =3D0 > >>> > >>> Thanks, > >>> > >>> Felix > >>> > >>> 2014-11-28 15:02 GMT+01:00 Stephan Ewen : > >>> > >>>> Hey! > >>>> > >>>> The dev list does not support attachments, can you put the image > >> somewhere > >>>> else an share a link to it? > >>>> > >>>> > >>>> Stephan > >>>> > >>>> > >>>> On Fri, Nov 28, 2014 at 2:54 PM, Felix Neutatz < > neutatz@googlemail.com> > >>>> wrote: > >>>> > >>>>> Hi, > >>>>> > >>>>> I imported the whole git repository of Flink into IntelliJ. All Jav= a > >> and > >>>>> Scala programs work and the Java unit tests as well. But Scala unit > >> tests > >>>>> don't work. > >>>>> > >>>>> I followed this tutorial: > >>>>> http://www.scalatest.org/user_guide/using_scalatest_with_intellij t= o > >>>>> install ScalaTest for IntelliJ, but it didn't work. I use build > >>>>> version: IC-139.225.3 on Ubuntu 14.04. > >>>>> > >>>>> Attached you find pictures which show how the errors look like. Can > you > >>>>> tell me how I can run the Scala tests? > >>>>> > >>>>> Thank you :) > >>>>> > >>>>> Best regards, > >>>>> > >>>>> Felix Neutatz > >>>>> > >>>> > >> > >> > > --20cf30780cb2d656f50508ed7736--