Konstantinos Kougios
- 活动总数 98
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 30
-
创建于 how to find the Module of a VirtualFile?
I've a VirtualFileEvent from VirtualFileManager.getInstance.addVirtualFileListener() but I can't trace the Module for the VirtualFile, searching on these forums revealed nogood way, so what's the b... -
创建于 dependency injection for menu / AnAction
How can I inject a component into an AnAction instance and how does DI work for plugin development? -
创建于 java: javacTask: source release 8 requires target release 1.8 (sbt project)
I have an sbt project:name := "experiments"scalaVersion := "2.10.4"javacOptions ++= Seq("-source", "1.8","-target","1.8")version := "1.0"This imports ok and I can see in the java compiler settings ... -
创建于 sbt modules, doesn't detect source folders
I created an sbt project and then added an other sbt module. For the sbt module, src/main/scala folder didn't exist, so I created it manually. Even so, intellij didn't detect it as a source folder.... -
创建于 16 core workstation, 16GB RAM, multi module java/scala project, how to speed up compilation
I.e. when I do a clean build, 1-2 cores are used during compilation (I've enabled "compile independent projects in parallel"). Is there something I can do to use more processors and speed up compil... -
创建于 Scala compiler breaks groovy module
I'm working on a multi-module project. Some modules are scala based and some java & groovy. The groovy modules depend on scala & java modules. Hence intellij sets the scala module for the groovy pr... -
创建于 12.1.1 : no parallel compilation for scala projects slows down 2x the compilation
Scala projects can't be compiled with the parallel compilation flag on.Is there a workaround for that (except than reverting to 12.0.x)?Rebuilding my project now takes 9 minutes instead of 4 that i... -
创建于 IntelliJ 12: running it on X via ssh, ide getting stuck
I am connecting remotelly to my PC viassh -C -o CompressionLevel=9 -X MY_PC_IPand then running idea. It starts and I can see the ide window and everything. But as soon as a popup window is about to... -
创建于 maven and path variables issue
I am trying to create a path variable VM_PARAMS with a value of :-Dprop1=v1 -Dprop2=v2 -D.....I got a lot of properties and I need them in 1 place.Now I can use this variable to create java run con... -
创建于 mvn multimodule project: "ignoring" modules classpath issue
I've a multimodule project with a parent pom andchildren modules like:parent : child1 child2 depends on child1... many more modulesWhen I was using eclipse, I tend to install child1 to .m2 and th...