Hey, I have not run into this issue, but something that works many times in
IntelliJ is:

- delete maven dependencies from your local maven repository
- mvn clean install
- Reimport all modules from maven in IntelliJ
- Invalidate caches and restart IntelliJ



On Fri, Nov 28, 2014 at 5:08 PM, Stephan Ewen <se...@apache.org> wrote:

> 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 <chiwanp...@icloud.com>
> wrote:
>
> > Hi.
> >
> > Could you click re-import all maven projects in IntelliJ?
> > http://imgur.com/lWIQaQX <http://imgur.com/lWIQaQX>
> >
> > Thanks.
> >
> > —
> > Chiwan Park (Sent with iPhone)
> >
> >
> >
> > > On Nov 29, 2014, at 12:12 AM, Felix Neutatz <neut...@googlemail.com>
> > wrote:
> > >
> > > Hi,
> > > I ran `mvn clean && mvn test`. It was successful, but nothing changed
> in
> > > IntelliJ.
> > >
> > > Best regards,
> > > Felix
> > >
> > > 2014-11-28 15:39 GMT+01:00 Chiwan Park <chiwanp...@icloud.com>:
> > >
> > >> Hi, Could you run `mvn clean && mvn test` command first?
> > >> I think that there is no library for test in maven repository. After
> run
> > >> that command, IntelliJ will be import automatically them.
> > >>
> > >> —
> > >> Chiwan Park (Sent with iPhone)
> > >>
> > >>
> > >>
> > >>> On Nov 28, 2014, at 11:07 PM, Felix Neutatz <neut...@googlemail.com>
> > >> wrote:
> > >>>
> > >>> Hi,
> > >>>
> > >>> sry, here you can find the pictures:
> > >>>
> > >>
> >
> https://www.dropbox.com/sh/djgoncxcfs9j25i/AACCJ-VNcyz0MOGHmEPGPaYsa?dl=0
> > >>>
> > >>> Thanks,
> > >>>
> > >>> Felix
> > >>>
> > >>> 2014-11-28 15:02 GMT+01:00 Stephan Ewen <se...@apache.org>:
> > >>>
> > >>>> 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 <
> > neut...@googlemail.com>
> > >>>> wrote:
> > >>>>
> > >>>>> Hi,
> > >>>>>
> > >>>>> I imported the whole git repository of Flink into IntelliJ. All
> Java
> > >> 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
> to
> > >>>>> 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
> > >>>>>
> > >>>>
> > >>
> > >>
> >
> >
>

Reply via email to