Volkan Yazıcı

Avatar
  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6
  • Created

    Cannot save file: Cannot delete temporary file ___jb_old___

    Answered
    Hi!I have a very basic Maven webapp running with Jetty. When I try to save my index.jsp changes, while the jetty server is running, IDEA complains that "Cannot save file: Cannot delete temporary fi...
    • 7 followers
    • 10 comments
    • 1 vote
  • Created

    Cannot resolve Props.apply in Akka

    It seems like this is a bug: https://class.coursera.org/reactive-001/forum/thread?thread_id=2098 Comments?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Enabling Macros

    Hi,What are the necessary configurations that I need to make in order to work with 2.10.0 macros? Importing scala.language.experimental.macros in the sources does not help; IDEA still cannot resolv...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Type Inference Problem

    I am using IDEA 123.67 with Scala Plug-in 0.6.371. While below object compiles and runs successfully,object Test {  def subsets[T](xs: Set[T]): Set[Set[T]] =    if (xs.isEmpty) Set(xs)    else {   ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Adding sbt Libraries to Dependencies

    What is the preferred way of adding libraries/dependencies downloaded by sbt to the IDEA module dependencies?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Running an App Subclass

    Using Scala plugin 0.6.334 on Leda 123.4 (Linux), when I create a new project via File > New Project > Other/Scala Module and create a class Main extends App { println("Hello, world!") } I cannot r...
    • 2 followers
    • 2 comments
    • 0 votes