Scala command line parameters in eclipse?

Posted by Mitch Blevins on Stack Overflow See other posts from Stack Overflow or by Mitch Blevins
Published on 2010-03-16T02:49:14Z Indexed on 2010/03/16 9:16 UTC
Read the original article Hit count: 471

Filed under:
|
|

Scala includes the continuations plugin now (yay), but must be enabled by passing "-P:continuations:enable" to the scala compiler. Is there a way to pass arbitrary arguments to scalac for the eclipse scala plugin?

From: http://permalink.gmane.org/gmane.comp.lang.scala/19439

the plugin is loaded by default, but it must be enabled by the command line argument -P:continuations:enable

© Stack Overflow or respective owner

Related posts about scala

Related posts about eclipse