Konstantinos Kougios

- Total activity 85
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...