This page is no longer maintained — Please continue to the home page at www.scala-lang.org

fsc in intellij

No replies
rytz
Joined: 2008-07-01,
User offline. Last seen 45 weeks 5 days ago.
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

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland