- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
fsc in intellij
Mon, 2010-04-12, 10:20
hi,
it's possible to use "fsc" for compiling the scala compiler inside IDEA. onejust has to start the CompileServer on the command line using the commandbelow, then tick "Use FSC" in the project settings.
lukas
/home/rytz/Applications/java-1.6/bin/java -Denv.classpath="%CLASSPATH%" -Denv.emacs="%EMACS%" -Didea.launcher.port=7534 -Didea.launcher.bin.path=/home/rytz/Applications/idea-IC-95.24/bin -Dfile.encoding=UTF-8 -classpath /home/rytz/scala/trunk/build/locker/classes/library:/home/rytz/scala/trunk/build/locker/classes/compiler:/home/rytz/scala/trunk/lib/fjbg.jar:/home/rytz/Applications/idea-IC-95.24/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain scala.tools.nsc.CompileServer
it's possible to use "fsc" for compiling the scala compiler inside IDEA. onejust has to start the CompileServer on the command line using the commandbelow, then tick "Use FSC" in the project settings.
lukas
/home/rytz/Applications/java-1.6/bin/java -Denv.classpath="%CLASSPATH%" -Denv.emacs="%EMACS%" -Didea.launcher.port=7534 -Didea.launcher.bin.path=/home/rytz/Applications/idea-IC-95.24/bin -Dfile.encoding=UTF-8 -classpath /home/rytz/scala/trunk/build/locker/classes/library:/home/rytz/scala/trunk/build/locker/classes/compiler:/home/rytz/scala/trunk/lib/fjbg.jar:/home/rytz/Applications/idea-IC-95.24/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain scala.tools.nsc.CompileServer