Volkan Yazıcı
- 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___
AnsweredHi!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... -
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? -
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... -
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 { ... -
Created Adding sbt Libraries to Dependencies
What is the preferred way of adding libraries/dependencies downloaded by sbt to the IDEA module dependencies? -
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...